New Landing How can we help? Atelier Theme isn't showing product buttons (cart, wishlist, quickview)

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Atelier
  • #256071
    kyzcreig
    Member
    Post count: 137

    When you refresh/open the site in a smaller window (e.g. 1100px) it removes the wishlist and quickview hover buttons on products. And when you expand the window it doesn’t re-add those buttons.

    Likewise if you start on a big window and shrink to <1100px it doesn’t remove the wishlist/quickview buttons.

    video demonstration:
    https://youtu.be/UAsJMVlU6zY

    I would like it to either dynamically adjust what buttons it shows, or always show the cart/wishlist/quickview.

    #256331
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Thanks for the heads up.
    In the meantime while we don’t fix it add the code below to your custom css option.

    .shop-actions .yith-wcwl-add-to-wishlist {
        display: block!important;
    }

    Will forward the issue to the development team.

    -Rui

    #256443
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks for the heads up – fixed for the next update.

    – Ed

    #256496
    kyzcreig
    Member
    Post count: 137

    Thanks fellas.

    #256710
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks Ed.
    -Rui

    #269858
    Kirsten
    Member
    Post count: 192

    I’m having the same problem. With both sidebars on the shop page and the shop set to standard woth two colums I don’t get the hover with the add to cart and wishlist buttons. When setting it to one sidebar they do appear. Can you please fix this in an update?

    #269897
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @Kirsten

    This is by design on small screens – if they show then likely they won’t fit over the image. If you want to override this, you can force them to always show with this css:

    .has-one-sidebar .product figure .cart-overlay .shop-actions > *, .has-both-sidebars .product figure .cart-overlay .shop-actions > *, .woocommerce .product.mini-view figure .cart-overlay .shop-actions > * {
    	display: inline-block;
    }
    

    – Ed

    #270242
    Kirsten
    Member
    Post count: 192

    Great thank you that worked although I did have to remove a proce link that also appeared. I used

    
    .product .cart-overlay .shop-actions .price-link {
        display: none!important;

    to remove them. Will this code have effect on other places?

    #270244
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    the code you posted here is missing a closing bracket. That css rule will affect the product actions that appear in mouse hover the products.

    -Rui

Viewing 9 posts - 1 through 9 (of 9 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