Home / Forums / WoodMart support forum / Cookie popup accept button
Home › Forums › WoodMart support forum › Cookie popup accept button
Cookie popup accept button
- This topic has 12 replies, 2 voices, and was last updated 8 years, 2 months ago by
Elise Noromit.
-
AuthorPosts
-
March 26, 2018 at 2:07 pm #48932

Andrew ForestParticipantHi there. I’m using the zendesk chat plugin and it kind of stays in the way of the cookie popup accept button. I would like to move the button to the left side. Is it possible?
March 26, 2018 at 2:43 pm #48944
Elise NoromitMemberHello,
In order to place the button on the left, add this CSS code to the Theme Settings > Custom CSS area:
.woodmart-cookies-inner { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }Best Regars
March 26, 2018 at 3:22 pm #48951
Andrew ForestParticipantThank you. It worked. Is there a way to make the button rounded? I’ve tried my best but could not find a way to do it.
March 26, 2018 at 4:20 pm #48964
Elise NoromitMemberHello,
Here is the code to make button round. The more value, the most roundness. Add this CSS code
.cookies-buttons .cookies-accept-btn{ border-radius:10px; }Best Regards
March 27, 2018 at 5:31 am #49033
Andrew ForestParticipantThank you, Elise! <3
March 27, 2018 at 5:47 am #49034
Andrew ForestParticipantOh. Is it possible to make the cart sidebar/login sidebar overlap the zendesk chat? try opening one of the sidebars.
March 27, 2018 at 8:11 am #49082
Elise NoromitMemberHello,
Do you mean overlapping in such a manner http://prntscr.com/iwwxvj? If yes, take this CSS code:
.cart-widget-side, .login-form-side, .mobile-nav { z-index: 99999999999; }Best Regards
March 27, 2018 at 8:05 pm #49352
Andrew ForestParticipantYou are awesome. Thank you. Now I discovered another.. small issue… hopefully it can be fixed. Please check the screenshot, thats the compare table… and that’s another chat overthere lol.
March 28, 2018 at 7:42 am #49425
Elise NoromitMemberHello,
Seems this is conflict Compare plugin and your Chat plugin. Provide me with site access I will try to generate CSS code to hide it.
Best Regards
March 28, 2018 at 9:10 am #49465
Andrew ForestParticipant🙂
March 28, 2018 at 10:44 am #49497
Elise NoromitMemberHello,
Yes, I need access to the admin of your site to prepare and give you workable CSS.
Best Regards
March 28, 2018 at 11:02 am #49507
Andrew ForestParticipant😀
March 28, 2018 at 8:08 pm #49700
Elise NoromitMemberHello,
In order to remove this chat, you will need to customize the core of the chat plug, unfortunately, numerous attempts to hide it with CSS have brought no result. We can not amend the structure or code of third-party plugins.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register