Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #633641

    Hey PXsquared,

    you could use Accordion Element for such a function: http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/

    Best regards,
    Andy

    #633925

    Hello 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

    #633953

    Hey!

    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,
    Basilis

    #633967

    Hello 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

    #634883

    Hi,

    All shortcodes scripts are located in the js > shortcodes.js file. For the tab, look for the “avia_sc_tabs” function.

    Best regards,
    Ismael

    #637323

    Hello 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

    #638494

    Hi,

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.