I created a plugin “Genesis Static Banner” which is easily insert the featured image as a static full width image at below the site header. This plugin will only work on any Genesis Child Theme. See the video for setup.
Genesis Static Banner
Adding Featured Image as a static full width banner image at below the site header bar.
Download Zip517 Downloads
Great plugin, thanks! I have a questión., how can I remove the top banner on the frontpage? I’m using a Genesis theme and I don’t want the banner on the Frontpage.
Thanks in advance.
It have a checkbox in WP Edit screen. Disable/Uncheck the checkbox and banner will not appear on home page. Hoping that you setup the front page from Settings -> Reading -> Static front page option.
How would I go about hard coding this into my site without it being a plugin, would this code simply attach to my functions.php file?
I am having the same issue with the banner displaying above the navigation bar. How do I correct this?
Can you share your site link?
Thank you for this. What is the recommended width for the header image?
Recommended size is 1900 x 550 pixel
Hi,
Great plugin, thank you!
Is there a way to have the same full width image to a category page?
Marianna
Hello Marianna!
Thank you for using my plugin. Right same option is not available for category archive page.
You can do one thing. You can create a template for category archive page and make a full width hero image there.
Best
Chinmoy
Hi
This works great but I have two questions:
1. Can I place the banner after the navigation bar?
2. Can I add the page title over the banner?
Regards Malin
add this code in your functions.php file:
Thank you for your quick reply!
This didn’t fix it, the featured image is still placed before the navigation bar, between header and navigation bar.
/Malin
Hi again
I have fixed it! I repositioned the navigation bar and now it works like a charm!
/Malin
Ok
Hi, this is exactly what i’d been looking for, thank you so much!
Is there any way to add text over the banner?
Are you wanting to show the custom text? You can get some idea from this post https://genesisdeveloper.me/how-to-add-rotating-overlay-text-on-static-banner/ .
Thanks, that worked! What would i remove if I want a simple line without any rotation of text?
And can the text be used as an H1 or H2 header?
Remove following codes:
You will not add “|” when you are entering the text in input box.
And can the text be used as an H1 or H2 header?
Re: You can replace this code
by
Thanks, that has been very helpful!
This is simply fantastic and looks like an easy plugin to use. What would be great is having the ability to have check boxes to show Post Title, Excerpt, Categories, Tags and author as overlays if any or all checked in pre-defined areas.
Thanks for the continued generosity with your clever and simple to use solutions.
Possible ideas for alternate to featured image:
– ability to add shortcode so other content like slideshows can be shown
– google map (add address and show map/streetview)
– overlay a widget (left – centre – right)
Hi Al Harji,
Thank you very much for your suggestions. This is very good idea. I’ll try to implement it as soon as possible.
Thanks
Chinmoy
Thanks! Hopefully this will work on custom post types too 🙂
Yes. Already plugin is accepting the custom post type. There have a filter “gsb_post_type”. Using it you can enable banner option on specific custom post types.
Love it! Perhaps in the future we can save settings for site-wide and then enable/disable on individual post/pages/cpts 😉
Thank you – OK, no more requests or ideas, you’ve been very generous to us already.
Perhaps in the future we can save settings for site-wide and then enable/disable on individual post/pages/cpts
Re: Exactly. For this reason I am using filter.
Example: Sometime users are wanting to add the banner on pages only. So he can enable it for pages only using that filter. He will write the code in functions.php file
How to enable this on cpt? Tried the filter but no avail…
hnzz
Here is the example:
Another great one, Chinmoy! Thanks so much. Looking forward to trying it.
Thank you. Today I’ll release another article where you can add rotating overlay text on the static banner image.
Thanks for sharing this, Chinmoy. Looking forward to try it out, can be useful in a project I’m working on right now.
Thank you. Share your experience after implementing it on your site.