• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

make a second page work the same as the main front page on Altitude Pro

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › make a second page work the same as the main front page on Altitude Pro

This topic is: not resolved

Tagged: Altitude Pro, front page

  • This topic has 19 replies, 4 voices, and was last updated 3 years, 8 months ago by dpalme.
Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • June 21, 2019 at 4:54 pm #491824
    dpalme
    Participant

    Any idea how to do this?

    June 21, 2019 at 9:29 pm #491827
    Brad Dalton
    Participant

    Copy the front page file and register unique widgets using unique I.D's which match the I.D's in the front page copy.


    Tutorials for StudioPress Themes.

    June 24, 2019 at 11:57 am #491888
    dpalme
    Participant

    That does not make sense.

    June 24, 2019 at 10:20 pm #491897
    Brad Dalton
    Participant

    Link to your site please.


    Tutorials for StudioPress Themes.

    June 25, 2019 at 6:45 pm #491935
    dpalme
    Participant

    Palme Acres Technology

    June 25, 2019 at 11:35 pm #491939
    Brad Dalton
    Participant

    You would need a basic understanding of PHP code to complete this project.

    At least a understanding of how widgets are registered and used in template files. This requires 2 code snippets for each new widget.

    1. This is the code to register a widget area in your child themes functions file.

    genesis_register_sidebar( array(
    	'id'          => 'newsletter',
    	'name'        => __( 'Newsletter', 'theme-name' ),
    	'description' => __( 'This is the newsletter widget area.', 'theme-name' ),
    ) );
    

    newsletter is the unique id

    2. And this is the code to output the widget in your page template

    genesis_widget_area( 'newsletter', array(
    	'before' => '<div class="newsletter">',
    	'after'  => '</div>',
    ) );
    

    The id, newsletter, is unique for each widget area


    Tutorials for StudioPress Themes.

    June 26, 2019 at 10:22 am #491956
    dpalme
    Participant

    This does not add the parallax part though does it?

    June 26, 2019 at 9:49 pm #491966
    Brad Dalton
    Participant

    There's no parallax in Altitude Pro.


    Tutorials for StudioPress Themes.

    June 27, 2019 at 6:36 am #491977
    dpalme
    Participant

    The background images flow like parallax.

    June 28, 2019 at 2:12 am #491986
    andytc
    Participant

    The original page images with parallax have this code -

    .front-page-1, .front-page-3, .front-page-5, .front-page-7 {
        background-attachment: fixed;
        background-color: #fff;
        background-position: 50% 0;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    You'd need to add your new classes to this or just reproduce it as you want.

    July 1, 2019 at 10:20 am #492050
    dpalme
    Participant

    I added the class but it doesn't appear to be showing.

    July 1, 2019 at 3:04 pm #492059
    andytc
    Participant

    Where’s the page you’ve reproduced .. URL ?

    July 2, 2019 at 3:45 pm #492087
    libanaaz
    Member

    Its reaaly helpfull thx.

    July 10, 2019 at 8:54 am #492262
    dpalme
    Participant

    Privacy Policy

    July 15, 2019 at 12:25 pm #492370
    dpalme
    Participant

    ????

    July 16, 2019 at 2:00 pm #492391
    dpalme
    Participant

    Its been a week and still no response.

    July 23, 2019 at 11:05 am #492509
    dpalme
    Participant

    Good thing I'm not hanging by a rope, I'd be dead by now. Someone has to know the answer to this.

    July 23, 2019 at 11:07 am #492510
    Brad Dalton
    Participant

    We can provide a point in the right direction which has already been done. https://studiopress.community/topic/make-a-second-page-work-the-same-as-the-main-front-page-on-altitude-pro/#post-491939


    Tutorials for StudioPress Themes.

    July 25, 2019 at 7:40 am #492572
    dpalme
    Participant

    That does not solve or even remotely come close, The front page scrolls that's what I am trying to accomplish here. As I have said multiple times before.

    July 29, 2019 at 2:14 pm #492670
    dpalme
    Participant

    Brad,
    I'll readily admit I can be a total prick at times so first, let me offer my apologies if I came across that way, certainly wasn't intended. Please email me I have a question for you that I do not want to post here: [email protected]

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 20 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble