• Resolved vaibhavtimrecha

    (@vaibhavtimrecha)


    I am Currently Using free TI Wishlist and intend to buy the premium one. Is it possible to display the Wishlist Icon on the product list page on the product Image only when hovered to the image and hide otherwise, Just like the quickview button in the product display page? I am using Astra Pro theme and Elementor pro. I dont know any coding, I can add CSS as adviced. Thanks!

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Stan

    (@stantinv)

    Hi @vaibhavtimrecha,

    Generally it’s possible to achieve this using custom CSS but as far as I’m aware, the Astra theme has pretty complicated design. If you enable the button appearance on a product listing page, we can try to make the CSS for you.

    Regards,
    Stan

    Thread Starter vaibhavtimrecha

    (@vaibhavtimrecha)

    I have enabled the button appearance in the product listing page with button position as ‘Above thumbnail’.

    Plugin Support Stan

    (@stantinv)

    @vaibhavtimrecha

    You can try to use this Custom CSS:

    ul.products li .tinv-wraper {
        position: absolute;
    }
    
    .astra-shop-thumbnail-wrap:hover .tinv-wraper {
        z-index: 10;
    }
    
    ul.products li.product .tinvwl_add_to_wishlist_button {
        margin-top: 3px;
    }
    • This reply was modified 4 years, 6 months ago by Stan.
    • This reply was modified 4 years, 6 months ago by Stan.
    Thread Starter vaibhavtimrecha

    (@vaibhavtimrecha)

    Wow! Worked like a charm. Thank you.
    Will the same code work when i buy the premiem version?

    Also is it possible to move the heart icon a little bit up in mobile view?
    Its perfect in Desktop view.

    Plugin Support Stan

    (@stantinv)

    Yes, it will work in a premium version also.
    I’ve checked the mobile look and the position seems to be the same on my end. Nevertheless you can set the margin-top to “0” if you like and re-check how it goes.

    Hello,

    I am also using TI Wishlist, with button position as ‘Above thumbnail’. I am using the Flatsome theme with woocommerce. Please provide CSS code to make the wishlist texts and icon display only on hover.

    I need this help in URL: https://www.hisherstyles.com/

    Thanks

    @maslzr, I have the same case with you. I’ m also using TI Wishlist, with button position as ‘Above thumbnail’. I am using the Flatsome theme with woocommerce.

    Have you gotten CSS code to make the wishlist texts and icon display only on hover? If you had, please send me. Thanks in advance.

    @miyakong, Please add the CSS code:
    product .tinv-wraper {
    position: absolute;
    }

    .product:hover .tinv-wraper {
    z-index: 10;
    }

    Hi @maslzr,

    I’ll try this css code. I am very appreciated for your reply????????????.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Wishlist Icon Hover Visibility’ is closed to new replies.