Support

Account

Home Forums Add-ons Repeater Field Repeater Issue

Helping

Repeater Issue

  • Hi,

    I am using AFC repeater Slider. But whenever I clicked on next slide whole page refresh. so, can you tell me how to stop this.

    following code

    $(document).ready(function() {

    //Horizontal Tab

    $(‘#parentHorizontalTab’).easyResponsiveTabs({

    type: ‘default’, //Types: default, vertical, accordion

    width: ‘auto’, //auto or any width like 600px

    fit: true, // 100% fit in a container

    tabidentify: ‘hor_1’, // The tab groups identifier

    activate: function(event) { // Callback function if tab is switched

    var $tab = $(this);

    var $info = $(‘#nested-tabInfo’);

    var $name = $(‘span’, $info);

    $name.text($tab.text());

    $info.show();

    }

    });

  • Hi @nikhil-jani007

    I’m afraid ACF doesn’t have an official plugin called AFC repeater Slider. Did you use a third-party plugin? Could you please get in touch with their support instead?

    Thanks 🙂

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

The topic ‘Repeater Issue’ is closed to new replies.