Hi,
One of my clients would like to create a page like this: see here
I’ve set a colored section with layout 1/2 | 1/2 but cant find a similar slider gallery to use.
Has anyone used a similar gallery plugin that works with enfold with one main image and smaller thumbnails underneath?
Thanks
You can recreate that entire page with Enfold and make it look 10 times better without any effort. :)
For the gallery, you can use the following Enfold element in the layout builder:
Media Elements > Gallery > Set Gallery Style to “Big image with thumbnails below”
That’ll get you the desired effect.
Awesome I’ll try that out.
Not sure how to create the grey sections though. Maybe add the data and then some css later once the content is there.
Thanks
Hi!
Send us a link to your page when your done and we’ll give you some CSS to use to create the grey sections.
Cheers!
Elliott
Or put them in Content Sections (element) and give those a background color. Then you don’t even need any CSS. You can even add Whitespace (element) between the Content Sections.
Hi!
You can edit your color section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .post-entry {
background-color: #e2e2e2;
border-radius: 5px;
padding: 20px;
}
@davye Thanks a lot for your help :)
Cheers!
Yigit