Viewing 6 posts - 1 through 6 (of 6 total)
  • #89470
    thinkitfirst
    Member
    Post count: 4

    Hey, I’m having some issues with columns and shortcodes. I’m using a Woocommerce shortcode on a blank page to display all the brands within the brand category. Since there are so many brands I’m trying to display them in 6 columns rather than just 4. This is the Woocommerce shortcode I’m using:

    I set the column parameter to 6 and it displays on the site, but the sizing doesn’t work. I did some looking around, and most people have come to the conclusion that it might be caused by the theme columns. This is what I get after I update the page on the backend:

    As you can see it spaces the page out correctly, but the actual items don’t extend to fit. Any insight you have on this would be helpful. All the resources out there seem a bit vague. Also the page is very long so I might be trying to do 8 columns if possible.

    Many thanks,
    ThinkItFirst

    #89479
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Does the WooCommerce shortcode allow you to select 6 columns?

    – Kyle

    #89550
    thinkitfirst
    Member
    Post count: 4

    Hey Kyle, false alarm. The boss changed his mind and I was able to do it myself. The problem was the “first” and “last” class added to each item. I used jquery to remove the classes which allows the items to move freely within the grid.

    jQuery( "li.product-category.product" ).removeClass( "first" ); 
    jQuery( "li.product-category.product" ).removeClass( "last" );

    Sorry for the pointless thread.

    Thanks,
    ThinkItFirst

    #89558
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great! No problem

    – Kyle

    #107839
    alemarengo
    Member
    Post count: 695

    Hi support.
    I’d like to dig into a strange thing.
    I have to set up as many pages as categories are in woocommerce.
    In these pages I have to lists categories’ products.
    I’m doing this in two ways:
    1) first is via swift builder: columns, both set as mini or standard, look not correctly aligned and pagination goes wrong;
    2) second, via shortcode: style’s completely broken… and columns are exploded somehow…
    How can I fix this? Getting rid of left sidebar?
    Many thanks.

    ***EDIT***
    I am using DANTE.

    #108177
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @puntobiancosnc
    – Please create a new topic with specific page Urls with issues.
    Thanks

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