New Landing How can we help? Themeforest Theme Support Neighborhood Can I disable Product Overlay Transition for mobile devices

Viewing 8 posts - 1 through 8 (of 8 total)
  • #53705

    Hello,

    Trying to reduce my website’s (www.ministryofconcrete.com)
    pageload time, I’m wondering if there is a way to disable
    the Product Overlay Transition feature for mobile devices
    (cellphones, tablets).

    Thanks in Advance

    Alex

    #53843
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, we don’t have a theme option for that, you would need to modify code.

    #82169
    davidll
    Member
    Post count: 205

    Hello – I would also like to disable this.

    Any hint to what code we need to mark as ‘display none’ would be appreciated

    Thx

    David

    #82568
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    There is no overlay transition on mobile? As you can’t hover on a mobile.

    – Kyle

    #82573
    davidll
    Member
    Post count: 205

    Thanks for the reply Kyle.

    Maybe I should of started a new thread –
    When in mobile – the product image footer / overlay ‘Add to shopping’ etc is always present – Can this be removed?

    Thanks

    David

    #82576
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes, add this to your custom css:

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

    You will then need to remove a bit of JS, see here: http://support.swiftideas.net/knowledgebase/how-to-fix-second-image-from-showing-after-removing-shop-actions/

    – Kyle

    #82586
    davidll
    Member
    Post count: 205

    Thanks Kyle
    perfect.

    #82588
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

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