Blog Slider Shortcode not working inside tabs
Hello!
I added this shortcode at this page:
[blog_slider title="" count="5" category="" category_multi="" more="0"]
into the content field of a tab section. That brings different problems:
1. The first tab/blog slider works fine, but the blog sliders of tabs 2-4 are not displayed at all. I checked category titles multiple times, there are no typing errors. Also, it does not work when I insert category ID, neither in "category" nor in "category_multi"
2. Mutliple categories is not working. Maybe this coheres with error 1.
Can you help?
Thanks
Comments
1. Sliders or other JS plugins can not be used inside any kind of UI Tabs, because tabs works with css display:none attribute and JS code can not be executed it this elements
2. Please make sure that you use categories slugs instead of IDs. Example: category_multi="cars,hobby"
Thanks!