[Support request] Sliding menu push page across

Home Forums Support [Support request] Sliding menu push page across

Home Forums Support Sliding menu push page across

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #386787
    Spencer

    Hi guys,

    Just wondering if it is possible for the slide out menu to push the page content across instead of overlaying it?

    Also moving the menu to the left hand side.

    Like this example? http://www.jellyfish.net

    Many thank,
    Spencer

    #386963
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Currently this isn’t possible without some pretty heavy customization. However, we’re working on a slide-out nav re-write that will have this as an option ๐Ÿ™‚

    For now a plugin like this might be helpful: https://en-ca.wordpress.org/plugins/shiftnav-responsive-mobile-menu/

    #652763
    Engelbrecht

    Hi Tom,

    Is the slide-out nav-push page menu anything that is planned in future releases?

    #652890
    Tom
    Lead Developer
    Lead Developer

    It should actually be possible with some CSS now.

    Any chance you share the URL to your site with the current slideout nav?

    #652906
    Engelbrecht

    Yes sure: http://www.bryllupskuller.dk

    I had it on my old theme and i loved it! The current slide also works great but i do find it a bit more profesional with the push-to-side menu.

    #653157
    Tom
    Lead Developer
    Lead Developer

    Ah, not as easy as I was hoping for – I’m sorry! I’ll write up an article on this ASAP and will update this post ๐Ÿ™‚

    #654778
    Engelbrecht

    Great – please let me know when you have it written!

    #664315
    Engelbrecht

    Hi Tom, are you any closer to having the article done or somewhat done? I have hired a developer for various assignments, here by the push menu. Can i supply him with any code that you May have so he dosent do double work?

    #664905
    Tom
    Lead Developer
    Lead Developer

    Not yet – sorry!

    We’re using this JS library: http://toomuchdesign.github.io/offside/demos/single-element/

    What GP is missing is the container around all of the content, which can be added using hooks.

    Then you’d need to add the missing CSS which we removed from GPP which causes that container to slide.

    #665398
    Engelbrecht

    Hi Tom, thank you for your response. I appriciate it! Is it possible that you could provide the hooks as well for adding the wrapper for all page element? The developer i hired is inexperienced with GP, unfortunately.

    #665639
    Tom
    Lead Developer
    Lead Developer

    The opening element would go into the before_header hook:

    <div class="site-wrapper">

    Then the closing element would go into the after_footer hook:

    </div>

    #892102
    Alexandro Dupuis Zorrilla

    Hi Tom, I was wondering if there has been updates on the push content feature or if you have some detailed instructions as to how to add css.

    Cheers!

    Alex

    #892309
    Tom
    Lead Developer
    Lead Developer

    No update yet, but I’d be happy to try to help implement it if you’d like? If so, you’ll need to start by adding the containing element I mentioned above. You can use the Hook Element to do that: https://docs.generatepress.com/article/hooks-element-overview/

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.