Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Menu Disappeared

  • Can you please look to see why my main menu is missing from all pages? I have tried every setting and cannot find it.

  • Hi there,

    Can you assign the admin role to the user? As the current role does not allow me to check the settings.

    Let me know 🙂

  • Yes. You are admin now.

  • I have not heard back from you. Please advise?

  • Hi there,

    Apologies for the delay — your last response slipped through our helpdesk system.

    Please go to Appearance > Elements and edit the Full width, hide title, hide featured image element.

    Then under the Disable Elements tab, uncheck the Site Header, Mobile Header, and Primary Navigation options.

  • Thats better. I am having problems with the News page:

    https://wcssailing.com/news/

    The header Image and title are now taking up 3/4 of interface and are not moving when someone vertical scrolls?

    It did not behave this way previously. How do I get it to move up with the content so that you can scroll through and see the posts?

  • Hi there,

    I don’t see any issue on your news page; it looks normal to me.

    This is what I see. Let me know if I miss anything.

    https://app.screencast.com/AZGy3ZBdyW1q2

  • It’s the mobile view that is the problem.

  • It seems you’ve modified the CSS at customizer > additional CSS.

    The original CSS from the Lens template is attached below. Please copy and paste it to your site to replace the mistakenly modified CSS:

    .blur {
    		 backdrop-filter: blur(10px);
    }
    @media(min-width:1024px) {
    .header-wrap {
        right: 50%;
    	position:fixed;
    }
    .site-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .gb-container.sticky {
        position: sticky;
        top: 0;
    }
    }
    .hover-darken:hover:before {
    	opacity:0.6;
    }
    .hover-darken:hover h2 {
    	opacity:1;
    }
    .hover-darken h2 {
    	opacity:0;
    }
    .hover-darken, .hover-darken * {
    	transition:all 0.3s ease;
    }
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.