Home › Forums › WoodMart support forum › Whatsapp button overlapping Sticky Add to Cart
Whatsapp button overlapping Sticky Add to Cart
- This topic has 8 replies, 2 voices, and was last updated 6 months, 3 weeks ago by Hung Pham.
-
AuthorPosts
-
April 26, 2024 at 10:19 am #560936
tikliwebsiteParticipantI have added join chat whatsapp button on my website- But it is overlapping the sticky add to cart button on my single product page. I can see the scroll to top automatically going up when the sticky add to cart pops up. How can I do the same for the whatsapp button?
Attachments:
You must be logged in to view attached files.April 27, 2024 at 9:41 am #561219
tikliwebsiteParticipantHello?
April 28, 2024 at 1:14 pm #561429
Hung PhamKeymasterHi tikliwebsite,
Thanks for reaching to us.
First of all, take my apologies for the delay in answering because of the weekend.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.joinchat { --bottom: 100px; }
For the display it when scrolling, you need to take a look at plugin settings to see if they support it.
Regards,
April 29, 2024 at 12:17 pm #561640
tikliwebsiteParticipantThis option is not working for me because the WhatsApp icon seems to be floating mid air on all the other pages. It only looks good when sticky add to cart comes. Whatsapp button also going up only when sticky add to cart comes would have been great. But as that is not possible, I have a different solution in mind.
I want to shift the scroll to top button on the left hand side. (There is no setting available in the theme settings so you will have to give me a code). Whatsapp icon I will shift to the right hand side and I want to remove the compare icon & the cart icon from the sticky add to cart. In this way, even if whatsapp button overlaps the sticky add to cart, it will only overlap the blank white space & not the product image as it does on the left hand side. I have seen such a design on this website- https://moora.in/products/mallika-hand-block-print-red-mul-mul-cotton-saree (Attaching ss of their design below)
April 30, 2024 at 6:42 pm #562199
Hung PhamKeymasterHi tikliwebsite,
Thanks for your patience.
1. Back to top button
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
button.m-button--scroll-top { left: 16px; }
2. Sticky add to cart
It seems you removed Compare and Wishlist features, please confirm me back.
Regards,
May 2, 2024 at 1:13 pm #562683
tikliwebsiteParticipantNo I have note removed Wishlist & compare from the website
May 3, 2024 at 9:03 am #562913
Hung PhamKeymasterHi tikliwebsite,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.m-sticky-addtocart--addon { display: none; }
Regards,
May 3, 2024 at 12:25 pm #563017
tikliwebsiteParticipantI put in all 2 codes that you gave me but none of it worked. Scroll to top is still on left & the wishlist & compare icons are still there in the sticky cart. I am attaching ss below
Attachments:
You must be logged in to view attached files.May 4, 2024 at 8:36 am #563169
Hung PhamKeymasterHi tikliwebsite,
Please remove
@media
attribute and check again https://prnt.sc/go79HpKXLkzZRegards,
-
AuthorPosts
Tagged: sticky cart
- You must be logged in to create new topics. Login / Register