• 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

REMOVE Parallax Scroll in 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 › REMOVE Parallax Scroll in Altitude Pro?

This topic is: resolved

Tagged: altitude, Altitude Pro, parallax

  • This topic has 2 replies, 2 voices, and was last updated 11 years ago by trishaj.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • March 19, 2015 at 5:55 pm #144972
    betholson
    Member

    Hi, I'm using the genesis framework for the first time so It's been kind of slow going figuring it all out but I'm almost done figuring out all the bits an pieces. Unfortunately after all that work and time my friend has decided she really doesn't like the Parallax scrolling effect and the way the menu stays at the top of the page. She really just wants the page to scroll up "like a plain ol boring website". She, of course, doesn't realize a plain ol boring website doesnt have things like the menu overlay on the top image and other things I'd have to figure out how to recreate in a different framework.

    Any thoughts on
    a) how to remove the parallax scroll effect. (or where to find that code so I can attempt to hack it myself)
    b) how to make the navigation/logo scroll up with the rest of the page when a user scrolls down?

    Thanks!

    http://www.betholsoncreative.com/SANDBOX/
    March 30, 2015 at 1:44 pm #146178
    betholson
    Member

    If anyone is curious how to do this here's what I came up with that changed the code. Hope it helps!

    /* removes parallax scrolling of top main page image */
    .front-page-1, .front-page-3, .front-page-5, .front-page-7 {
    background-attachment: scroll;
      background-color: #fff;
      background-position: 50% 0;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
    }
    
    /* makes logo and menu scroll with page */
    .site-header {
      background-color: #000;
      left: 0;
      /* position: fixed; */
      top: 0;
      width: 100%;
      z-index: 999;
    }
    April 29, 2015 at 2:10 am #149476
    trishaj
    Member

    This is what I did to stop the scroll:

    Changed this:
    .front-page-1,
    .front-page-3,
    .front-page-5,
    .front-page-7 {
    background-attachment: scroll;
    }

    To this:

    .front-page-1,
    .front-page-3,
    .front-page-5,
    .front-page-7 {
    background-attachment: fixed;
    }

    In other words, just change the word "scroll" to "fixed" A huge saving on unnecessarily bloating the code.

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘REMOVE Parallax Scroll in Altitude Pro?’ is closed to new replies.

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 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