• Hello, I need help with the wishlist button.
    The close button to remove an item on the wishlist page isn’t showing on mobile.
    Customization made to the wishlist button does not apply on the homepage, it applies only on the product pages.
    The WhatsApp share button does not show too.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    1. The close button to remove an item on the wishlist page isn’t showing on mobile.
    Please, try to add the following CSS code at the end of Additional CSS section of your theme or child

    ul.wishlist_table.mobile {
        list-style: none;
        padding: 0;
    }
    
    ul.wishlist_table.mobile li {
        margin-bottom: 40px
    }
    
    ul.wishlist_table.mobile .product-add-to-cart a.add_to_cart{
        padding: 0;
    }
    
    ul.wishlist_table.mobile .product-remove {
        margin-top: -25px;
        width: 100%;
    }
    
    ul.wishlist_table.mobile .product-remove a {
        position: static;
        display: inline-block;
        font-style: normal;
        width: 24px;
        height: 24px;
        border: 2px solid currentColor;
        text-align: center;
        border-radius: 100%;
        color: #ccc;
        float: right;
    }
    
    ul.wishlist_table.mobile .product-remove a:before {
        content: '×';
    }

    2. Customization made to the wishlist button does not apply on the homepage, it applies only on the product pages.

    This is a problem with your Flatsome theme, the deeply customize ATW in loops
    I suggest you to contact theme developers to apply customization to custom ATW on product loops

    3. The WhatsApp share button does not show too.
    Flatsome probably overrides share.php template with an outdated version of it, that does not include WA link
    Could you please ask theme’s developers to check this too?

    Hi

    I am trying to add the wishlist shortcode to my site https://www.aradiacrafts.com, where do I start? I have no coding experience but am a network engineer.

    yith_wcwl_wishlist

    Plugin Support Antonio La Rocca

    (@therock130)

    Hi @arkadia888

    This doesn’t seem related to orignal post
    Please, try to open a dedicated thread, and describe better what you want to obtain

    I’ll be glad to help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wishlist button problems’ is closed to new replies.