Forum Replies Created
-
AuthorPosts
-
pixluser
ParticipantThanks Peter
pixluser
ParticipantI leaved a message here too :
https://www.facebook.com/groups/wpallimport/?notif_id=1727432144654467¬if_t=group_r2j_approved&ref=notifpixluser
ParticipantThanks that'll be very nice have it from WPAI, but they replyed me they could develop it if enough people asking this feature… But I think it's very important to be really usefull.
pixluser
ParticipantI was expecting a simplier solution maybe, it look complicated to me. It's for using with a wpgridbuilder MAP facet.
I don't need the autocomplete too, fully manual solution would be better for me. Is there something compatible with metabox MAP and wpgridbuilder map, without using the autocomplete?
Do you know which fields I need to keep to keep a working wpgridbuilder MAP facet, using a manual solution in metabox?
June 7, 2024 at 4:37 PM in reply to: ✅How to setup the term meta icon using the last google material symbols? #45623pixluser
ParticipantThanks using the svg files folder, is the best solution for me, more flexible too than a font… thanks !
May 27, 2024 at 10:24 AM in reply to: Impossible to display the custom field (image) of a custom term. #45545pixluser
ParticipantHello Peter, is it possible in views, to use thoses functions ?
- get the current post ID: get_queried_object_id()
- get terms by post ID: get_the_terms()If yes, how please.
thanks!May 25, 2024 at 12:03 PM in reply to: Impossible to display the custom field (image) of a custom term. #45531pixluser
ParticipantHello Peter, thanks.
So I understand, it's not possible to do that with views? (Because I bought meta box for not doing php, as I'm not a PHP coder )
thanks'
May 25, 2024 at 8:30 AM in reply to: Selling a custom post linked to a relationship with a recurent payment. #45528pixluser
ParticipantThanks Peter,
1. Adding that feature and maybe a better frontend subsmission tool can be good for many people 😉
2. Thanks I'll check if using a shortcode can work onto their form.May 24, 2024 at 12:49 PM in reply to: Impossible to display the custom field (image) of a custom term. #45517pixluser
ParticipantBecause this code currently list all my terms, and not the current terms used on the custom post.
May 24, 2024 at 12:48 PM in reply to: Impossible to display the custom field (image) of a custom term. #45516pixluser
Participanthere is the code of the tutorial :
{% set args = {taxonomy: 'portfolio-type',hide_empty: false} %} {% set portfolios = mb.get_terms( args ) %} <div class="portfolio container"> <h1 class="heading-title">Portfolio</h1> <div class="thumbnail-images"> {% for portfolio in portfolios %} <div class="item"> <div class="overlay-thumbnail-categories"> {% set image_upload = mb.get_term_meta( portfolio.term_id, 'upload_portfolio_thumbnail', true ) %} {% set image_url = mb.get_term_meta( portfolio.term_id, 'url_portfolio_thumbnail', true ) %} {% if image_upload %} {% set image_upload_link = mb.wp_get_attachment_image_src( image_upload, large) %} <div class="thumbnail" style="background-image:url({{ image_upload_link [0] }})"></div> <img src="{{ image_upload_link[0] }}"> {% elseif image_url %} <div class="thumbnail" style="background-image:url({{ image_url }})"></div> <img src="{{ image_url }}"> {% else %} <img src="http://demo1.elightup.com/test-metabox/wp-content/uploads/2020/11/oriental-tiles.png"> {% endif %} </div> <div class="category-title"> <div class="category-name">{{ portfolio.name }}</div> <p class="description"> {{ portfolio.description }} </p> <a href="{{ mb.get_category_link( portfolio.term_id ) }}" target="_blank" rel="noopener">View More</a> </div> </div> {% endfor %} </div> </div>How to change this code to only display the 'current' category, on a custom post type template. please.
pixluser
ParticipantHello, Someone know the code… impossible to make it work.
I'm trying to list some custom terms (with their image attached) of a custom post type… impossible.
May 23, 2024 at 3:11 PM in reply to: Creating a simple directory of professionals for a village association #45501pixluser
ParticipantI think it can maybe be possible to do that with a page builder and metabox.(with the frontend submission). (I didn't test). That'll be awesome to get a confirmation of that.
Anyway you can use UsersWP to do that for sure.
Or maybe forminator can help too.
April 20, 2024 at 9:44 AM in reply to: ✅MB Frontend Submission with visitors (not logged-in user) #45270pixluser
ParticipantThanks Peter, that's perfect!
April 18, 2024 at 7:59 AM in reply to: ✅Impossible to click a tab when editing a field-group in custom fields. #45252pixluser
ParticipantOk, it works with the update of AIO : 1.26.1
April 18, 2024 at 7:56 AM in reply to: ✅Impossible to click a tab when editing a field-group in custom fields. #45251pixluser
Participantedit: Version 1.26.0 metabox AIO
-
AuthorPosts