Home Forums WoodMart support forum Wishlist button on product page

Wishlist button on product page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #137754

    arturs4
    Participant

    Hi!

    After update to 4.0.2. I have some little problems with wishlist button.

    1. Before adding product to wishlist there is an unwanted gap between text “Add to wishlist” and icon on left. After clicking to button, the gap disappears. Screenshots 1-1 (before) and 1-2 (after) attached. There is no extra space in my translation, so it must be something in the code.

    2. TranslatePress doesn’t find string “Browse wishlist”, because it is dynamically added, so I can’t translate it. Is it possible to change that in future update?

    Best regards,
    Arturs

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

    Hello,

    1. Please add this code to the Theme Settings > Custom CSS > Global:

    body .summary-inner > .woodmart-wishlist-btn > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    2. Please synchronize the translations and the string would appear.

    Best Regards

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