Hi there
I have a page with two full screen sliders. They each have an ID – fullscreen_slider_0
How do I change one of them?
Hey reddishpinkmedia,
Can you post a link to the page with the two sliders? so we can check it, you can post the link in private content if you want it to be visible only to you and the moderators.
Best regards,
Nikko
Hi,
Thanks for providing the information, I have checked it and it’s a bug. To fix it you need to edit this file called slideshow_fullscreen.php found in enfold\config-templatebuilder\avia-shortcodes\ folder find this code (line 877):
avia_sc_slider_full::$slide_count++;
and replace it with:
avia_sc_slider_fullscreen::$slide_count++;
that should fix the issue. This should be fixed on the next theme update so it’s not necessary to add this in the child theme. Hope this helps :)
Best regards,
Nikko