caimano
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Header Builder Plugin – Pearl] Menu isn’t stickyHi.
This is what the home page looks like before scrolling down (the menu is still visible):
This is what the home page looks like after scrolling down (the menu is missing):
(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.
Forum: Plugins
In reply to: [WordPress Header Builder Plugin – Pearl] Menu isn’t stickyHi.
php version: 8.0
Forum: Plugins
In reply to: [WordPress Header Builder Plugin – Pearl] Menu isn’t stickyCan I use custom CSS code to fix this?
Forum: Plugins
In reply to: [WordPress Header Builder Plugin – Pearl] Menu isn’t stickyThis 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"> < ?php echo boldthemes_get_icon_html( 'fa_f0c9', '#', '', 'btIcoSmallSize btIcoDefaultColor btIcoDefaultType', '', '', 'menu trigger' ); ?></span>
<span class="btHorizontalMenuTrigger"> < ?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( ']]>', ']]>', $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">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.
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
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.
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.
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.
Forum: Plugins
In reply to: [Contact Form 7] placeholder in date field disappear on mobile viewHi 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.
Forum: Plugins
In reply to: [Contact Form 7] placeholder in date field disappear on mobile viewAnd 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>
Forum: Plugins
In reply to: [Contact Form 7] placeholder in date field disappear on mobile viewi 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;
}
}