New Landing How can we help? Atelier Multi Masonary shop products on home page – can't get to work

Viewing 15 posts - 1 through 15 (of 18 total)
  • Posted in: Atelier
  • #169595
    Klarity
    Member
    Post count: 183

    Hi,

    I don’t seem to be able to get the funky shop layout working?
    I have tried copy the demo page element settings but i don’t seem to get anything other than normal boxes all the same size.. ๐Ÿ™

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

    Hi

    When you add a product, int he product meta options you can select the multi masonry size, either tall, wide or standard

    – Kyle

    #169613
    Klarity
    Member
    Post count: 183

    Kyle, you’re a gentleman! Perfect!

    #169614
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚ Glad I could help

    #190906
    Klarity
    Member
    Post count: 183
    This reply has been marked as private.
    #190907
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    For the multi masonry products asset?

    – Kyle

    #190982
    Klarity
    Member
    Post count: 183
    This reply has been marked as private.
    #190990
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please open new topics for your new questions so that I can concentrate on the multi masonry question

    Thanks
    Kyle

    #190991
    Klarity
    Member
    Post count: 183

    Sorry kyle,

    Will do!

    #190992
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It just uses the original image that you upload

    – Kyle

    #191000
    Klarity
    Member
    Post count: 183
    This reply has been marked as private.
    #191025
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ahh yes sorry

    To change those sizes go to atelier/woocommerce/content-products.php:

    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;
    		}

    However don’t forget that the ‘tall’ images height must be 2x the standard height, and the ‘wide’ images width needs to be 2x the standard width

    – Kyle

    #191171
    Klarity
    Member
    Post count: 183
    This reply has been marked as private.
    #191176
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Just copy the file to the same structure in the child theme that comes inside the Themeforest downloadable zip.

    The file structure should be this one to override the parent theme file
    atelier-child/woocommerce/content-products.php

    You should activate the child theme, not sure if you are familiar with it.

    -Rui

    #191185
    Klarity
    Member
    Post count: 183
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 18 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