Viewing 7 replies - 1 through 7 (of 7 total)
  • I’m seeing 4 columns: screenshot .

    Thread Starter wesalbaugh

    (@wesalbaugh)

    Actually, I don’t see any of my products in your screenshot. Those 4 images are in the footer, not in the products.

    There should be 5 products….maybe clear your cache and see if they show up?

    Ah, my mistake, sorry. Seeing 5 products in 3 columns now. Will try to duplicate this locally.

    This looks like a theme-specific issue. I am unable to get 4 columns as well with Scrollider, but don’t have that problem with Canvas or others. Not sure exactly why yet, but will continue to look into it.

    Thread Starter wesalbaugh

    (@wesalbaugh)

    Thanks, Matt! Really appreciate it.

    I still haven’t had any luck sorting this out unfortunately. The plugin does seem to resize images appropriately, and I can get 2 columns, but not 4 or 5.

    Still looking at it, but a bit stumped to be honest.

    Thread Starter wesalbaugh

    (@wesalbaugh)

    No worries! I never got this plugin to work either, but I got in contact with WooThemes support and they told me to add this to funtions.php:

    function loop_columns() {
    return 4;
    }
    add_filter( ‘masonry_number_of_columns’, ‘loop_columns’ );

    It worked.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Doesn't seem to be working’ is closed to new replies.