Tagged: content element, ismael
-
AuthorPosts
-
April 21, 2017 at 7:17 pm #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.
April 21, 2017 at 7:53 pm #781366Hey 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,
BasilisApril 21, 2017 at 8:03 pm #781368Hi 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.
April 22, 2017 at 7:18 am #781568Hi,
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,
RikardApril 22, 2017 at 3:36 pm #781683Hi 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.
April 24, 2017 at 10:47 am #782231Is there any other content element with sorting by category?
April 27, 2017 at 7:06 am #783818Hi,
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,
IsmaelApril 27, 2017 at 1:50 pm #784011Hello,
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.
April 28, 2017 at 9:48 am #784377 -
AuthorPosts
- You must be logged in to reply to this topic.