• Hi, I installed the plugin: “WordPress Header Builder Plugin – Pearl” version 1.3.8 on “WordPress” version 6.5.5. I created a new header that scrolls down when I scroll down, but the menu disappears instead and I don’t know how to make it scroll down along with the header. An alternative could also be to just scroll down the menu and make the new header disappear but I don’t understand from the plugin functions how to do this. Best regards. Fabio

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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)

    Can I use custom CSS code to fix this?

    Thread Starter caimano

    (@caimano)

    Hi.

    php version: 8.0

    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.
    Plugin Support mgordonStylemixThemes

    (@mgordon7)

    Hello,

    Thank you for reaching out,

    It is recommended to use php 7.4 with the plugin. With higher php versions there could be unexpected issues.

    Regards

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