New Landing How can we help? Atelier iPad view of Grid and List Lay-out

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #209788
    kiki1990
    Member
    Post count: 13

    How can I delete the buttons to put in the cart and the price?

    As you can see it’s not that pretty, like that.

    Hope you guys can help me!

    Attachments:
    You must be logged in to view attached files.
    #209808
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Have you updated to the latest version of the theme and the swift framework plugin?

    – Kyle

    #209814
    kiki1990
    Member
    Post count: 13

    Yes! Eventually I thought that was the problem but on your website (swiftideas.com), I see the same thing (problem for me) on my iPad.

    #209819
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok add this to your custom css:

    @media only screen and (max-width: 768px) { 
    ul.products .shop-actions {
      display: none;
    }
    }

    – Kyle

    #210179
    kiki1990
    Member
    Post count: 13

    Thanks for tip where to begin adjusting the CSS! Eventually I adjusted some of the code and for the people that has the problem with it as I did, here is the code that deleted the ‘Shop-Actions’.

    @media only screen and (max-width: 1024px) { 
    .product .cart-overlay .shop-actions {
        display: none !important;
    }
    .product figure .cart-overlay {
        opacity: 0;
        display: none !important;
    }
    }
    #210449
    David Martin – Support
    Moderator
    Post count: 20834

    Great, thanks Kyle and kiki1990, hopefully it will assist others.

    Thanks,
    David.

    #255693
    cfairi
    Member
    Post count: 129

    Hi, I am having the same issue where the price and Add to Cart button obscure the images on the iPad. Is there any way to sort this out for someone who doesn’t have web development knowledge?

    #255716
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add the css above to Theme Options > Custom CSS

    – Kyle

    #256013
    cfairi
    Member
    Post count: 129

    Thank you, should I add the code from Kyle or kiki1990’s message?

    #256016
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes this code:

    
    @media only screen and (max-width: 1024px) { 
    .product .cart-overlay .shop-actions {
        display: none !important;
    }
    .product figure .cart-overlay {
        opacity: 0;
        display: none !important;
    }
    }

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register