New Landing How can we help? Atelier hello. I have a few Question about shop page.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #325749
    aprilwaltz
    Member

    hello. I have a few Question.

    >>> http://www.nws-goods.com/shop/goods/wallets/

    1. Wishlist button doesn’t display.

    2. add Cart Button always display on Ipad & Iphone.
    (i want to display when rollover.)

    3. Quickview Button doesn’t display.

    4. Shop (product list) 1 Column view on mobile. It doesn’t work. (It’s displayed 2 Column.)

    I’m Just beginner for wordpress. So, I have a many Question. Sorry.

    Thank you.

    #326179
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1) The Wishlist button is present on hover:

    2) Please add this to Theme Options => Custom CSS:

    @media only screen and (max-width: 1024px) {
    .products[data-columns="3"] .product .cart-overlay .shop-actions, 
    .products[data-columns="4"] .product .cart-overlay .shop-actions, 
    .products[data-columns="5"] .product .cart-overlay .shop-actions, 
    .products[data-columns="6"] .product .cart-overlay .shop-actions {
        display: block !important;
    }
    }

    3) Make your shop less than 5 columns in Theme Options => WooCommerce Options => Shop Options

    4) Please add this to Theme Options => Custom CSS:

    @media only screen and (max-width: 479px) {
    .woocommerce .products .product.col-sm-sf-5 {
        width: 50%!important;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 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