• I love the neat stuff on the front page where it’s broken into sections with images in between when you scroll. Is there any way to do that on pages other than the Home page?

    I wanted to have a site that basically just have 4 or 5 pages with each one being able to scroll like the front page can. I don’t see any way to do that so I’m wondering if it’s possible or not.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Right now the multi-panel format gets applied to the front page automatically. It’s not a page template you can apply to any page without some extensive work in a child theme, since the panels are tied to the Customizer. I bet it’s something others will want to do, though, so I’d suggest watching out for a plugin or child theme, if someone hasn’t made one already.

    I’m also looking to accomplish this. I already have a child theme set up, and I’ve tried altering and deleting some functions in the php files, specifically this piece of code in the templates-parts folder under header folder > site-branding.php and navigation folder > navigation-top.php:

    <?php if ( ( twentyseventeen_is_frontpage() || ( is_home() && is_front_page() ) ) && ! has_nav_menu( ‘top’ ) ) : ?>
    <?php echo twentyseventeen_get_svg( array( ‘icon’ => ‘arrow-right’ ) ); ?><span class=”screen-reader-text”><?php _e( ‘Scroll down to content’, ‘twentyseventeen’ ); ?></span>
    <?php endif; ?>

    There’s also the single.php and page.php file that I’ve altered code for, but still not cigar. I’d greatly appreciate it if anyone can take a look at the code for this theme and point me in the right direction.

    Thanks in advance!

    • This reply was modified 7 years, 10 months ago by tangybit.

    That would be awesome to have, for sure! This isn’t really possible within the theme. But there’s ongoing work within WordPress to make this type of thing possible in the future on any page.

    But there’s ongoing work within WordPress to make this type of thing possible in the future on any page.

    Thanks for the heads-up.

    Same Problem is here with my Subdomain also. I have lost anyhow the front page where it’s broken into sections with images in between when you scroll.

    For the first time when I had generated my subdomain, I have got that awesome broken section front page. I had faced some problem with the URL, so I deleted the subdomain and I didn’t get back that of the scrolling front page anymore. I repeated the subdomain installation process. I didn’t get back the required front page style.

    I madly looking for the solution. Please help

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can I use the front page scrolling stuff on other pages?’ is closed to new replies.