Tagged: x
-
AuthorPosts
-
May 30, 2016 at 3:19 pm #1016973
jetlagParticipantHi there,
On https://bonbini.guide/beta/ the content dock doesn’t close upon clicking the x. Any ideas why?
Thanks,
DaveMay 30, 2016 at 3:41 pm #1016996
JoaoModeratorHi 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
May 30, 2016 at 6:07 pm #1017112
jetlagParticipantHi 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?
May 30, 2016 at 8:57 pm #1017366
Prasant RaiModeratorHello Dave,
Thanks for writing in!
In that case please share login details of your website in a private reply.
Thanks.
May 31, 2016 at 11:03 am #1018355
jetlagParticipantThis reply has been marked as private.May 31, 2016 at 11:35 am #1018416
ThaiModeratorHi 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 🙂
May 31, 2016 at 12:32 pm #1018503
jetlagParticipantThanks, removing the
right: 0brings back the functionality. Is there any other way to remove the space to the right?May 31, 2016 at 12:47 pm #1018547
ThaiModeratorPlease 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 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1016973 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
