Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #676696
    blmg1
    Participant

    Hi,
    When I click on the “X” on the top right corner of the content dock, nothing happens. I can’t close it.
    What might be causing this issue?

    Thank you!

    #676871
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #677431
    blmg1
    Participant
    This reply has been marked as private.
    #677445
    Thai
    Moderator

    Hi There,

    Try adding following CSS under Customize > Custom > CSS:

    .x-content-dock.x-content-dock-on {
        left: 40% !important;
    }
    .x-content-dock.x-content-dock-off {
        left: -550px !important;
    }

    Hope it helps.

    #677487
    blmg1
    Participant

    Now it doesn’t show up at all.

    #677563
    blmg1
    Participant

    ok figured it out… it was showing up at the bottom.

    thanks for an amazing wordpress theme!!!

    #677571
    Rupok
    Member

    Hi there,

    Thanks for writing back. Upon checking your website I can see it’s working as expected. See – http://recordit.co/j5SylpiRee

    Please clear your browser’s cache and check it again.

    Cheers!

    #678107
    blmg1
    Participant

    Hi,
    I am still having trouble. Sometimes the x works to close it and sometimes i click and click and nothing happens…
    Any idea what’s wrong?

    #678341
    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    .x-close-content-dock {z-index: 9999;}

    Hope it helps, Cheers!

    #678908
    blmg1
    Participant

    Doesn’t help….

    #678992
    Zeshan
    Member

    Hi there,

    I’ve checked and the close button seems to be triggering fine but at some place when the content dock is in between first and second section, the close button doesn’t work properly (see: http://prntscr.com/96sv49). Can you try adding this code under Custom > JavaScript in the Customizer and seeing if it resolves the issue:

    jQuery(document).ready(function($) {
      var contentDock          = $('.x-content-dock');
      $('.x-close-content-dock').click(function(e) {
        e.preventDefault();
        contentDock.toggleClass('x-content-dock-off').toggleClass('x-content-dock-on').css('right', '-450px');
      });
    });
    

    Let us know how it goes.

    Thank you!

    #679061
    blmg1
    Participant

    No, still seems to be stuck.

    #679123
    Rupok
    Member

    Hi there,

    Thanks for updating. I have checked several times on several browsers and it’s working fine. However you can increase the padding to make some more space for the link –

    .x-close-content-dock {
      padding: 10px;
    }

    Hope this helps.

    Cheers!

    #679489
    blmg1
    Participant

    I tried that and I also tried to close it on a few systems and it keeps not working…

    #679588
    Rue Nel
    Moderator

    Hello There,

    Please replace the JS code we gave and use this JS code instead in your the settings tab, Settings > Custom JS

    jQuery(document).ready(function($) {
      var contentDock          = $('.x-content-dock');
      $('.x-close-content-dock').click(function(e) {
        e.preventDefault();
        contentDock.toggleClass('x-content-dock-on').toggleClass('x-content-dock-off').css('right', '-450px');
      });
    });

    Hope this helps. Kindly let us know.

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