Home / Forums / WoodMart support forum / Mobile version shop option from wishlist to compare
Home › Forums › WoodMart support forum › Mobile version shop option from wishlist to compare
Mobile version shop option from wishlist to compare
- This topic has 11 replies, 2 voices, and was last updated 1 year, 5 months ago by
Luke Nielsen.
-
AuthorPosts
-
January 17, 2025 at 3:07 pm #630568
x7corpParticipantHi,
Can you help me, on the mobile version of the shop archive I wanted to change the wishlist symbol on the top corner of the product image to the compare symbol so that the compare function is used not the wish list function.
I want to do this as you can see I have changed the nav bar to show compare rather than wishlist as this will be a more used feature for our product type.
I have attached a screen shot and only want the change for mobile.
Thanks
Attachments:
You must be logged in to view attached files.January 17, 2025 at 6:52 pm #630665
Luke NielsenMemberHello,
Send me access to the admin panel so I can check it on your side and prepare a custom CSS to show Compare and hide the Wishlist.
Kind Regards
January 19, 2025 at 9:23 pm #630917
x7corpParticipantHi,
Please see temp login to staging version of website as requested.
Thanks
January 20, 2025 at 4:42 pm #631199
Luke NielsenMemberHello,
On mobile, I can show the Compare icon only in the same place as it is on the Desktop – https://prnt.sc/crDLNnTXGVSK
E.g. the “Quick” design – https://prnt.sc/X0wca2jaW30O , https://prnt.sc/AVvj5YQgkFvd
Kind Regards
January 20, 2025 at 5:25 pm #631214
x7corpParticipantok so you are unable to make how was desired in the screenshot by replacing the heart in Mobile?
Ok please let me know the alternative you have shown me to show in the same place as desktop
January 21, 2025 at 4:21 pm #631571
Luke NielsenMemberHello,
1) Navigate to Theme Settings -> Product archive -> Product styles -> and set e.g. Quick view design – https://prnt.sc/PnBij2MFT_mJ
2) Define the below code in Theme Settings -> Custom CSS -> Mobile CSS area:
.wd-product .wd-compare-btn { display: block; } .wd-product .wd-wishlist-btn { display: none; }Kind Regards
January 24, 2025 at 5:01 pm #632546
x7corpParticipantHi,
Thanks but I do not wish to change the product style.
Earlier you said “On mobile, I can show the Compare icon only in the same place as it is on the Desktop – https://prnt.sc/crDLNnTXGVSK”
I am ok with this, what CSS do I need.
Thanks.
January 27, 2025 at 12:27 pm #632987
Luke NielsenMemberHello,
There is no way to show the button there without changing the style. Then I suggest you create a preset in Theme Settings -> Settings preset with such a condition – https://prnt.sc/-M9_d1AwoIe_ save it and then edit the preset settings – https://prnt.sc/LPrCKpBrxrDh and in Product archive -> Product styles -> and set Quick view design and define in Custom CSS -> Mobile CSS area the below code:
.wd-product .wd-compare-btn { display: block; } .wd-product .wd-wishlist-btn { display: none; }Kind Regards
January 27, 2025 at 3:36 pm #633119
x7corpParticipantHi,
I am not happy with any of the other style on mobile. the screenshot you first sent is now expired but I have made a similar screenshot for you. the compare button does not need to be at the top but can be as you first suggested by the view product button as shown in screenshot. How to do this for mobile.
Attachments:
You must be logged in to view attached files.January 28, 2025 at 10:54 am #633343
Luke NielsenMemberHello,
In this case, use the below code, define the code in Theme Settings -> Custom CSS -> Mobile CSS area
body .wd-product.wd-hover-buttons-on-hover .wd-action-buttons { display: inline-flex; } .wd-product .wd-product-footer { display: flex; align-items: center; gap: 5px; } .wd-product .quick-view { display: none; }Kind Regards
January 28, 2025 at 1:46 pm #633436
x7corpParticipantThank you this works perfectly
January 28, 2025 at 1:52 pm #633444
Luke NielsenMemberYou are welcome!
In case you need any additional help, I’d be more than happy to assist you.
Have a good day!
Kind Regards
-
AuthorPosts
The topic ‘Mobile version shop option from wishlist to compare’ is closed to new replies.
- You must be logged in to create new topics. Login / Register