Home › Forums › WoodMart support forum › Cart icon on product pictures
Cart icon on product pictures
- This topic has 12 replies, 2 voices, and was last updated 5 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
October 18, 2019 at 7:34 am #150848
mapsmapsParticipantHello,
Since I updated Woodmart to 4, the cart went from the top right corner to right in the middle (see attached). It makes 90% of pictures on my website unusable. I am not sure if this is a bug or a new feature, anyway can you let me know how to to put it back to top right? I search in Theme Settings and didn’t find what to modify.
Thank you,
MapsAttachments:
You must be logged in to view attached files.October 18, 2019 at 12:32 pm #150910
Elise NoromitMemberHello,
Please deactivate all the plugins not related to the theme and provide the site admin access to the private area we shall check the settings. We suspect that there is a plugin conflict with the new version.
Best Regards
October 18, 2019 at 2:01 pm #150948
mapsmapsParticipantHello Elise,
Ok I deactivated everything but Woodmart, WP Bakery & Woocommerce. Please see in Private Content for site access.
Thank you,
MOctober 18, 2019 at 4:29 pm #150981
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-hover-icons .wrapp-buttons { top: 10px; left: auto; }
Best Regards
October 18, 2019 at 5:43 pm #150987
mapsmapsParticipantIt’s now top right but distorted.
Also, any hope to find the cause instead of injecting CSS?
Thank you,
MOctober 19, 2019 at 10:05 am #151064
Elise NoromitMemberHello,
Please have a look at the screen https://prnt.sc/plfgbt There is no design that stipulates the shopping cart in the right top corner. It was customization. Perhaps you added customization into the wrong place that is why it was reset in the upgrade. In any case, the only way to place the cart in the right corner is another customization. That is why I provided custom CSS.
What do you mean “distorted”?
Best Regards
October 19, 2019 at 11:05 am #151076
mapsmapsParticipantHello,
Here we go again :
– yes there is this option, it’s on your own website (https://woodmart.xtemos.com/shop/?opt=tiled_hover)
– your remark is not relevant anyway since I am saying it happened immediately following the Woodmart update : I would hope your website is up to date so you it makes no sense to use it to show me something I am saying was here before the update.You can see from Pic 1 that there are cases were “some” icons are top right, e.g Wishlist.
You can see from Pic 2 that there is a possibility to add the “Add to cart button” to others icons like Wishlist.
As you may start to guess now, no, it wasn’t customization on my side, just a feature that changed it seems. Maybe it’s linked to removal of YITH Wishlist & YITH Compare advised by the team?The issue I’m mentionning is on mobile only, since I use “Icons on hover” (there are no icons on desktop). By distorted I mean it’s not round like before the update (pic 3).
Thank you.
M
October 19, 2019 at 2:10 pm #151107
mapsmapsParticipantPics of previous message
Attachments:
You must be logged in to view attached files.October 19, 2019 at 4:16 pm #151120
Elise NoromitMemberHello,
Sorry for my mistake. You are right. There is an option. The option has shifted https://prnt.sc/plj19b Now I have set the “Title” and it works https://gyazo.com/0e4a7abc5c66bc00a7b1d3237f0273c3
Usually, all the theme settings remain the same after the update. I do hope further updates would not reset any settings on your site.
Best Regards
October 24, 2019 at 10:49 am #152111
mapsmapsParticipantHello Elise,
As I mentioned I use “Icons on hover”, not “Tiled”, so this is not it.
“Tiled” does solve my problem on mobile but moves the cart icon location on desktop, which I don’t want. A piece of code like the one you gave would work if the white background of the cart icon was not distorted (i.e. like before. You can see the difference in pic 3 of my previous message)Thank you,
MOctober 24, 2019 at 3:09 pm #152185
Elise NoromitMemberHello,
Please replace above-provided code with this one:
body .woodmart-hover-icons .wrapp-buttons { bottom: auto; top: 10px; right: 10px; left: auto; } body .woodmart-hover-icons .woodmart-buttons { background-color: transparent; box-shadow: none; max-width: none; flex-direction: column; } body .woodmart-hover-icons .wd-action-btn { background-color: #FFF; box-shadow: 1px 1px 1px rgba(0,0,0,.1); border-radius: 50%; min-width: 35px; } body .woodmart-hover-icons .wd-action-btn:not(:first-child) { margin-top: 5px }
Add this code to the Theme Settings > Custom CSS > Tablet/Mobile
Best Regards
October 24, 2019 at 3:40 pm #152195
mapsmapsParticipantThat works, thank you.
Regards,
MOctober 24, 2019 at 4:10 pm #152203
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Cart icon on product pictures’ is closed to new replies.
- You must be logged in to create new topics. Login / Register