Viewing 10 replies - 1 through 10 (of 10 total)
  • I had the same issue. I installed the plugin?WP Rollback?(which allows you to revert a plugin to a previous version). On the Plugins page, click on?Rollback?under the Wishlist plugin. I reverted it to version?3.38.0?to get things back to normal ??. Personally, I will wait for a new update of the Wishlist plugin.

    Thread Starter cesarcorujo

    (@cesarcorujo)

    Thank you @nicosmy for that ! Now , do you know what are the risks of downgrading this Plug in ? Before proceeding there is a sign saying you must save all your WP and Theme .. ?? I am scared to do it… lol

    Hi! I downgraded on a staging copy of the site, everything worked fine for me! so I downgraded on the official site too —> erboristerialistofficinale.it

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    thanks for contacting us!

    To fix that please add the following CSS in Appearance > Customize > Additional CSS:

    @media only screen and (max-width: 768px) {
    #yith-wcwl-icon-heart {
    display: none !important;
    }
    }

    Could you check it, please?

    Best regards.

    Thread Starter cesarcorujo

    (@cesarcorujo)

    Hi @juaancmendez ,

    Thank you for your quick reply .

    I have tried this fix code but it still shows 2 hearts on the mobile.. You can try it on the webpage https://www.julietahandula.com .

    Hi @cesarcorujo, I tried to register on your site and you have another same problem as me on mobile (with the latest version of the Wishlist plugin): on the wish list summary page, only on mobile, there is no longer the possibility to delete a product from the list. It can only be deleted on desktop. Does it appear to you?

    Hi @juaancmendez, the css you suggest works for me on mobile (but I have the problem I talked about above in the wish list summary page. Furthermore, I see duplicate hearts on desktop, not only in the product archive pages, but also in the product detail pages, as you can see at this link –> staging2.erboristerialofficinale.it

    Thread Starter cesarcorujo

    (@cesarcorujo)

    Hi @nicosmy & @juaancmendez yes the code worked but only if you are logged in with your credentials into the web, thank you for that tip ! So it will be good to have similar fix for the clients that go for the first time on the web with no log in credentials.

    I have the same issue also as @nicosmy , not able to delete the items from the Wishlist from the mobile .

    Thread Starter cesarcorujo

    (@cesarcorujo)

    Hi @juaancmendez is working now !! Thanks , I think after deleting cache it took the update . Now the only thing left is to be able to remove items from wishlist form the mobile version . Thank you very much !

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there.

    Please try adding the following CSS too and check if it solves the problem:

    @media only screen and (max-width: 768px) {
    .wishlist_view .product-remove i.fa.fa-trash:before {
    content: "\e93f" !important;
    font-family: 'roadthemes-icon' !important;
    }
    }

    Let us know.

    Best regards.

    Thread Starter cesarcorujo

    (@cesarcorujo)

    Thank you very much !! It worked !

Viewing 10 replies - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.