Site logo

Archived topic

Hamburger menu of my site

5 replies · Started by cmw on December 19, 2019

Viewing posts 1–6 of 6

Hi there,

I have an issue related to how the hamburger menu of my site is displayed.

I have been told by Elementor team that the issue is related to some customizations made in my GP child theme.

If I switch my theme my site gets totally broken but the menu itself gets fixed.

I cleared caches, disabled all plugins with a staging site and so on but just changing theme is fixing that.

Any idea why I get that?

Thanks :)

Hi there,

So the issue is fixed if you switched to the parent theme?

If so please try to disable each of your customizations (CSS and functions) in your child theme until the problem is identified :)

Hey Leo,

What I meant is that it gets fixed if I use Twenty template or other templates.

What do you recommend me to do to find the issue?

Hmm the hamburger menu a GP element for it wouldn’t exist in other themes.

What happens if you switch to the parent theme of GenerarePress and disable all your other plugins?

Hey Leo.

I found out what caused this.

I had this function on my site which made it happen:

add_action( 'wp_enqueue_scripts', 'remove_default_stylesheet', 20 );
function remove_default_stylesheet() {
wp_deregister_style( 'elementor-icons' );
}

I just read an article about how to make my site faster and I implemented some stuff: https://docs.elementor.com/article/286-speed-up-a-slow-site

It loads a bit slower but I guess it is fine.

Do you think I could implement header of my site with GP and would be faster normally? I use Elementor because I am not good coding ...

This archived topic is closed to new replies.