As far as I was able to debug, when I clicked the second tab, the "li" item didn't get the "active" class, and the content div should have lost the "fade" class which puts the opacity in "0" instead of "1".
If you want to appear accordion closed by default, please open in code editor file view.php which locates in \wp-content\themes\youko\framework-customizations\extensions\shortcodes\shortcodes\accordion\views\ and go to line 11. Change here $index !== 0 to $index !== 1 and save changes in file. T
Tabs plugin seem to be bugous.
The demo "elements" section doesnt's sshow any content in any b ut the first tab: https://martialarts.mx/elements/
I created one my self and doesnt's show contetn in the second tab either: https://martialarts.mx/por-su-origen/
Can you help me solve this?
Hello, Dear Uriel!
If you want to add the information in the Tabs, you can use the default Unyson settings, please see the following screenshots:
http://prntscr.com/14hzbsy
http://prntscr.com/14hzjoh
Also, you can use the following one of the powerful plugin for Tabs with WordPress:
https://wordpress.org/plugins/wp-expand-tabs-free/
https://blog.hubspot.com/website/10-best-wordpress-tab-plugins
Best Regards!
Hi Andrey,
That's how I created the tabs: with unyson. I don't want to add another plugin because I purchased this theme so I was able to use its features.
https://paste.pics/CQQRW
https://paste.pics/CQQRM
https://paste.pics/CQQRQ
As far as I was able to debug, when I clicked the second tab, the "li" item didn't get the "active" class, and the content div should have lost the "fade" class which puts the opacity in "0" instead of "1".
Which JS should I check to fix that?
Thanks in advance
Hello, Dear Uriel!
If you want to appear accordion closed by default, please open in code editor file view.php which locates in \wp-content\themes\youko\framework-customizations\extensions\shortcodes\shortcodes\accordion\views\ and go to line 11.
Change here $index !== 0 to $index !== 1 and save changes in file. T
hen check results at front-end.
Best Regards!