[Support request] Hamburger menu of my site

Home Forums Support [Support request] Hamburger menu of my site

Home Forums Support Hamburger menu of my site

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1109050
    cmw

    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 🙂

    #1109260
    Leo
    Staff
    Customer Support

    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 🙂

    #1110801
    cmw

    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?

    #1110805
    Leo
    Staff
    Customer Support

    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?

    #1110807
    cmw

    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 …

    #1110859
    Leo
    Staff
    Customer Support

    Do you think I could implement header of my site with GP and would be faster normally?

    I don’t know unfortunately.

    That header is super easy to recreate with GP though:
    https://docs.generatepress.com/article/navigation-as-a-header/

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