• Resolved Ana

    (@anurhngmailcom)


    Hi
    Please keep my site link private.

    My site have only quotation and no add to cart.
    When I activate show add to cart wishlist icon appears on single product page but when I hide add to cart it disappears.

    Please give me a code solution for it. I tried many articles but nothing works.

    Thank you I hope I’ll get solution.

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    Could you please try changing the “position” for the button (screen)?

    If the button appears in location other than “After Add to Cart”, maybe I could try suggesting some code to place it in a similar location without encountering in the issue
    Otherwise, there might be some other kind of issues that we need to debug

    Thread Starter Ana

    (@anurhngmailcom)

    Thank you for your valuable response.

    I tried all the other options including after add to cart. But nothing works.
    For shortcode I didn’t try.

    Thread Starter Ana

    (@anurhngmailcom)

    I can see the elements through inspect element broswer features and wishlist and compare buttons are hidden.

    Thread Starter Ana

    (@anurhngmailcom)

    .woocommerce div.product .yith-wcwl-add-to-wishlist, .woocommerce div.product .compare.button {
    display: block!imortant;
    }

    I put this code but still not working.

    Can you please help me with this?

    thank you

    Plugin Author YITHEMES

    (@yithemes)

    Hi again

    — Editing my last answer, as it seems that I checked the wrong url, sorry for that

    I can see that Add to Wishlist and Compare buttons are hidden, indeed
    I can also see the CSS rule that you added, but it won’t work, because there is a typo in the word “important”

    .woocommerce div.product .yith-wcwl-add-to-wishlist, .woocommerce div.product .compare.button {
        display: block!important;
    }
    

    Please try to fix it and let me know

    • This reply was modified 4 years, 6 months ago by YITHEMES.
    Thread Starter Ana

    (@anurhngmailcom)

    Oh thank you so much. Sometimes mind gets exhausted so we ignore small mistakes.

    I’ll be back if I had any issue.

    regards
    Ana

    Thread Starter Ana

    (@anurhngmailcom)

    Can you please tell me the idea how can I show the icon in compare button?

    Plugin Author YITHEMES

    (@yithemes)

    Hi there

    Could you please try to add the following CSS rules at the end of Additional CSS section of your theme customizer?

    a.compare.button {
        font-size: 0;
    }
    a.compare.button:before {
        content: '\e7fc';
        display: inline-block;
        font: normal normal normal 24px/1 linearicons;
        line-height: 50px;
    }
    

    This is the result that I got on your installation

    Please, note this goes a little beyond the scope of this forum, but I was anyway happy to help

    Thread Starter Ana

    (@anurhngmailcom)

    Thank you so much for your help.

    Plugin Author YITHEMES

    (@yithemes)

    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 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Wishlist icon not showing on single product page’ is closed to new replies.