New Landing How can we help? Cardinal Social Grid – Number of Items in Row

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #185647
    BenNieIV
    Member
    Post count: 13

    I would like to only have 3 Instagram photos per row in the Social Grid so I can imitate the native Instagram layout.

    Please advise how I can accomplish this. Thanks in advance!

    #185678
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Unfortunately it’s not possible by default to have 3 columns, it would require editing the php files and unfortunately this is beyond our scope of support as it’s more work than a small customisation. You can use a 3rd party Instagram plugin if you want to use 3 columns

    – Kyle

    #186064
    BenNieIV
    Member
    Post count: 13

    Can you point me in the direction of which file I need to begin editing?

    Also I am using the masonry layout on the blog archive pages, how can I switch that layout from 4 columns to 3?

    Thanks Kyle!

    #186141
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your child themes functions.php file:

    function custom_blog_grid_counts() {
    return array("3", "6", "9", "12");
    }
    add_filter ('sf_blog_grid_item_counts', 'custom_blog_grid_counts');

    Please open a new topic for your second question

    – Kyle

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