Support

Account

Home Forums Backend Issues (wp-admin) Repeater sub-field image not changing

Unread

Repeater sub-field image not changing

  • I am using repeater in woo-commerce product page for slide different images but when me add four images slider and after that i want to change the image or delete the added images it is not working or still display lastly added images. nothing edit or delete operation perform in back end site.

    1. remove
    2. Edit
    remove and edit both options icons when hovering over it but not working.

    Below is the link of my product page

    https://www.dragonflyfun.com/product/bling-fling/

    Using this code to display acf repeater image slider in front-end

    <?php if( have_rows(‘gallery_slider’) ): ?>
    <?php while( have_rows(‘gallery_slider’) ): the_row();

    // vars
    $gallery_image = get_sub_field(‘gallery_slide’);

Viewing 1 post (of 1 total)

The topic ‘Repeater sub-field image not changing’ is closed to new replies.