how remove banner from first site
-
I need remove banner form only first site.
It is possible?
-
Hi again.
I’m doing a new site: http://hydroflex.com.pl/new/
And how can I remove banner from only this site?
How can I remove “NO TITLE” from only this site?
How can I remove text under image, (start is: “HYDROFLEX has supplied its products to the following investments:…” finish is: “CORRUGATED PIPE”?
I did this site static in appearance->personalization->static home->static home (without title) and Page Entries (without title).
When click image polish flag see the rest site.
And there is menu in polish and english. Those menu are in primary sidebar. I want have those seperate – when somebody will click on polish flag see only polish menu, when will click on english flag see only english menu – how seperate those?Please, help me.
Thank you.Hi again,
I did something and old www busted and I did new www: http://hydroflex.com.pl/nowa/ and there is not new page but I found this:
https://wordpress.org/support/topic/hide-banner
And i have question – where is this code? In header.php?
My header.php is:<!DOCTYPE html> <html class="no-js" <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="wrapper"> <header id="header"> <?php if ( has_nav_menu('topbar') ): ?> <nav class="nav-container group" id="nav-topbar"> <div class="nav-toggle"><i class="fa fa-bars"></i></div> <div class="nav-text"><!-- put your mobile menu text here --></div> <div class="nav-wrap container"><?php wp_nav_menu(array('theme_location'=>'topbar','menu_class'=>'nav container-inner group','container'=>'','menu_id' => '','fallback_cb'=> false)); ?></div> <div class="container"> <div class="container-inner"> <div class="toggle-search"><i class="fa fa-search"></i></div> <div class="search-expand"> <div class="search-expand-inner"> <?php get_search_form(); ?> </div> </div> </div><!--/.container-inner--> </div><!--/.container--> </nav><!--/#nav-topbar--> <?php endif; ?> <div class="container group"> <div class="container-inner"> <?php if ( ot_get_option('header-image') == '' ): ?> <div class="group pad"> <?php echo alx_site_title(); ?> <?php if ( ot_get_option('site-description') != 'off' ): ?><p class="site-description"><?php bloginfo( 'description' ); ?></p><?php endif; ?> <?php if ( ot_get_option('header-ads') == 'on' ): ?> <div id="header-ads"> <?php dynamic_sidebar( 'header-ads' ); ?> </div><!--/#header-ads--> <?php endif; ?> </div> <?php endif; ?> <?php if ( ot_get_option('header-image') ): ?> <a href="<?php echo home_url('/'); ?>" rel="home"> <img class="site-image" src="<?php echo ot_get_option('header-image'); ?>" alt="<?php get_bloginfo('name'); ?>"> </a> <?php endif; ?> <?php if ( has_nav_menu('header') ): ?> <nav class="nav-container group" id="nav-header"> <div class="nav-toggle"><i class="fa fa-bars"></i></div> <div class="nav-text"><!-- put your mobile menu text here --></div> <div class="nav-wrap container"><?php wp_nav_menu(array('theme_location'=>'header','menu_class'=>'nav container-inner group','container'=>'','menu_id' => '','fallback_cb'=> false)); ?></div> </nav><!--/#nav-header--> <?php endif; ?> </div><!--/.container-inner--> </div><!--/.container--> </header><!--/#header--> <div class="container" id="page"> <div class="container-inner"> <div class="main"> <div class="main-inner group">Where put code with hide banner?
Ok, I did this. Can close topic.
resolved 🙂
The topic ‘how remove banner from first site’ is closed to new replies.