• Resolved caimano

    (@caimano)


    After installing the Elementor 3.22.1, WordPress 6.5.4 and Elementor Header & Footer Builder Version 1.6.36 updates, the 2 templates for the header and footer of the site are no longer displayed.

    Regards.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Try flushing the Permalinks that worked for me.
    https://wpastra.com/docs/how-to-refresh-wordpress-permalinks/

    Thread Starter caimano

    (@caimano)

    Hi, i already try to create a new header and another footer but i doesn’t work.

    Header and footer of the site are no longer displayed.

    I tried to flushing the Permalinks but doesn’t work instead.

    I hope in new version or update of plugin, compatible with the new version of Elementor.

    Thread Starter caimano

    (@caimano)

    I’ve tried something else. If i select Method 1 inside “Theme Support ” menu, then the Header template doesn’t not visualize. Instead, if i select “Method 2”, the Header themplate display over the old one Instead the footer works fine.

    Thread Starter caimano

    (@caimano)

    I was thinking to a fast solution.

    This php script is inside my header.php file:

    <html <?php language_attributes(); ?>>
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <?php $viewport_content = apply_filters( 'piizalian_viewport_content', 'width=device-width, initial-scale=1' ); ?>
    <meta name="viewport" content="<?php echo esc_attr( $viewport_content ); ?>">
    <link rel="profile" href="//gmpg.org/xfn/11">
    <?php wp_head(); ?>
    </head>
    <body <?php body_class(); ?>>

    <?php
    if ( function_exists( 'wp_body_open' ) ) {
    wp_body_open();
    } else {
    do_action( 'wp_body_open' );
    }
    if (piizalian_is_elementor_activated() && function_exists('hfe_init') && hfe_header_enabled()) {
    do_action('hfe_header');
    } else {
    if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'header' ) ) {
    get_template_part( 'template-parts/header' );
    }
    }

    Is it possible to modify this script to hide the original header’s theme ? So I shouldn’t see the two overlapping headers anymore.

    • This reply was modified 2 weeks, 3 days ago by caimano.
    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi everyone,

    Sorry for the inconvenience.

    Doing the following things should make the Elementor editor back to work.

    1) Flush the Permalinks
    2) Deactivate and reactivate the plugin and see if that helps
    3) Switch to a default theme and check if the issue persists, the switch back to your current theme
    4) Roll back the plugin to an older version and then upgrade to the latest version (if the above steps don’t help).

    By following the above steps will help in clearing the site and Elementor cache.

    Please let us know how you go.

    Kind regards,
    Herman 😊

    Thread Starter caimano

    (@caimano)

    Hi, I tried following the first 3 suggestions but they don’t work. I can’t reinstall a previous version of the plugin because I don’t know where to download it. Can you tell me, for example, where I can download the previous versions like e.g. 1.6.35?

    Regards

    Fabio

    On the main plugin page
    https://wordpress.org/plugins/header-footer-elementor/
    Right side click on Advanced View
    You can select the version at the bottom of that page.
    Ver 1.6.34 should work if not go back earlier.
    In WordPress backend select Install plugin then select the file you downloaded.
    When asked say yes to install uploaded version.

    Thread Starter caimano

    (@caimano)

    Hi, I solved the problem by putting version 3.21.8 of “Elementor” with version 1.6.36 of “Elementor Header & Footer Builder”. I hope you will update your plugin so that it also becomes compatible with the latest version of Elementor, 3.22.3. It’s not a problem of the theme I use. Greetings.

    • This reply was modified 1 week, 4 days ago by caimano.
Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.