Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #781356

    Hi,
    First off great theme.

    I’d like to display the Masonry content element, using the same style but only 1 column for every post. 1 post for every row.

    Where can I mess about with it so I can create an option to make that possible?

    Thank you.

    #781366

    Hey FlatText!

    Thank you for your kind words.
    Can you please try explain us a bit more what you want to do?
    How can u have one post per line, and still be mansory effect?

    Best regards,
    Basilis

    #781368

    Hi Basilis,

    I would like to have the same style as the masonry content, but with only 1 post per line. I tried the other post elements but the style is different, and no sorting by category options.

    Instead of (2 column setup):

    All / Category 1 / Category 2 / Category 3
    ____________________ ___________________
    | Post Picture | | Post Picture |
    |___________________| |__________________|
    | Post Title | | Post Title |
    | Post Excerpt | | Post Excerpt |
    |___________________| |___________________|

    I’d like it to look like:

    All / Category 1 / Category 2 / Category 3

    __________________________________________________________
    | Post Picture | Post Title |
    | | Post Excerpt |
    |_________________|________________________________________|
    | Post Picture | Post Title |
    | | Post Excerpt |
    |_________________|________________________________________|

    So one row, one post. I know this isn’t a masonry effect, but it’s the only post element with sorting by category. I like the styling but I’d like it to be on 1 post 1 row.

    EDIT: Formatting didn’t come out right, so I made an artistic rendering in Paint: http://i.imgur.com/nK6OAZS.png

    • This reply was modified 7 years, 7 months ago by FlatText.
    #781568

    Hi,

    Thanks for the screenshot. Have you started this somewhere so that we can have a closer look? It might be possible to achieve what you want using CSS.

    Best regards,
    Rikard

    #781683

    Hi Rikard,

    No I have not started with any modification yet. Thought I’d come to you guys before I do anything, maybe it’s something I missed.

    Ideally I’d like to add an option from the drop-down list under ‘Columns’ to have one post per line.

    It would’ve been an easier problem to solve if the ‘Magazine’ element had category sorting though.

    #782231

    Is there any other content element with sorting by category?

    #783818

    Hi,

    Please use the Portfolio Grid element. Add the following filter in the functions.php file so that you can select the “posts” instead of “portfolio”.

    // add the custom posttypes to the builder elements
    add_theme_support('add_avia_builder_post_type_option');
    add_theme_support('avia_template_builder_custom_post_type_grid');
    

    Best regards,
    Ismael

    #784011

    Hello,

    While that does create a 1 row 1 post possible, it doesn’t look right. Plus the pagination isn’t working, and the excerpt is not visible either.

    I’d rather a small box. I’ve linked the two sites.

    #784377

    Hey!

    Thank you for the update. Please try this css code to adjust the width of the masonry items.

    .av-masonry-col-2 .av-masonry-entry {
        width: 100%;
        margin-bottom: 10px;
    }

    Best regards,
    Ismael

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