[Support request] Custom Header Widget with Elementor

Home Forums Support [Support request] Custom Header Widget with Elementor

Home Forums Support Custom Header Widget with Elementor

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #357891
    Adam

    I have been bouncing through a couple of themes trying to get the functionality and control I need/want for customizing my own header structure using the editing tools with Elementor. I have tried the Element Theme and the OceanWP Theme. Now the OceanWP has some pretty amazing customization, in fact almost endless control over settings. I couldn’t test the custom header option without purchasing their premium add-ons.

    Without having to add code snippets, is there a way in your newer version with the premium add-on that I can build my own navigation header with logo and links and then select that canvas to insert within the Header portion of the GP theme?

    I do hope I am making sense and I really hope you do have a solution that was not able to find in any of the other forum posts?

    Thank you,
    Adam

    #357918
    Tom
    Lead Developer
    Lead Developer

    Hi Adam,

    Just so I’m clear – you’re wanting to build your entire header/navigation in Elementor, and then replace the GP header with it?

    Let me know – there’s definitely a solution for that πŸ™‚

    #358021
    Adam

    That would be correct. At least I think that is correct. πŸ™‚ In the essence that I don’t see the layout options I would like for my navigation header and social media top bar and maybe even a mega menu. I am new to this so forgive my naive break into the page builder foray. The problem is that I know what I want and now it is the struggle of finding the tools that will meet a non-coder’s needs. I was equally thrilled to support your product just because you are a fellow Canadian!
    Thanks.

    #358139
    Tom
    Lead Developer
    Lead Developer

    So the idea would be to create the header inside an Elementor template, and grab the shortcode.

    Then add the shortcode in the Before Header hook inside GP Hooks.

    Then you can remove the default header with a little CSS:

    .site-header {
        display: none;
    }

    However, if you want to link me to a header you like, I might be able to help you replicate it without a page header πŸ™‚

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