Hi Miguel,
Remove the below code from ‘header-banner.php’.
<?php else: ?>
<div id="banner">
<?php if(of_get_option('default_banner_image')): ?>
<img src="<?php echo of_get_option('default_banner_image'); ?>" alt="<?php bloginfo( 'name' ); ?>-Banner">
<?php else: ?>
<img src="<?php echo get_template_directory_uri() . '/includes/images/banner.jpg'?>" alt="<?php bloginfo( 'name' ); ?>-Banner">
<?php endif; ?>
</div>
and use Plugin to add header image for each page, post.
Hi Pitabas
Using your theme it is good for our site. Have the same question as Miguel but note you said use plug in to add header for each page.
What plug in is required.
Regards
Gary
Hi Pitabas
Thank you for your quick reply.
Have done above as you have suggested and installed the plug in but I get no header at all. Am i missing something?
groschems.com
Regards
Gary
Amazing Theme
I updated the theme and now there is no css in the css style sheet. What happened to it? Where do I find it?
Thanks
Did not mean for this to be under banner images. Will repost.
Hi,
You can modify the css here.
Directory path: /includes/css/main.css
I have done same as above and even tried other header plug-ins. Nothing shows. Using WP 4.1.1
Any insight would be appreciated.
Thanks,
TF
Hi Pitabas,
I have installed the WP display header which you have recommendedand I got this message, ” Your current theme does not support Custom Headers” when I tried to activate the plugin. Please help
Thanks & Regards,
mitrabrihas
Dear All
Had the same issue when i tried the solution is to use wp widget custom headers but for it to work you need to remove the code as above stated by Pitabas but then need to add code to header.php :
<?php include_once ‘header-banner.php’ ?>
<div class=”main-content”>
<div class=”container”>
<div id=”content” class=”main-content-inner”>
<?php if(function_exists(‘chi_display_header’)) { chi_display_header(); } ?>
This should then work.
regards
Gary
Gary which plugin did you download? I tried https://ww.wp.xz.cn/plugins/custom-header-images/ and it isn’t working for me at all.
I am still having trouble after following the instructions to change the code in order to install plugin wp display header.
Anyone can help me please?
I was followed all instructions to change the code and to adde the plugin for header banner constomization.
But when the banner appears on the page, it not is centered and it does not occupy the entire width of the screen as the default one banner.
Please, can you Help me?