Viewing 12 posts - 1 through 12 (of 12 total)
  • #182962
    fixers
    Member
    Post count: 253

    Hi

    Is it possible to not display the wishlist button alongside the add to cart button, id prefer to have this displayed seperately using the below shortcode?

    [yith_wcwl_add_to_wishlist]

    #183165
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .single-product .yith-wcwl-add-to-wishlist{
    display:none !important
    }

    Thanks
    Mohammad

    #183170
    fixers
    Member
    Post count: 253

    THANKS MUHAMMAD, ANY IDEA WHY THIS SHORTCODE ISNT WORKING IN THE SLIDER ON THE PAGE?

    [yith_wcwl_add_to_wishlist]

    #183173
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Guess that shortcode only works in the product page, because it will need the product id.

    In what page with slider you inserted it?

    -Rui

    #183179
    fixers
    Member
    Post count: 253
    This reply has been marked as private.
    #183223
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    That’s because the previous css was hiding it.

    Replace it by this one.

    
    .single-product .variations_button .yith-wcwl-add-to-wishlist{
    display:none !important
    }

    -Rui

    #183228
    fixers
    Member
    Post count: 253

    hmm still not showing?

    #183230
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Please clear your browser cache and check again.

    #183231
    fixers
    Member
    Post count: 253

    nope still missing.

    #183234
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It needed some css to display properly
    Adjust the values to your desired ones.

    
    .tp-caption .yith-wcwl-add-to-wishlist {
      display: block;
      background-color: transparent;
    
    }
    
    .tp-caption .yith-wcwl-add-to-wishlist a{
      color: #444;
      padding: 5px;
      background-color: #F7F7F7;
      font-size: 25px;
    }

    -Rui

    #183242
    fixers
    Member
    Post count: 253

    BRILLIANT, THANKS RUI!

    #183244
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Enjoy it.
    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register