• Resolved sports

    (@sportswing)


    Hello,

    I selected wishlist icon to show on top of the image, but wishlist icon is showing after add to cart button in shop and category page. and also two heart icons are displaying (https://prnt.sc/14te8hm), and also wishlist button not showing in product page.

    Please help me with this early

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter sports

    (@sportswing)

    Hi,

    Settings are selected as like in your demo.

    Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    All you described seems to be caused by themes’s customizations
    In order to improve appearance, I suggest you to add the following CSS code at the end of Additional CSS section of your theme customizer (WP Dashboard -> Appearance -> Customize)

    .product-block.grid .groups-button > div.yith-wcwl-add-to-wishlist {
        top: -300px;
    }
    
    .product-block.grid .groups-button > div.yith-wcwl-add-to-wishlist i.ti-heart {
        display: none;
    }
    
    .details-product .information .summary .yith-wcwl-add-to-wishlist {
        display: block!important;
        float: none;
        text-align: center;
    }
    
    .details-product .information .summary .yith-wcwl-add-to-wishlist i.ti-heart {
        display: none;
    }

    Here‘s final result on your loop of products, and here‘s your single product page

    Thread Starter sports

    (@sportswing)

    Hello,

    Thank you for ur solution, worked very well, but this solution is not working for relative and viewed together products in single product page .
    Screenshot: https://prnt.sc/14x0ob7

    Please check it and update as early as possible, I’m waiting…

    Thread Starter sports

    (@sportswing)

    Hi,

    I would like to place wish list icon on top of the thumbnail image left or right side ( single product page).

    Screenshot:https://prnt.sc/14x9p60
    I tried but no outcome, please help me

    Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    Please check it and update as early as possible, I’m waiting…

    We’re here to help, and we’re proudly part of the support community
    Anyway, please consider that you’re talking with volounteers, spending their time to help community; please, be respectful for the effort we profuse ??

    this solution is not working for relative and viewed together products in single product page .

    Try to replace this rule

    .product-block.grid .groups-button > div.yith-wcwl-add-to-wishlist {
        top: -300px;
    }

    with this

    .product-block.grid .groups-button > div.yith-wcwl-add-to-wishlist {
        position: absolute;
        top: -300px;
        left: 10px;
    }
    

    in the previous code; this should solve the issue

    
    I would like to place wish list icon on top of the thumbnail image left or right side ( single product page).

    It seems that your theme is placing ATW button in a custom position on product page; unfortunately that position is not suitable to move the button on top of the image

    Thread Starter sports

    (@sportswing)

    Hi

    Thanks for your reply!. It works fine now.

    Best Regards

    Plugin Support Antonio La Rocca

    (@therock130)

    You’re welcome!

    We are doing our best to improve our plugins. Our target is to develop and release the best free plugins for WooCommerce, but to achieve this we need your help. Please leave a good review to support us and help our growth

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Wishlist icon position not showing’ is closed to new replies.