Okay
  Public Ticket #435549
Create second parallax page
Closed

Comments

  • Rob started the conversation

    So for the one-page layout, we have the home page, and then create separate pages which we call sections. And then in the menu settings we drop those pages in to determine which order the sections come in on the home page.

    My question is, I want to create a seperate 2nd page, which itself is made up of sections. How do we add the sections to the page? Do we create another menu in some way?

    Many thanks
  •  1,808
    Support replied

    Hello,

    you can use [project_section] shortcode (Portfolio Shortcodes -> Project Section in shortcodes dropdown list)

    this external portfolio page is built entirely like that

    http://clapat.ro/themes/newave-wordpress/?newave_portfolio=newave

    using the section shortcode instead of page-sections has its limitations but you can add content similar to one pager

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Rob replied

    Thanks for the quick response.

    But how can a page like this be built:

    http://clapat.ro/themes/newave-wordpress3/?page_id=162

    It isnt the home page but still has parallax sections?

    Thanks

  •  1,808
    Support replied

    Add [project_section] shortcode in the page content.

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1,808
    Support replied

    As for the page you mentioned it\'s easy you just have to use the html code for parallax sections

    <div class=\"parallax\" style=\"background-image: url(\'http://clapat.ro/themes/newave-wordpress3/wp-content/uploads/2014/03/grapess.jpg\');\">
    <div class=\"container\">
    
    [one_half last=\"no\" text_align=\"text-align-left\"]
    [br][br][br][br]
    [project_section color=\"dark-background\" container=\"none\"]
    <div class=\"wine-production\">
    <h1>Grapes</h1>
    [br]
    
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas laoreet velit eu justo dapibus dignissim. Integer ut justo fringilla, pulvinar eros vel, ullamcorper libero. [br][br]
    <blockquote>The three grape varieties permitted for inclusion in genuine Wine are Chardonnay, Pinot Noir, and Pinot Meunier.</blockquote>[br]
    Curabitur fringilla gravida sollicitudin. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Morbi dignissim tincidunt nunc commodo mattis. 
    </div>
    [/project_section]
    
    [br][br][br][br]
    
    [/one_half]
    
    </div>
    </div>
    
    
    

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy