Tagged: Tiles
-
AuthorPosts
-
May 21, 2014 at 5:51 am #267793
Hi Support Team!
First off, I love your product! Enfold is an amazing theme. I just have a quick question, do you know of any way to set up a tile system on the Enfold theme? For example, I know there is a plugin called “WP_Tiles” that exists, but I do not want tiles for my posts, but instead, fill those tiles with custom content (like a video, or a picture with a link). I tried to fiddle around, and use the Advanced Layout Builder to create a makeshift tile page (containers size 2/5, 1/5, 2/5, etc.), however, the spacings were off, and the size of the media wasn’t aligned, etc. Without going into the CSS and drastically changing things, I really don’t know how else to find a solution to this problem. Any thoughts?
May 21, 2014 at 6:39 am #267801Hi avsurganov!
The only thing the theme has built in which might be what you are looking for is:
http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
or
http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/Neither support video within them however.
Regards,
DevinMay 21, 2014 at 7:15 am #267809Wow, thanks for the quick reply.
Is there anyway to make them fit within a container instead of being full width?
May 21, 2014 at 7:58 am #267827Hi!
No but you can try to limit the width of the grid with css code – insert it into the child theme style.css file or quick css file:
.main_color .av-masonry { margin: auto; max-width: 1200px; }
You can replace 1200 with any other custom width value – i.e. the width of the page content (1210px).
You can also try the tiled gallery plugin which comes with Jetpack: http://jetpack.me/support/tiled-galleries/ – a standalone version can be found here: https://wordpress.org/plugins/tiled-gallery-carousel-without-jetpack/
Regards,
PeterMay 21, 2014 at 8:38 am #267838Hey guys! Much thanks for the support.
I actually came up with a custom solution; I used the Slider to create content (images / videos / etc.) and formatted them to look like tiles. Does what I want it to do, without messing around too much with the CSS. It is however, a little time intensive.
May 21, 2014 at 9:20 am #267859Hey!
Great, glad you found a solution.
Best regards,
Peter -
AuthorPosts
- You must be logged in to reply to this topic.