New Landing How can we help? Atelier Mobile pricing tab issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Atelier
  • #167700
    serieux
    Member
    Post count: 112

    Hi,

    After adding mobile filters (more specifically the price filter) an additional pricing tab has shown up. Now on the shop page these a price on the photo and underneath it. From what I know it’s standard to not have anything on the picture (according to your demo shop page) but for some reason mine has come up.
    Please see attachments

    Serieux.com.au

    Attachments:
    You must be logged in to view attached files.
    #167706
    serieux
    Member
    Post count: 112

    In additon to above, when you click the 4 squares view mode the price boxes disappear. I think this may be an issue with using the custom css to default the mobile view to the 4 box view?

    #167760
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks for pointing that out – specific case issue. This css will resolve:

    @media only screen and (max-width: 479px) {
    .product figure .cart-overlay .shop-actions > a.price-link {
    		display: none!important;
    	}
    	.multi-masonry-items .product figure .cart-overlay .shop-actions > a.price-link {
    		display: inline-block!important;
    	}
    }
    

    Unfortunately can’t hide the add to cart button with the forced grid view, unless you wanted it hidden for all views on mobile.

    – Ed

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