Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #362542

    Hi,

    Does the theme support the parallax effect? How can we create the sections and assign them to the navigation menu?

    Thank you

    #363058

    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

    #363171

    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

    #363174
    #363177

    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

    #363192

    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

    #363454

    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.

    #363681

    Hi!

    Can you post the link to your website please?

    Cheers!
    Yigit

    #363705
    This reply has been marked as private.
    #363707

    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

    #363710

    Thank you, that worked perfectly :)

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Parallax scrolling up/down menu’ is closed to new replies.