Home Forums WoodMart support forum Wishlist and page title

Wishlist and page title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #654186

    admin-2531
    Participant

    Hi,

    The wishlist qty icon updates on Mobile, but not on desktop view. Please see images attached.

    Also, my cart page spacing on mobile is different to your demo https://woodmart.xtemos.com/cart/
    How do I make the products appear on 1 row each?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #654318

    Luke Nielsen
    Keymaster

    Hello,

    Send me access to the admin panel so I can check the site settings.

    I await your response.

    Kind Regards

    #654396

    admin-2531
    Participant

    Please find the login details below

    #654702

    Luke Nielsen
    Keymaster

    Hello,

    1. First, at the moment, I see that the Wishlist is not working at all because in the database you do not have an appropriate table. Add the code below 1 time to the functions.php file in your child theme, then resave Theme Settings, remove that code and recheck the issue.

    add_action('init', function (){
    	delete_option('wd_wishlist_installed');
    });

    2. To enable the “counter” functionality for the icon, edit the Wishlist element in the header builder and turn off this https://monosnap.com/file/pX5qsRDZzj7BujuLyYfmUigSs4fqvD option.

    Kind Regards

    #654716

    admin-2531
    Participant

    That worked!

    Thanks for your help!

    #654823

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

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

The topic ‘Wishlist and page title’ is closed to new replies.