Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #132008

    Kosher K
    Member

    Hi there,

    Did you added the code in Customizer Javascript?

    Would you mind providing URL of your site for us to check on your issue,

    Thank you

    #212835

    philthebass
    Participant

    Hi,

    I’ve been having the same issue. I added the javascript which fixes it, however, I the reaload is visible to the user. Are there plans to fix the issue permanently with future releases?

    Current using V 3.2.2 with current plugins.

    Thanks

    #212909

    Zeshan
    Member

    Hi Phil,

    I’ll forward your concern to our development team. Meanwhile, instead of the provided JavaScript code, you can try using following CSS under Custom > CSS in the Customizer:

    .x-widgetbar.collapse:not(.in) {
       height: 0px !important;
       overflow: hidden;
       display: block;
    }
    

    Cheers!