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

    (@yithemes)

    Hi there

    As I said in my answer to your previous topic, your theme is applying some style over our plugin, that hides the Add to Wishlist button from product page
    If you want to know why, you should ask to theme developers; on the other hand, if you try our plugin with another theme (EG a twenty theme) you’ll find out that under no circumstances the button is hidden

    The best that I can do is to help you override theme’s css; please, try to add the following rules at the end of Additional CSS section of your theme customizer (WP Dashboard -> Appearance -> Customize)

    .yith-wcwl-wishlistexistsbrowse a,
    .yith-wcwl-wishlistaddedbrowse a{
        display: block;
        padding: 15px;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 1;
        margin-bottom: 5px;
        bottom: 20px;
        position: relative;
    }
    

    Hope this helps

    Hello,

    I tried placing this CSS via inspecting Element, it seems it will do the trick.

    Do you now why most of the things are not working with the theme used? Is there any conflict?

    Plugin Author YITHEMES

    (@yithemes)

    @kartiks16 I cannot say for sure, and every single case is different
    The problem with most themes is that developers created integration with Wishlist a long time ago, and they aren’t updating templates/code as Wishlist plugins moves on

    If you have problems with our plugin, and want to exclude any theme interference, test on a default Twenty theme
    If the problem persists, it is something that maybe we can tackle on this forum; otherwise, if it disappears, chances are that it is caused by theme integration, and you should talk with theme developers in order to sort it out

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add to wishlist button dissappears on product page when clicked’ is closed to new replies.