• 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

What's it called and How do you create it?

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 › What's it called and How do you create it?

This topic is: not resolved
  • This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago by Graham.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • June 15, 2015 at 2:52 pm #156306
    crissy76
    Member

    I was surfing around the internet and found this great garden blog. Not only is it packed with info, the design is very neat.

    It's looks like the Eleven40 theme. Here's the site: A Way to Garden

    I love how the frog and newsletter sign up flip from top to bottom ... it totally fits the site.

    The menu at the top flips over so the logo area disappears. In the design world, is there a name for that technique? Code wise, how would I set a menu and header up like that?

    June 15, 2015 at 5:22 pm #156324
    Graham
    Member

    Scroll triggered box for the sign up form at bottom

    Scroll then fix - for the site header and nav-wrap

    e.g. https://wordpress.org/plugins/scroll-triggered-boxes/

    There's is done with a bit of jQuery combined with some css

    jQuery( function($) {
    	$navs = $( '.nav-wrap, .site-header' );
    	$newsletterPopup = $( '.newsletter-signup-footer' );
    	$( window ).scroll( function() {
    		if ( $( window ).scrollTop() > 105 ) {
    			$navs.addClass( 'fixed' );
    			$newsletterPopup.addClass( 'popup' );
    		} else {
    			$navs.removeClass( 'fixed' );
    			$newsletterPopup.removeClass( 'popup' );
    		}
    	});
    } );

    My JustGiving page: https://www.justgiving.com/helping-graham-give

    June 15, 2015 at 6:46 pm #156330
    Graham
    Member

    Theirs*


    My JustGiving page: https://www.justgiving.com/helping-graham-give

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 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