New Landing How can we help? Themeforest Theme Support Neighborhood Make Accordion Tabs Open When the Page finish loading

Viewing 10 posts - 1 through 10 (of 10 total)
  • #159249
    dhpl
    Member
    Post count: 31

    Hi, I would like to know how do I set the accordion to open first when I go into that particular page. Here is the link to the website:
    http://vulgarsg.com/about-us

    Currently, all the tabs are closed, I want to make them open when I open the page.

    #159261
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .spb_accordion .ui-accordion .ui-accordion-content{
    display:block !important;
    }

    Thanks
    Mohammad

    #159262
    dhpl
    Member
    Post count: 31

    Hi, I added the code already, but the accordion cannot be close anymore. I want to make it open when the user go into the page it is opened, but they can close it if they want to

    #159265
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove that css code use this custom js at Admin -> Theme Options -> General Options -> Analytic code.

    
    <script>
    jQuery('.spb_accordion .ui-accordion .ui-accordion-content').css('display','block');
    </script>
    

    Thanks
    Mohammad

    #159271
    dhpl
    Member
    Post count: 31

    Hi, I removed the custom css and added the code already, but it is not working

    #159284
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me wordpress admin login detail to check and resolve the issue.
    Thanks
    Mohammad

    #159287
    dhpl
    Member
    Post count: 31
    This reply has been marked as private.
    #159307
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I just resolved the issue so please check. I used this js code.

    <script>
    jQuery( document ).ready(function() {
    setTimeout(function(){ 
    jQuery('.spb_accordion .ui-accordion .ui-accordion-content').css('display','block');
    }, 2000);
    
    });
    </script>

    Thanks
    Mohammad

    #159309
    dhpl
    Member
    Post count: 31

    Thank you very much! ๐Ÿ™‚

    #159311
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register