Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #306728

    Hi,

    when display the blog in Grid – how can I manage the order of the latest post from right to left?

    Thanks
    Tal

    #307202

    Hey Tal!

    Try adding this code to the Quick CSS:

    div .slide-entry.flex_column {
        float: right;
    }
    div .slide-entry.flex_column.first{
        margin-left: 6%;
    }
    div .slide-entry.flex_column:last-child{
        margin-left: 0;
    }

    Cheers! 
    Josue

    #307217

    Great! Thanks a lot!!!

    #307218

    It works in one site, didn’t work in another one…
    is there anything else I can do?

    #307221

    Hi,

    Can you post the link to the another one?

    Regards,
    Josue

    #307246

    http://www.wiseway.co.il/wiseway-blog/
    the site in Hebrew, but you can see the post with the ‘communication’ image published on June 25th
    and the post with the ‘learn how to blog’ was published on May 20th

    Thanks.
    Tal

    #307265

    Hey!

    You can try to add an “order” and “orderby” option field to the blog element – see: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/

    Then select “orderby” – “date” from the dropdown and order “DESC”. This should revert the post order.

    Regards,
    Peter

    #307392

    Hi,

    But the orderby desc or asc is showing from the first to last and opposite
    what I need is that the last one will be on the right.

    now it is a the first row, but on the left.

    Regards,
    Tal

    #307402

    I am using the Masonry in the page builder, may be there is some other code I should insert there?

    #307483

    Hey!

    The code i first suggested won’t work there because it is a masonry blog, to be honest i don’t think there is an easy way to make a masonry RTL as there are technically no rows. I’d suggest using a Blog Element (grid) instead.

    Regards,
    Josue

    #308442

    Ok, i will change it into the blog element.

    Thanks
    Tal

    #308472

    You are welcome Tal, glad to help.

    Regards,
    Josue

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.