New Landing How can we help? Themeforest Theme Support Flexform post carousel 2 columns and 1 post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Flexform
  • #6228
    jleon213
    Member
    Post count: 16

    Hi,

    I’m using a blog post carousel… is it possible to set the carousel to show just 1 post and use 2 columns wide?

    thanks.

    #6256
    jleon213
    Member
    Post count: 16

    Solved!

    I changed the code on line 58 of posts-carousel to:

    if ($width == “1/4”) {
    $columns = 1;
    } else if ($width == “1/2”) {
    $columns = 1;
    $item_class = ‘span6’;
    } else if ($width == “3/4”) {
    $columns = 3;
    } else {
    $columns = 2;
    $item_class = ‘span6’;
    }

    It will be nice for further updates to have the option of selecting one or two columns if the carousel is 1/2 or 1, 2 or 4 columns if it is 1/1.

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