Home Forums WoodMart support forum Compare and Wishlist have no notification

Compare and Wishlist have no notification

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #154758

    eli1356
    Participant

    Hey
    There is 2 big problems with the built-in compare and wishlist

    1. 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?

    #154815

    Hello,

    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/Byv7vFj

    Best Regards.

    #154821

    eli1356
    Participant

    Thanks 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 page

    YIth for example has this https://i.imgur.com/3FqxfKZ.png

    #154829

    eli1356
    Participant

    I 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
    Eli

    #154844

    Most 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.

    #155481

    eli1356
    Participant

    How 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 help

    #155593

    Hello,

    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.

Viewing 7 posts - 1 through 7 (of 7 total)