-
AuthorPosts
-
November 23, 2015 at 4:58 pm #676696
blmg1ParticipantHi,
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!
November 23, 2015 at 8:48 pm #676871
Prasant RaiModeratorHello 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.
November 24, 2015 at 8:04 am #677431
blmg1ParticipantThis reply has been marked as private.November 24, 2015 at 8:13 am #677445
ThaiModeratorHi 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.
November 24, 2015 at 8:45 am #677487
blmg1ParticipantNow it doesn’t show up at all.
November 24, 2015 at 9:49 am #677563
blmg1Participantok figured it out… it was showing up at the bottom.
thanks for an amazing wordpress theme!!!
November 24, 2015 at 9:53 am #677571
RupokMemberHi 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!
November 24, 2015 at 4:19 pm #678107
blmg1ParticipantHi,
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?November 24, 2015 at 9:09 pm #678341
FriechModeratorHi There,
You can add this under Custom > CSS in the Customizer.
.x-close-content-dock {z-index: 9999;}Hope it helps, Cheers!
November 25, 2015 at 7:52 am #678908
blmg1ParticipantDoesn’t help….
November 25, 2015 at 9:12 am #678992
ZeshanMemberHi 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!
November 25, 2015 at 9:55 am #679061
blmg1ParticipantNo, still seems to be stuck.
November 25, 2015 at 10:47 am #679123
RupokMemberHi 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!
November 25, 2015 at 4:45 pm #679489
blmg1ParticipantI tried that and I also tried to close it on a few systems and it keeps not working…
November 25, 2015 at 6:59 pm #679588
Rue NelModeratorHello 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-676696 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
