Hi,
Does the theme support the parallax effect? How can we create the sections and assign them to the navigation menu?
Thank you
Hey sitesme!
Please add Color Section element to your page and add a custom background image and choose “parallax” for Background Attachment – http://i.imgur.com/uMDrWGS.png
Best regards,
Yigit
Thank you Yigit,
I am aware of the color selection element, but how can I create an “anchor” to have a “one-page parallax” website with multiple sections controlled by the navigation menu?
An example can be found here on this theme: http://d.pr/1guXR/5MUd35zy
Can I do the same with Enfold?
Thank you
Hey!
Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Best regards,
Yigit
That’s right it! :)
Anchors will be. Is this only possible through the color selection element or are there other elements that I can use for anchors?
Thank you
Hi!
You can add a Code Block element to your page above your content and insert following
<div id="my-anchor"></div>
then add a button element and link it to #my-anchor
Regards,
Yigit
Thank you Yigit,
That does the trick, however, if I add a code block at the very top of the page (or anywhere else) it creates a big gap (see the red vertical line): http://d.pr/i/14j6s/2KTGWAEx
Is there a way to add the anchor without any white space / gap to be visible? We just need to add the anchor for the navigation menu to work, nothing else.
Many thanks.
Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_sticky.html_large #main {
padding-top: 16px;
}
Regards,
Yigit
Thank you, that worked perfectly :)