• This is honestly what I’ve been looking for… it works perfectly on my site. I’m just wondering how to prevent the first slide from opening automatically. Any answers would be much appreciated!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • We are really glad to hear that ??

    jessicagranger, We are really grateful you find our plugin interesting ?? The feature you are looking, it not possible in the current version. We are thinking provide this feature in the next version. To have the functionality currently you are looking, you have to he code of this plugin. Which is located in shortcode.php file ??

    Thread Starter jessicagranger

    (@jessicagranger)

    Thank you Ahmed. Can you please tell me what I should add to the shortcode.php file to prevent it from automatically opening?

    Really appreciate it!!!

    Sorry for late reply.

    Open xpert-tab/shortcode/accordion.php and change

    $class = ( $count === $newFlag ) ? 'in' : ''; to
    $class = ( $count === $newFlag ) ? '' : '';

    just remove in now save and exit.

    I think now it works!.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Awesome’ is closed to new replies.