New Landing How can we help? Themeforest Theme Support Joyn Social Grid layout query

Viewing 15 posts - 1 through 15 (of 19 total)
  • Posted in: Joyn
  • #185642
    Taffy
    Member
    Post count: 261

    We would like to increase the Social Grid layout count:

    • On iPad from 2 tiles across to 4 tiles
    • On iPhone from 1 tile across to 2 tiles

    Any help would be greatly appreciated.

    #185740
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello Mark,

    Please attach a screenshot so that we can understand your request and assist you accordingly.

    #185901
    Taffy
    Member
    Post count: 261

    As you can see in the attachment, there are only four Instagram tiles (2 per row). We would like to show 8 (4 in each row).

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

    Hi

    Currently you can only have rows of 5 instagram items, we may add more options in the future

    – Kyle

    #186070
    Taffy
    Member
    Post count: 261

    Hi Kyle,

    Not quite the answer I’m used to getting from the support team.

    can you at least point me in the right direction so I can attempt some custom coding myself?

    This is an urgent request.

    Kind regards,

    Mark

    #186134
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your child theme’s functions.php file:

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

    – Kyle

    #186135
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can edit the numbers if you wish

    #186154
    Taffy
    Member
    Post count: 261

    I have done this already, but it is not what I’m referring to.

    We wish to increase the amount of  tile in a row on mobile device from 2 to 4.

    #186156
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It currently only shows 1 column on mobile?

    – Kyle

    #186240
    Taffy
    Member
    Post count: 261

    1 tile per row on smartphone, 2 tiles per row on a Tablet.

    We we would like to be able the edit the number of tiles in these rows.

    #186249
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can try this:

    @media only screen and (max-width: 479px) { 
    .blog-grid-items .blog-item.col-sm-sf-5 {
      width: 50%!important;
    }
    }

    But it may not work as there are !importants set in the responsive.css file

    – Kyle

    #186606
    Taffy
    Member
    Post count: 261

    Hi Kyle,

    Thanks, but that didn’t work. Does Ed have any ideas?

    #186800
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    What’s your link so I can check?

    – Kyle

    #187192
    Taffy
    Member
    Post count: 261

    Development server has been hacked, waiting for a restore.

    #187196
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    ok. Let us know when you have it.
    -Rui

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