• Resolved emmykk

    (@emmykk)


    hello friends,this is a premium theme for $0,i love it

    but how do i create a widget area in the header.i want to add adsense in that area.

    thanks friends

Viewing 15 replies - 1 through 15 (of 20 total)
  • Same question here, i want to add a flag widget in the header. But i dont know how?

    Or how to ad a widget in the navigation area is fine by me as well..

    i think widget is not possible for that area…

    either a plugin or function to display post with short-code may be possible.

    i am working on something like this, but yes not finished. Also i am pushing hard to make it responsive.

    In Hueman theme, after the logo in the header part there are lot of space, which can be used for many things, but before adding anything we should keep in mind that, the look of the theme should not go messy.

    As @alex had worked very hard on it, to keep it neat n clean, anyone adding any stuff should also keep in mind.

    When i finish and come out with some stuff i will post it on this board.

    Ow im very happy with hueman, and there is not a lot i want to change. But unfortunally i need a place where i can show a flags widget, and i dont want to put it in every page seperately, thats all.

    If you go to Theme Options > Sidebar, go and add a new area. Let’s say you name the ID “header-ads”.

    When you’ve saved and created the area, go to edit header.php with a child theme and add:

    <?php dynamic_sidebar('header-ads'); ?>

    Where you want the area to be located.

    Great!!!

    What a great theme – I love it!

    Was thinking of adding a ad unit to my header. Google -> this page -> the solution -> now working at http://www.starta-blogg.se

    Took me 5 minutes! Thank you Alexander!

    Thread Starter emmykk

    (@emmykk)

    @starta-blogg,good to know that you have done it.i have been praying for the day this problem will be answer.thanks alex God bless You

    hello friends and Alex.

    i have done this “If you go to Theme Options > Sidebar, go and add a new area. Let’s say you name the ID “header-ads”” and i have create and save the are also.

    now with my adsense codes ready,between which lines of codes in header.php should i add my codes to have a look like http://www.starta-blogg.se above…thanks in advance.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter emmykk

    (@emmykk)

    @alex thanks for the solution.

    where in particular withen the header.php should i add the code you gave now to create the widget area in header.php to achieve results like the website about.i have created and save the header ad id.

    ie pls were or between which codes will i place the code you gave here in header.php pls am a learner

    my site

    Thread Starter emmykk

    (@emmykk)

    i have codes below in header.php,where should i add the <?php dynamic_sidebar(‘header-ads’); ?> among these codes,if i have save the created area like so “If you go to Theme Options > Sidebar, go and add a new area. Let’s say you name the ID “header-ads”” and i have create and save the area”

    <p><!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">
    
    	<title><?php wp_title(''); ?></title>
    
    	<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">
    
    				<div class="group pad">
    					<?php echo alx_site_title(); ?>
    					<?php if ( !ot_get_option('site-description') ): ?><p class="site-description"><?php bloginfo( 'description' ); ?></p><?php endif; ?>
    				</div>
    
    				<?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"></p>

    Hi,

    You should create a child theme. However I just put the code directly in header.php. Bar in mind that the modification might be erased next time you update the theme.

    I put the code like this :

    <div class="group pad">
    					<?php echo alx_site_title(); ?>
    					<?php if ( !ot_get_option('site-description') ): ?><p class="site-description"><?php bloginfo( 'description' ); ?></p><?php endif; ?>
    <?php dynamic_sidebar('header-ads'); ?>
    				</div>

    Then i used some & nbsp; before the ad code to adjust the position of the ad. Not the best solution, but works and the ad have already perfomed very well!! πŸ™‚

    Look at my sample: http://www.starta-blogg.se

    Thread Starter emmykk

    (@emmykk)

    thanks very good.thanks again for sharing

    gowthami

    (@gowthami)

    hi,
    currently iam using focus theme. i want to post my ads after the logo. so can any one help me for getting widget area in header part

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘how do i add widget area right of the logo in header?’ is closed to new replies.