Support

Account

Home Forums Search Search Results for 'taxonomy'

Search Results for 'taxonomy'

topic

  • Solving

    Modify select2 Disambiguation of Post Object Titles

    When choosing from a Post Object select2 dropdown, and encountering multiple posts with the same title, the Post ID is provided in parentheses – as in the attached image (for a Custom Post Type named “City”).

    Select 2 Dropdown Options for City Post Type with Multiple of Same Title

    It’s better to get the Post ID than not to get any clues at all for disambiguation, but what would be more helpful for us, and I suspect others, would be terms – in this case custom taxonomy terms (state, country…), though post meta might do in a pinch.

    I’ve looked at both PHP and JS API select2 filters, and none seems to have any effect (or even to be fired) when making such a selection, and I have yet to figure where the Post ID comes from at all, which would be a first step toward substituting some else more useful for it.

  • Helping

    Relationship field: Objects to include Custom Taxonomy name

    Is there a snippet to include Custom Taxonomies as objects in the relationship field?

    As they are not Post types it’s not an included function but I’m wondering whether it would be possible to extend the relationship field to include Taxonomies (or even Categories or Tags)

  • Solving

    'Tweak' taxonomy select

    I tried to tweak a taxonomy select by adding the filter “add_filter( ‘acf/fields/taxonomy/result’,….” and it works…… but what i want to get is:

    – parent terms are in “BOLD” – it works
    – child terms are without “- ” – it works

    – only child terms are selectable ????? no idea how to do this
    – parent terms are not selectable ????? no idea how to do this

    trying to have another layout for selection and selected ->
    in search field there should be “- termname” but in selection there should be “termname”

  • Unread

    Use field taxonomy in repeat

    Hello,

    I use in my repeater “categorie_home” a taxonomy (product_cat) “category).
    I can’t display it to show the title and a specific field. I select in a page the categories that I want to display.

    <?php if( have_rows('categorie_home') ): ?>
                <div id="listprojects">
                <?php while ( have_rows('categorie_home') ) : the_row(); ?>   
                    <div class="item">
                        <?php 
                        $terms = get_sub_field('categorie');
                        if( $terms ): ?>
                            <ul>
                            <?php foreach( $terms as $term ): ?>
                                <li>
                                    <h2><?php echo esc_html( $term->name ); ?></h2>
                                    
                                </li>
                            <?php endforeach; ?>
                            </ul>
                            <?php wp_reset_postdata(); ?>
                        <?php endif; ?>
                    </div>
                <?php endwhile; ?>
                </div>
        <?php endif; ?>
  • Unread

    Get values from taxonomy term custom fields

    Hello!
    I have stumbled upon a guide that explains how to get values from a taxonomy term custom fields.
    Link: https://www.advancedcustomfields.com/resources/adding-fields-taxonomy-term/
    My goal is for each tag to have its own color which is why I added a color picker custom field to tags. The goal is to use the color value from the color picker field as a header background because every project with a different tag will have a different colored background. I have used the code from the article mentioned above in my main template, but the color value is not retrieved.
    Colors will be retrieved in my main template which all posts will use, but depending on the tag they have and the color picked for that tag, the color has to change.

    I have used the following code:

    <?php
    $term = get_queried_object();
    $color = get_field('field_638e303483e3d', $term);
    echo $color;
    ?>
    
    <style type="text/css">
        #header 
    	{
            background-color: <?php echo $color; ?>;
        }
    </style>

    How do I go about retrieving the color value?

  • Solved

    Need Help for integrating ACF in custom plugin

    Hello,

    since round about 12 months we are developing a plugin which uses ACF for generating the needed fields. All is working actually but now i decided to make the plugin “more object-orientated”…. The result is now that “adding normal taxonomy terms by hand” is not normal…the term is added but the page (the AJAX part) blocks and stays there. Only by reloading the page the term is present.

    I tried to find the error and its based on the ACF integration. Not ACF itself only my way of integration.

    I found a sample to integrate ACF within a helper class and do the complete integration in this class. I think that there is my error.

    In the documentation are only a few lines for that but i need a little bit more…..

    In my plugin (by using the object-orientated boilerplate way with the possibility to access all classes from every class) i added my helper class and there i did the init of ACF but i think that there is the error.

    Where i could find a sample for that?

    What i want?

    – in the final plugin ACF should be integrated
    – the complete ACF definitions/fields/filters and so on should be reside in a class
    – the class is initiated by the normal init procedure in the main plugin file (class-plugin-name.php) and there exist the part

    private function define_admin_hooks() {
    $this->acf		= new Picture_Frame_ACF( $this->get_plugin_name(), $this->get_plugin_prefix(), $this->get_version(), $this->main );
    }
  • Helping

    Image files not showing

    Hello, I have used ACF to show a field group attached to a product-tag in woocommerce, which works great. The website uses Elementor as a builder. I have successfully made a header (text) and a description (text area) to be shown on taxonomy equal to product-tag.
    I go into product-tag in wordpress and the text and text area are shown to be filled in. However, I have tried to add an image field and everything is fine until I fill in one of the text fields in my product tag and the image field disappears. Has anybody come across this, I thought perhaps I may have to purchase the pro version to enable images. I really don’t want to spend money until I am sure it will work for me

  • Unread

    Required ACF field not preventing post Scheduling (+errant Publish)

    We’re on WPEngine @ WP 6.1.1 using Advanced Custom Fields PRO 5.12.2

    We have a “Required Field” called Section that, in certain scenarios, is not being required before publishing. In fact, under a certain flow when the intention is to Schedule… the post is becoming Published immediately with at least 2 munged fields.

    That “worst case” scenario flow seems to be:

    1. When the date is moved forward (field missing)
    2. Then the autosave functionality kicks in (triggering a Draft)
    3. Then the user clicks Schedule, then Schedule again (triggering an immediate Publish)
    4. The Add New Post UI seems to indicate the Scheduling has been prevented, but it hasn’t

    We’ve captured a video of the above:

    “Demonstrate Required ACF Field Failure as related to Scheduled Posts (+Errant Publish Behavior)”

    https://www.loom.com/share/428cb6b5bf9b48938390b89fc2677078

    If anyone has any ideas on direction to take from here, we’d be grateful to hear them before escalating to a ticket.

    Thank you,
    Michael

    PS The “best case” scenario where it fails, on rare occasions, is using a Publish + Publish flow. However, reproducing that has proved difficult as it generally “works as expected”… until it doesn’t. Because the UI errors / prompts and Post State are very consistent, and the missing field seems like something an Author would most likely correct during flow prior to an errant publish… we’re considering it “low risk” at this moment. (versus the above “worst case” scenario where the behavior and result differs greatly from the expectation)

    —— VIDEO SCRIPT BEGIN

    – First, we search for our test tag in All Posts
    – We open a fresh Add New Post tab
    – We add our tagged Post Title
    – We fill in 2 fields required for our tests
    – First, a Hero Image
    – Then Chapter which we set to “BU TEST”
    – Here we’re skipping over the required Section field, leaving it blank
    – We change the Publish Date to add 7 days
    – We add TEXT to the Block to trigger a Post State Update (without clicking Save in Progress)
    – We search our test tag again to confirm Post Status
    – We can see here that the Post has been saved as Draft
    – It has a Section set to Culture when none was selected
    – It has a Chapter set to National when “BU TEST” was selected
    – We move back to the Add New Post tab and click Schedule, pause for 5 seconds, then click the final Schedule Button
    – We do receive a required field notice
    – Before we do anything else, we add TEXT to the Block to trigger a Post State Update
    – We search our test tag again to confirm Post Status
    – We see despite scheduling this 7 days out…
    1. The Post has flipped immediately to Published
    2. The Post has Published with the incorrect Section
    3. The Post has Published with the incorrect Chapter
    – We go back and we hide the schedule menu, then scroll down we can see the more informative ACF Field Error Message for the required Section field, but it obviously hasn’t prevented saving as draft or posting of the content which is now Published despite the intention to Schedule

    —— VIDEO SCRIPT END

    —— ACF FIELD JSON BEGIN

    {
        "key": "group_REDACTED_ID",
        "title": "Article Information",
        "fields": [
            {
                "key": "field_REDACTED_ID",
                "label": "Section",
                "name": "section",
                "type": "taxonomy",
                "instructions": "You may only select one section or subsection for a post.",
                "required": 1,
                "conditional_logic": 0,
                "wrapper": {
                    "width": "",
                    "class": "",
                    "id": ""
                },
                "taxonomy": "category",
                "field_type": "select",
                "allow_null": 0,
                "add_term": 0,
                "save_terms": 1,
                "load_terms": 1,
                "return_format": "id",
                "multiple": 0
            }
        ]
    }

    —— ACF FIELD JSON END

  • Solved

    Display taxonomy image in WP_Query

    Hello, hopefully someone can help me cause I’m having a little headache here. I am working with ACF Theme Code Pro and the provided code I think works only on an archive page (?). I am just trying to output an image field put on a taxonomy inside a WP_Query. Is the below code should be working considering that I need to replace “NULL” with something else or should it be inside a forEach? Thanks a lot!

    <?php 
    					
    // Acf Taxonomy Fields
    $taxonomy_prefix = 'category';
    $term_id = NULL;
    $term_id_prefixed = $taxonomy_prefix .'_'. $term_id;
    $image = get_field( 'logo_image', $term_id_prefixed );
    
    // args
    $args = array(
      'order'       => 'DESC',
      'orderby'     => 'date',
      'posts_per_page'	=> -1,
      'post_type'		=> 'post',
    );
    
    // query
    $posts_query = new WP_Query( $args );
    
    ?>
    <?php if( $posts_query->have_posts() ): ?>
      <?php while ( $posts_query->have_posts() ) : $posts_query->the_post(); ?>
      
      <div class="swiper-slide">
        <a href="<?php the_permalink(); ?>" class="c-card-article">
          <div class="c-card-article__img mb-15">
            <div class="c-card-article__overlay">
              <i class="icon-arrow-right"></i>
              <div><?php _e('Plus de détails', 'credo'); ?></div>
            </div>
    
            <?php if ( $image ) : ?>
              <img src="<?php echo esc_url( $image['url'] ); ?>" alt="<?php echo esc_attr( $image['alt'] ); ?>" class="c-card-article__cat">
            <?php endif; ?>
        
            <?php the_post_thumbnail( 'large', array( 'class' => 'u-w-100' ) ); ?>
          </div>
          <p><?php the_title(); ?></p>
        </a>
      </div>		
    
      <?php endwhile; ?>
    <?php endif; ?>
    
    <?php wp_reset_postdata(); ?>
  • Helping

    How to get a URL from a Woo tag or category taxonomy field (ACF PRO)

    Hi there,

    I’m struggling with obtaining a URL from a selected product tag or category in an ACF taxonomy field. It doesn’t return anything.

    I have designed a home page with repeater fields where my customer can make a box, and link to either a product, category, tag or a page. This is achieved by a button group and conditional logic.

    I can’t obtain a URL from taxonomy objects (tried ID too). Could anyone point me in the right direction please?

    
    <?php
        
        if ( have_rows( 'home_sections' ) ) : ?>
        
        
        			
        
    <?php
    while ( have_rows( 'home_sections' ) ) : the_row();
    $catlink = get_sub_field( 'home_section_link_cat' );
     $taglink = get_sub_field( 'home_section_link_tag' );
     $linktype = get_sub_field( 'home_section_link_type' ); ?>
    
    <?php if ($linktype == 'category') : ?>
                                	<div class="pt-2 pb-2">
                                         <?php if($catlink):
                                        $term_name = get_cat_name( $term_id ) ;
                                        $term_url = get_category_link( $term_id ); ?>
                                        <a href="<?php echo $term_url; ?>" class="btn btn-primary"><?php echo $btn; ?></a>
                                   <?php endif; ?>
                                    </div>
    <?php elseif ($linktype == 'tag') : ?>
                                	<div class="pt-2 pb-2">
                                         <?php if($taglink):
                                        $term_name = get_cat_name( $term_id ) ;
                                        $term_url = get_category_link( $term_id ); ?>
                                        <a href="<?php echo $term_url; ?>" class="btn btn-primary"><?php echo $btn; ?></a>
                                   <?php endif; ?>
  • Solved

    Get taxonomy custom field in WP_query

    HI there, I have a custom colour picker field assigned to a taxonomy. The taxonomy is for a custom post type called ‘Callouts’. I’m displaying these callouts in a custom Gutenberg block on this page https://n-site.co.uk/ they are the coloured blocks in the carousel about half way down the page.

    It all works great, apart from the fact that I’d like to be able to display these blocks by ‘menu_order’. But for some reason I can’t figure out this is not happening. It seems to be ordering them by something to do with the taxonomy terms.

    Here’s the code I’m using in the Gutenberg block to display these callouts…

    <?php
    	$practiceareas = get_terms( array( 'taxonomy' => 'practice-area-callouts') );
    	foreach ( $practiceareas as $practicearea ) {
    		
    		$practice_query = new WP_Query( array(
                'post_type'       => 'callouts', // your custom post type
    			'posts_per_page'  => -1,
    			'orderby'		  => 'menu_order',
    			'order'           => 'ASC',
    			'tax_query'		  => array(
                    array(
    					'taxonomy' => 'practice-area-callouts',
    					'terms'    => $practicearea->term_id,
    				),
                )
            ) );
        ?>
    	<?php if ( $practice_query->have_posts() ) : ?>
    		<?php while ( $practice_query->have_posts() ) : $practice_query->the_post(); ?>
    			<div class="callout h-100 p-4 position-relative" style="background-color:<?php echo $colour;?>;">
    				<h4 class="has-white-color"><?php the_title(); ?></h4>
    				<?php the_content(); ?>
    				<?php 
    				$link = get_field( 'link', get_the_ID() );
    				if( $link ): 
    					$link_url = $link['url'];
    					$link_title = $link['title'];
    					$link_target = $link['target'] ? $link['target'] : '_self';
    				?>
    				<small><a class="stretched-link" href="<?php echo esc_url( $link_url ); ?>" target="<?php echo esc_attr( $link_target ); ?>"><?php echo esc_html( $link_title ); ?> <i class="fa fa-angle-right ms-1" aria-hidden="true"></i></a></small>
    				<?php endif; ?>
    			</div>
    		<?php endwhile; ?>
    	<?php endif;?>
        <?php $practice_query = null; wp_reset_postdata(); } ?>

    Any help would be greatly appreciated!

  • Helping

    Display taxonomy field on acf_form

    Hello,
    I’m trying to create a frontend content submission form.
    I miss the display of taxonomy fields added to my content type.
    I’m missing something can you help me?

    <?php
    /*
    Template Name: Post doc acf
    */
    acf_form_head();get_header();?>
    <div id="content">
        
        <?php
        
        acf_form(array(
            'post_id'       => 'new_post',
            'post_title'    => true,
            'new_post'      => array(
                'post_type'     => 'document',
                'post_status'   => 'publish',
            )
        ));
        
        ?>
        
    </div>
    
    <?php get_footer(); ?>

    my cpt ‘document’ has a taxonomy ‘folder’.
    I have to create an ACF taxonomy field?

    thanks

  • Solving

    Category Field Broken

    Hello,

    In my page templates I am using [category] to display the selected taxonomy for a given page in select headers. As of a few weeks ago, the queried category is no longer displaying on pages. For example, “Nathan’s Keybinds” is what’s displaying instead of “Nathan’s Warzone Keybinds”.

    I’ve been troubleshooting what’s in my wheelhouse but I can’t figure out why it’s not working any longer. Here is the code that was working previously.

    [acf field="player_name"]‘s [category] Keybinds

    Is there a setting in the taxonomy that needs to be updated? Other fixes you may have in mind?

    Appreciate your help.

  • Unread

    get year value from date field to set the category

    hi
    I have a date filed ( the_date ) in a repeater field , also have a custom taxonomy field ( select with multi choice ) with id the_year .

    I need to grap the years only from the date field and set them as a choosen values in the category field of the post .

    as an example when I set 2 values in the date field of ( 22.10.2020 and 21.10.2022 ) the term field must check the 2020 and 2022 categories after saving or updating the post.

    whould you please help with the function to use.

    I tried this function but not working.

    function UpdateYearField($post_id){
    $year_field = get_field('the_year',$post_id);
    $full_date = get_field('the_date',$post_id);
    $year_from_date = DateTime::createFromFormat('Ymd', $full_date)->format('Y'); // will get the year from the $full_date
    
    update_field('the_year', $year_from_date ,$post_id);
    }
    add_action('acf/save_post', 'UpdateYearField', 20);
  • Helping

    I'm having trouble display the category or tag a custom post type belongs to.

    I want to display the category or tag that a custom post type belongs to in the taxonomy. When I add the code I get this error. I will be glad if you help.

    <?php 
    $term = get_field('cast_category');
    if( $term ): ?>
        <h2><?php echo esc_html( $term->name ); ?></h2>
    <?php endif; ?>

    Screenshot:
    This Error

  • Solved

    posts_clauses drop ACF get_field function

    Hello
    I try to use function for order by stock status in my store catalog but this code drop ACF get_field() function
    when function on, get_field return only ID of post (https://skr.sh/sGyfgZ3GwaP)
    and when function off, all right, get_field return array (https://skr.sh/sGyHPC9UUOw)
    please help me to find a reason

    add_filter( 'posts_clauses', 'order_by_stock_status', 2000 );
    function order_by_stock_status( $posts_clauses ) {
    global $wpdb;
    
    if ( is_woocommerce() && ( is_shop() || is_product_category() || is_product_tag() || is_product_taxonomy() ) ) {
        $posts_clauses['join'] .= " INNER JOIN $wpdb->postmeta istockstatus ON ( $wpdb->posts.ID = istockstatus.post_id ) ";
        $posts_clauses['orderby'] = " istockstatus.meta_value ASC, " . $posts_clauses['orderby'];
        $posts_clauses['where'] = " AND istockstatus.meta_key = '_stock_status' AND istockstatus.meta_value <> '' " . $posts_clauses['where'];
    }
    return $posts_clauses;
    }
  • Helping

    Reverting \'Add New [Term]\' form layout under ACF Extended

    I’m hitting some weirdness with ACF Extended.

    First, some of the pages were causing critical errors, but an upgrade to ACF Pro has solved that.

    So, the question is this…

    With ACF Extended active, the situation on a taxonomy index (edit-[taxonomy].php) is different… The full in-page form you normally get is demoted to a form that unveils itself when you click the “Add New [Term]” button.

    I can’t find a setting to override this and turn it back to the WordPress default (though it does ring a bell). Though deactivating ACF Extended does the trick, I may have some field groups that depend on it, I can’t remember.

    I don’t know if ACF Extended really has a single settings page of its own.

    Is this revertible to default, or is ACF Extended always going to do it this way?

  • Solved

    Custom field setting of Relationship type not showing any values

    I am trying to register a custom field setting of the ‘Relationship’ type in order to create more granular conditional logic for displaying/hiding fields. Specifically, I would like to select one or more pages on which to hide the field(s) in question. Here is the code I am registering the field with:

        acf_render_field_setting( $field, array(
    		'label'			=> __('Hide on Pages', 'jdmn'),
    		'instructions'	=> __('Hide this field on the following pages.', 'jdmn'),
    		'name'			=> 'hide_on_pages',
    		'type'          => 'relationship',
            'post_type'     => array(
                0 => 'page',
            ),
            'taxonomy'      => '',
            'filters'       => '',
    	), true);
    

    While the new settings field shows up properly after registering it, it does not display any values/pages. Could anyone tell me what I’m doing wrong and/or point me towards a solution? In the meanwhile, I will try to dynamically populate the fields choices array and see if that works.

    Thanks very much in advance.

  • Helping

    Automatically populate taxonomie values

    Hi

    not sure where to post this so i just went with general, i hope thats ok.

    I have a question regarding ACF. Hopefully someone can assist me on that.
    I have 2 Custom Post Types. Post Type 2 has an additional custom-tag-taxonomie.

    Is it possible to get all Post titles from Post-type-1 as Tags for the taxonomy from post-type-2?
    Any help would be appreciated since i don’t really know where to start here.

    Cheers! 🙂

  • Solving

    Target specific Category

    I have a few custom fields that need to appear on a single WooCommerce category.

    Is there any way of doing this? I was looking at https://www.advancedcustomfields.com/resources/adding-fields-taxonomy-term/ but “Taxonomy Term” (which I was then expecting you could select the individual category, isn’t in my list of Location options.

  • Solving

    Taxonomy not loading

    Hi,

    I moved to ACF 6 and my taxonomy dropdwon does not load the taxonomy list anymore.
    “the result could not be loaded”, has anyone seen this problem ?

    thanks for help

  • Helping

    Is it possible to build a database like this with ACF?

    Hi,
    I’m working on a database that store all the album in history.
    I’m at a good point in inserting the data, and all the albums are inserted in a custom taxonomy inside wordpress.

    Now I was thinking to implement some feature that could increase engagement from people. For this, I would like to implement some feature like the one this anime database site have: My Anime List

    What this site do is pretty simple. Once you are registered, for each anime in their database you can select a status (Completed – Suspended – Watching – Dropped). For each of these status, then, you will be able to consult a dedicated page listing all the titles with that state. For example, you have access to a page in your profile with all the anime in which you selected completed. Another page with all the anime where you selected suspended, and so on.

    Once you select the status, you also get an additional option that allows you to give a rating from 1 to 10 to that anime. The vote will then be added to the vote of all the other users on the site according to a formula (you can find the formula here https://myanimelist.net/info.php?go=topanime ).

    So I wanted to ask if it is possible, and possibly how easy/difficult it is, to create similar functions in my music album database as well.

    Thank you.

  • Unread

    Display ACF Taxonomy fields by id custom-post-type in a React App with Rest API

    Hello,
    i hope if some of you could help me

    i Have a custom post type (project)
    each ‘project’ has a custom taxomony (area_project)
    this taxonomy has a ACF field ‘color-picker'(colore)

    how can i display this field (colore) in a react map?

    in function.php i’m trying something with register_rest_field, but i can’t connect the taxonomy with the post id
    the following code return my only the ACF fields of the post , not the field in taxonomy connected to the post

    
    function register_rest_project_fields(){
        register_rest_field(
      		[ 'post', 'page', 'project', 'area_project' ], // add post types here
      		'acf_fields', // name of the field
      		array(
      			'get_callback'    => 'get_acf_fields_for_api',
      			'update_callback' => null,
      			'schema'          => null,
      		)
      	);
    }
    function get_acf_fields_for_api( $object, $field_name, $request ) {
    	$data = get_fields( get_the_ID() );
    	return $data ?: false;
    }
    add_action('rest_api_init', 'register_rest_project_fields' );
    

    Some of you have some solution?
    Thanks in advance

  • Helping

    Get ACF Category Image into Shortcode Loop

    Hello ACF members, hope you’re all having a wonderful day!

    For the last couple of hours i’ve been trying to add a category image (created from ACF) to a shortcode i use to call sub-categories from the current category. This has proven to be to much challenging for me because my PHP skills are basically 0. I usually try to find the most similar code i can get and do basic changes for my needs.

    Here’s the current shortcode function i’m using to display sub categories of the current category page:

    add_shortcode( 'list_subcategories', function() {
        ob_start();
        
        $current_cat = get_queried_object();
        $term_id = $current_cat->term_id;
        $taxonomy_name = 'category';
        $term_children = get_term_children( $term_id, $taxonomy_name );
    
        echo '<ul class="cat-parents">';
    
        foreach ( $term_children as $child ) {
    	$term = get_term_by( 'id', $child, $taxonomy_name );
    	echo '<li><a href="' . get_term_link( $child, $taxonomy_name ) . '" class="testing">' . $term->name . '</a></li>';
        }
    
        echo '</ul>';
    
        return ob_get_clean();
    } );

    The ACF field i want to display inside the loop is: category_image

    This is where i’m at but it doesn’t work:

    add_shortcode( 'list_subcategories', function() {
        ob_start();
        
        $current_cat = get_queried_object();
        $term_id = $current_cat->term_id;
        $taxonomy_name = 'category';
    
        $image = get_field('category_image', $current_cat );
    
        $term_children = get_term_children( $term_id, $taxonomy_name, $image );
    
        echo '<ul class="cat-parents">';
    
        foreach ( $term_children as $child ) {
    	$term = get_term_by( 'id', $child, $taxonomy_name );
    	echo '<li><div class="test">'. $image .'</div><a href="' . get_term_link( $child, $taxonomy_name ) . '" class="testing">' . $term->name . '</a></li>';
        }
    
        echo '</ul>';
    
        return ob_get_clean();
    } );

    What am i doing wrong? Can someone give me a hand? This is probably something very simple that i’m missing.

  • Solving

    Display custom taxonomy image with elementor pro

    Dear ACF Community!

    I would like to ask for some help to my project. I added an image field with ACF to my custom taxonomy, which I want to display dynamically with elementor. I made a custom product loop with ele custom and I would like to add it to that, but when I add the acf field from the dynamic tags to the elementor image widget, the image is not displayed. Sadly, I’m not proficient in coding. It would help me a great deal.

    Thank you in advance for your help!

Viewing 25 results - 226 through 250 (of 3,194 total)