Tagged: javascript, jQuery, tabs
-
AuthorPosts
-
May 16, 2016 at 7:46 am #632791
Hello Support Team,
We are moving are website to a new theme but we wanted to keep the functions, just basically the look and feel. We choose enfold for various reasons.. We got stuck on how we can execute and event function that when a certain Tab is Active / Open it would execute Css..
Thanks,
Carlo
May 17, 2016 at 11:29 am #633641Hey PXsquared,
you could use Accordion Element for such a function: http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/
Best regards,
AndyMay 17, 2016 at 7:10 pm #633925Hello Andy,
Accordion is not an option.. As you can see on the http://mainsheet.com.au/industries/ a tab is being used and just a javascript is being used to call or execute a css…
THanks,
Carlo
May 17, 2016 at 8:41 pm #633953Hey!
That would require a lot of custom work to be done.
You will have to hire someone to do it, as that is out of our customization possibilities.Thanks a lot for your time, please feel free to let us know if you need anything else from us
Best regards,
BasilisMay 17, 2016 at 8:53 pm #633967Hello Basilis,
I dont need someone to work on it for customization.. I believe it is somewhat like on this topic.. https://kriesi.at/support/topic/tab-title-click-event-handlers/.. can you help me pinpoint where is the tab function event handlers like it was directed on that topic..
Thanks,
Carlo
May 19, 2016 at 4:32 am #634883Hi,
All shortcodes scripts are located in the js > shortcodes.js file. For the tab, look for the “avia_sc_tabs” function.
Best regards,
IsmaelMay 24, 2016 at 9:55 am #637323Hello Ismael,
Can you please help me what would i put on the code below to activate a css code when a certain tab is open/active :
if($.fn.avia_sc_tabs)
{
$(‘.top_tab’, container).avia_sc_tabs();
$(‘.sidebar_tab’, container).avia_sc_tabs({sidebar:true});
}Thanks,
Carlo
May 26, 2016 at 6:28 am #638494Hi,
Note that you have to modify the actual avia_sc_tabs function, find it on line 2586 of the shortcodes.js file. Or create a custom function that executes once you click on the tabs. We would like to help but this customization is outside the scope of support. These guys might be able to provide assistance: http://kriesi.at/contact/customization
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.