New Landing How can we help? Atelier Shop page products grid alignment

Viewing 15 posts - 16 through 30 (of 35 total)
  • Posted in: Atelier
  • #299781
    skullo27
    Member
    Post count: 217
    This reply has been marked as private.
    #299862
    David Martin – Support
    Moderator
    Post count: 20834

    Great, please do so now. I’ll be on for a few hours.

    Thanks.

    #299864
    skullo27
    Member
    Post count: 217

    OK try the shop pages now…

    #299904
    skullo27
    Member
    Post count: 217
    This reply has been marked as private.
    #300451
    David Martin – Support
    Moderator
    Post count: 20834
    This reply has been marked as private.
    #300599
    skullo27
    Member
    Post count: 217
    This reply has been marked as private.
    #300874
    David Martin – Support
    Moderator
    Post count: 20834

    Last request here! – You are using the WooCommerce Advanced Ajax Layered Navigation plugin for this correct? Can you attach the zip file for the plugin?

    #300955
    skullo27
    Member
    Post count: 217

    Hi David, no I did try that plugin, but I could not get it to work and you could not replicate my issue (page refresh problem if you remember) so I gave up on it and when back to using the Woocommerce Product Filter plugin from Code Canyon https://codecanyon.net/item/woocommerce-product-filter/8514038.

    Could it be this that is causing the issue?

    thanks.

    #301007
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    So what I need is the exact plugin/widget setup that is causing you the issue. I am setting up my dev site to be like your reported shop page with the intention to replicate the bug and fix.

    Thanks.

    #301008
    skullo27
    Member
    Post count: 217

    Hi David, the problem happens even with all plugins disabled… So how can it be the plugins causing the issue?

    #301246
    David Martin – Support
    Moderator
    Post count: 20834

    So when testing locally, I get this for the last product:

    Is this what you also experience?

    #301252
    skullo27
    Member
    Post count: 217

    Yes that looks similar.

    thanks

    #301572
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    If you disable your Performance Options first, then open functions.js and locate this:

    		fullWidthShop: function() {
    			var shopItems = jQuery('.full-width-shop').find('.products'),
    				itemWidth = shopItems.find('li.product').first().data('width'),
    				shopSidebar = shopItems.find('.sidebar');
    
    			if (shopSidebar.length > 0) {
    
    				// Full Width Shop Sidebar
    				SWIFT.woocommerce.fullWidthShopSetSidebarHeight();
    				$window.smartresize( function() {
    					SWIFT.woocommerce.fullWidthShopSetSidebarHeight();
    				});
    				
    				shopItems.isotope({
    					itemSelector: '.product',
    					layoutMode: 'masonry',
    					masonry: {
    						columnWidth: '.'+itemWidth
    					},
    					isOriginLeft: !isRTL
    				});
    
    				SWIFT.woocommerce.animateItems(shopItems);
    
    				shopSidebar.stop().animate({
    					'opacity': 1
    				}, 500);
    				shopItems.isotope( 'stamp', shopSidebar );
    				shopItems.isotope( 'layout' );
    
    				setTimeout(function() {
    					shopItems.isotope( 'layout' );
    				}, 500);
    
    			}

    Find this line: layoutMode: 'masonry', and change to layoutMode: 'fitRows',

    #301587
    skullo27
    Member
    Post count: 217

    Hi David, thanks for this, where do I find the functions.js, is it a theme file? If so is this a bug that will be fixed in a future update?

    thanks
    Sam

    #301588
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Sam,

    Will need to confirm if this works for you, it’s a theme file, located in atelier/js/functions.js

Viewing 15 posts - 16 through 30 (of 35 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