10 Posts
proant88
7 years ago
4
Topic

I'm new and how can I make a masonry grid or how can I change how the articles will be shown? thanks

Get a VIP membership
1283 Posts
Bucklash
7 years ago
0
Level 1

Hi

Seblod have a masonry template...

Create a list with this template and assign to menu item.

This template comes with masonry.js and the other js that helps it ... images loaded or something like that.

I created a template called Slicked List that has a position 'Above' that is great for masonry as it allows you to add fields within your list but precede your list items.

Masonry requires this

ie

ul

- li.grid-sizer (position above) 

- li.grid-item (list item)

- li.grid-item (list item)

- li.grid-item (list item)

But you have to add masonry yourself

Bucklash

10 Posts
proant88
7 years ago
1
Level 2

okay and is it possible to add a social ( fb like share comment and twitter ) button below each thumbnail?

4229 Posts
Kadministrator
7 years ago
0
Level 3

For sure you can add buttons with static links, but if button is rendered with javascript it will probably require some tweaking as masonry is itself rendered by javascript so it might work or not, depends on how buttons are created.

Get a VIP membership