Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter caimano

    (@caimano)

    Hi.

    This is what the home page looks like before scrolling down (the menu is still visible):

    https://www.misericordiaforlisanbenedetto.com/ticket/wordpress-header-builder-plugin–pearl/2024/foto01.jpg

    This is what the home page looks like after scrolling down (the menu is missing):

    https://www.misericordiaforlisanbenedetto.com/ticket/wordpress-header-builder-plugin–pearl/2024/foto02.jpg

    (I can’t insert images into this ticket so I entered the URLs manually)

    Regards.

    • This reply was modified 4 months, 3 weeks ago by caimano.
    Thread Starter caimano

    (@caimano)

    Hi.

    php version: 8.0

    Thread Starter caimano

    (@caimano)

    Can I use custom CSS code to fix this?

    Thread Starter caimano

    (@caimano)

    This is the header.php code after i modified it:

    <!DOCTYPE html>
    <html <?php language_attributes(); ?> <?php boldthemes_theme_data(); ?>>
    <head>

    <?php

    boldthemes_set_override();
    boldthemes_header_init();
    boldthemes_header_meta();

    wp_head();

    $body_style = '';

    if ( boldthemes_get_option( 'page_background' ) ) {
    $body_style = ' style="background-image:url(' . boldthemes_get_option( 'page_background' ) . ')"';
    }

    ?>

    </head>

    <body <?php body_class(); ?> data-autoplay="<?php echo intval( boldthemes_get_option( 'autoplay_interval' ) ); ?>" id="btBody" <?php echo wp_kses_post( $body_style ); ?>>

    <?php echo boldthemes_preloader_html(); ?>

    <div class="btPageWrap" id="top">

    <!-- <header class="mainHeader btClear">
    < ?php if ( ! boldthemes_get_option( 'top_tools_in_menu' ) ) echo boldthemes_top_bar_html( 'top' ); ?>
    <div class="port">
    <div class="menuHolder btClear">
    <span class="btVerticalMenuTrigger">&nbsp;< ?php echo boldthemes_get_icon_html( 'fa_f0c9', '#', '', 'btIcoSmallSize btIcoDefaultColor btIcoDefaultType', '', '', 'menu trigger' ); ?></span>
    <span class="btHorizontalMenuTrigger">&nbsp;< ?php echo boldthemes_get_icon_html( 'fa_f0c9', '#', '', 'btIcoSmallSize btIcoDefaultColor btIcoDefaultType', '', '', 'menu trigger' ); ?></span>
    <div class="logo">
    <span>
    < ?php boldthemes_logo( 'header' ); ?>
    </span>
    </div><!-- /logo -->
    <!-- < ?php
    if ( boldthemes_get_option( 'menu_type' ) == 'hLeftBelow' || boldthemes_get_option( 'menu_type' ) == 'hRightBelow' || boldthemes_get_option( 'menu_type' ) == 'hCenterBelowLogo' ) {
    echo boldthemes_top_bar_html( 'menu-half' );
    }
    ?>

    <div class="menuPort">
    < ?php
    if ( boldthemes_get_option( 'top_tools_in_menu' ) ) {
    echo boldthemes_top_bar_html( 'menu' );
    }
    ?>
    <nav>
    < ?php boldthemes_nav_menu(); ?>
    </nav>
    </div><!-- .menuPort -->

    <!-- </div><!-- /menuHolder -->
    <!-- </div><!-- /port -->

    <!-- </header><!-- /.mainHeader -->

    <div class="btContentWrap btClear">

    <?php if ( MedicareTheme::$boldthemes_page_for_header_id != '' && ! is_search() ) {
    $content = get_post( MedicareTheme::$boldthemes_page_for_header_id );
    $top_content = $content->post_content;
    if ( $top_content != '' ) {
    $top_content = apply_filters( 'the_content', $top_content );
    $top_content = str_replace( ']]>', ']]&gt;', $top_content );
    }
    echo '<div class = "btBlogHeaderContent">' . $top_content . '</div>';

    } ?>
    <?php boldthemes_header_headline(); ?>



    <!--Header builder BEGIN-->
    <?php do_action('stm_hb', array('header' => 'personal_blog')); ?>
    <!--Header builder END-->



    <div class="btContentHolder">
    <div class="btContent">


    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 5 months ago by caimano.
    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

    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" >
    <?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 5 months, 1 week ago by caimano.
    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)

    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)

    Hi yes I’ve seen but it’s just a typo here on www.remarpro.com. I don’t have that character in the site’s CSS.

    Thread Starter caimano

    (@caimano)

    And this is html code in Contact Form 7 plugin:

    <div class="field-space"><label> Arrivo
    [date* data-arrivo-539 placeholder "gg/mm/yy"] </label></div>
    
    <div class="field-space"><label> Partenza*
    [date* data-partenza-540 placeholder "gg/mm/yy"] </label></div>
    Thread Starter caimano

    (@caimano)

    i have this custom css to customize my form:

    /*general*/
    .wpcf7 input[type=”text”],
    .wpcf7 input[type=”email”],
    .wpcf7 input[type=”textarea”],
    .wpcf7 input[type=”submit”],
    .wpcf7-form select,
    .wpcf7 input[type=”tel”],
    .wpcf7 input[type=”date”],
    textarea {
    font-size: 14px;
    font-family: Georgia;
    font-weight: bold;
    /*background-color: #ffffff;*/
    border: 1px solid #000000;
    }

    .wpcf7 input[type=”date”]
    {
    border-radius: 5px;
    height: 38px;
    }

    */in home page*/
    .whole-form {
    display: flex;
    justify-content: center;
    }

    .field-space{
    padding-right: 30px;

    }

    .submit-button{
    padding: 25px 30px;
    }

    /*for mobile version*/
    `@media only screen and (max-width: 600px) {
    {
    width: 100%;
    }

    .whole-form {
    flex-direction: column;
    }
    .submit-button {
    padding: 15px 0px;
    }
    .field-space {
    margin: 10px 0px;
    }
    }

Viewing 12 replies - 1 through 12 (of 12 total)