Support Forum » User Profile

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Date field output not localized #46321
    Bogdan MichiteleBogdan Michitele
    Participant

    i have same problem like Vince Balk . How can i traduce the date month ? Website is set correct , date input is set correct , in gridBuilder the month is showing in my language but in elementor date month appear in english . Can you help please ?

    in reply to: Display taxonomy custom field (color) #41125
    Bogdan MichiteleBogdan Michitele
    Participant

    Hi,

    i created a view shortcode with this (started from below example but with my data)

    {% set args = {hide_empty: 1, type: post, taxonomy: organizatoreveniment} %}
    {% set events = mb.get_categories( args ) %}
    <div class="thumbnail-images">
        {% for event in events %}
            <div class="item">
                <div class="overlay-thumbnail-categories"></div>
                <div class="category-title">{{ event.name }}</div>
        {% set image_url = mb.get_term_meta( event.term_id, 'url_images_category', true ) %}
        {% if image_url %}
            <img src="{{ image_url }}" />
        {% endif %}
            </div>
    {% endfor %}
    </div>

    where my custom post type is "eveniment" and my custom taxonomy for this CPT is "orzanizatoreveniment", but this shows me in single post page all website terms or something. I want to show in single post page just specific post taxonomy term and her image. In this case is that https://nimb.ws/twyO2H

    here is my CPT with custom taxonomy for him and term with title and image https://nimb.ws/wTEc1K

    i need to change the structure for your code ? to show only specific term and image for specific CPT in single psot page

    thanks <3

    in reply to: Display taxonomy custom field (color) #40934
    Bogdan MichiteleBogdan Michitele
    Participant

    Hi Peter,

    Thanks for the info. I will check and get back to this topic in case I stumble on anything.

    All the best,
    Bogdan

Viewing 3 posts - 1 through 3 (of 3 total)