Site logo

nav

Mobile menu right and logo left

Hi, I’m trying to achieve scenario 3 (see the image) where the logo is left hand side and hamburger menu right. This is the same as generatepress.com site has in mobile view. But I’m only getting the logo and menu centered. [img]http://aijaa.com/rALDGB[/img] http://aijaa.com/rALDGB I found an old topic with instructions to add extra functions but … Read more

Disable Responsive Plugin not working

Hi – I tried to disable the responsive menus a number of ways, and I finally resorted to installing the plugin. It is not working – I’m on the most updated version of WP and GP, and I’m using the Child Theme Statement. What’s the deal?

Move Primary Nav Menu

Hello, I’m looking to move the primary menu which normally appears under the header to the top of the page (above the header). Without disabling the header itself (which does indeed ‘bump’ everything upwards) Thanks for your help!

Customising Primary Nav Menu

Hi Tom, Thank you for the fantastic GeneratePress WordPress theme. It’s clean, easy-to-work with, and has offered a great entry point into WordPress. Being at that entry point… I’ve created a child theme for the site I’m working on at http://www.webeatthegame.com/ It’s a development site for a gaming… blog? So, I’m slowly building it as … Read more

Disable Superfish Menu Fade / Slide / Transition

I would like to make my primary nav instantly appear. I notice the superfish.js file, but I believe generatepress/js/scripts.js will be used instead. What do I need to change to get results? I found this post on the forums, but I wasn’t able to find the results. jQuery(document).ready(function($) { $('.main-nav > ul').superfish({ delay: 0, // … Read more

Fixed Nav Bar

Hi, I was wondering if there is a way to make the nav bar fixed so its scrolls with the content?? Im using a child theme and added the css: .main-nav{ position: fixed; width: 100%; top: 0; clear: both; } But this makes the navigation disappear completely. Is it possible to have it fixed??