Home / Forums / WoodMart support forum / Compare and Wishlist have no notification
Home › Forums › WoodMart support forum › Compare and Wishlist have no notification
Compare and Wishlist have no notification
- This topic has 6 replies, 2 voices, and was last updated 6 years ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 5, 2019 at 12:20 am #154758
eli1356ParticipantHey
There is 2 big problems with the built-in compare and wishlist1. The compare button is just an unclear siymble that my client doesn’t understand what is it – Can this be changed to the word “Compare”
2. When a visitor clicks on the wishlist button or the compare button – there is no notification or link to the wishlist / compare page. Can you please help with this?
November 5, 2019 at 8:53 am #154815
Aizaz Imtiaz AwanKeymasterHello,
1) To replace the compare icon with word “Compare” you can use below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:
.woodmart-compare-info-widget .compare-icon:before { content: "Compare"; }.wd-action-btn.wd-compare-btn>a:before{ content: "Compare"; }2) You need to select your compare and wishlist page from Theme Settings >> Shop.
Screenshot for Wislist: https://jmp.sh/RJ9UwDO
Screenshot for Compare: https://jmp.sh/Byv7vFjBest Regards.
November 5, 2019 at 8:57 am #154821
eli1356ParticipantThanks for the code
I did set the page in the theme options
However, the problem is that when I click on “Compare” there is no popup or side notification showing that something was added to the compare pageYIth for example has this https://i.imgur.com/3FqxfKZ.png
November 5, 2019 at 9:09 am #154829
eli1356ParticipantI have another problem
On the header when you search for something I am getting on the search results only one column instead of 2 columns. Can you please help.
Thanks
EliNovember 5, 2019 at 10:53 am #154844
Aizaz Imtiaz AwanKeymasterMost Welcome,
Unfortunately there is no such side notification or popup available for compare and wishlist. But user can see the counter of wishlist and compare.
To display two columns in your header search you can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:
.suggestion-thumb img{ height: 90px; } .autocomplete-suggestion { max-width: 50%; }Best Regards.
November 7, 2019 at 3:42 pm #155481
eli1356ParticipantHow can I change the order of these categories?
https://i.imgur.com/kdq0Iu4.png I changed the catergory order here https://i.imgur.com/988kUyO.png but it didn’t helpNovember 8, 2019 at 6:00 am #155593
Aizaz Imtiaz AwanKeymasterHello,
Please use the Simple Custom Post Order plugin on your site then you can reorder the categories from the backend as per your requirements and it will show the same sequence on the front end shop page.
https://wordpress.org/plugins/simple-custom-post-order/
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register