Changin page background acordin to tab
-
Hello,
First thank you for the plugin it’s great.
Second i have plugin version 0.3.4, wordpress 4.2.2, the rest of the options are default.What i am trying to achieve is that when i click on a different tab i automatically add a class to the div #page of wordpress. I already tried some scripts and none worked.
Here is what i tried:
if ( $('#squelch-taas-tab-group-0 ul li').hasClass('ui-tabs-active') ) { $('#page').addClass('firstli'); }
And it does not add the class.
This is the only way i can see it done. But since the class is not added it’s not that great.
If you have another way of changing the background acording to the tab you are on i’m opened.
I do not want to change the tab background. I want to change the background of the website this is why i wanted to add class.https://www.ads-software.com/plugins/squelch-tabs-and-accordions-shortcodes/
- The topic ‘Changin page background acordin to tab’ is closed to new replies.