New Landing How can we help? Atelier Shop page display

Viewing 15 posts - 1 through 15 (of 20 total)
  • Posted in: Atelier
  • #230920
    OliviaPingret
    Member
    Post count: 85

    Hi Team,

    1.I have a question about shop page layout. To respect the original sizes of my pictures, I had to uncheck the hard crop mode. With this configuration, a white spaces appear between the pictures (screenshots 1 & 2).
    Do you know any plugin or solution (with atelier) to set up a dynamic grid layout? The multi masonry mode could be the solution?

    2. How to disable the display of product photo gallery on hover?

    Thanks
    Olivia

    Attachments:
    You must be logged in to view attached files.
    #231235
    David Martin – Support
    Moderator
    Post count: 20834

    1) Please use Multi Masonry Layout.

    2) Do you mean, when you hover stop showing the second image? If so, please use this:

    .products .product figure.product-transition-fade .img-wrap.second-image {
        display: none!important;
    }
    
    .products .product figure.product-transition-fade:hover .img-wrap.first-image>img {
        opacity: 1!important;
    }

    Thanks.

    #232151
    OliviaPingret
    Member
    Post count: 85
    This reply has been marked as private.
    #232154
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The multi-masonry must have each product’s thumbnail set to either tall, standard, large:

    Edit Product => Meta Options => Masonry Thumbnail => Masonry Thumbnail Size

    Thanks,
    David.

    #232179
    OliviaPingret
    Member
    Post count: 85

    Hi David,

    I tried and it’s quasi perfect for me. Just a question, can I change the Standard, Tall and Large sizes to 3 other different sizes like landscape, portrait and square? If yes, please could you tell why & where (in witch FTP file) can I change these sizes?
    Thanks David,

    Olivia

    #232181
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    Please try /woocommerce/content-product.php. From line 143 you will see this:

    		if ( $masonry_thumb_size == "large" ) {
    		    $classes[] = 'col-sm-6 size-large';
    		    $width = 'col-sm-6';
    		    $thumb_width = 800;
    		    $thumb_height = 650;
    		} else if ( $masonry_thumb_size == "tall" ) {
    		    $classes[] = 'col-sm-3 size-tall';
    		    $width = 'col-sm-3';
    		    $thumb_width = 400;
    		    $thumb_height = 800;
    		} else {
    			$classes[] = 'col-sm-3 size-standard';
    			$width = 'col-sm-3';
    			$thumb_width = 400;
    			$thumb_height = 320;
    		}

    Thanks.

    #232194
    OliviaPingret
    Member
    Post count: 85

    Hi David,
    I don’t see this in content-product.php…

    #232195
    David Martin – Support
    Moderator
    Post count: 20834

    Are you looking in the theme folder, it’s here: atelier/woocommerce/content-product.php

    Thanks.

    #232196
    OliviaPingret
    Member
    Post count: 85

    Sorry,
    I find it !

    #232198
    David Martin – Support
    Moderator
    Post count: 20834

    Great, no problem.

    #232217
    OliviaPingret
    Member
    Post count: 85
    This reply has been marked as private.
    #232489
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    What size are your images originally before uploading? You’ll need to make sure the images are actually large enough to be proportionally scaled down to fit the size output.

    Please also add a WP URL and WP login.

    Thanks.

    #232529
    OliviaPingret
    Member
    Post count: 85
    This reply has been marked as private.
    #232827
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Can you send me a couple of images you are using, before uploading into WordPress. Please attach them here or use a dropbox link.

    The image size must be bigger than the required sizes.

    Thanks.

    #233006
    OliviaPingret
    Member
    Post count: 85
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 20 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