Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1016973
    jetlag
    Participant

    Hi there,

    On https://bonbini.guide/beta/ the content dock doesn’t close upon clicking the x. Any ideas why?

    Thanks,
    Dave

    #1016996
    Joao
    Moderator

    Hi Dave,

    You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how it goes,

    Thanks,

    Joao

    #1017112
    jetlag
    Participant

    Hi there,

    Thanks for the suggestion, have already tried that. I’ve removed all other javascript on the site for the moment even but still no luck with the content dock. It stopped working all of a sudden, at a moment when I didn’t add a new plugin. Any other ideas?

    #1017366
    Prasant Rai
    Moderator

    Hello Dave,

    Thanks for writing in!

    In that case please share login details of your website in a private reply.

    Thanks.

    #1018355
    jetlag
    Participant
    This reply has been marked as private.
    #1018416
    Thai
    Moderator

    Hi There,

    Please find this CSS under Customizer > Custom > Global CSS:

    .x-content-dock {
      text-align: center;
      right: 0 !important;
      border-radius: 20px 0 0 0;
      border: 4px solid #00b2a9;
    }

    And change to this:

    .x-content-dock {
      text-align: center;
      border-radius: 20px 0 0 0;
      border: 4px solid #00b2a9;
    }

    Hope it helps 🙂

    #1018503
    jetlag
    Participant

    Thanks, removing the right: 0 brings back the functionality. Is there any other way to remove the space to the right?

    #1018547
    Thai
    Moderator

    Please update the last CSS to this:

    .x-content-dock {
        text-align: center;
        border-radius: 20px 0 0 0;
        border: 4px solid #00b2a9;
        margin-right: -20px;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1016973 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>