Why i got this error.When i try to activate dynamic header plugin in my function theme
]]>How can i add Dynamic header in custom post type.Created page using custom post and i need to add banner image for this page but i can’t find any banner selection option in that page.
Please let me know.
Thanks
I am unable to change to a new image after updating the site. The image changes in the preview box when editing the page, but the website does not update with the new image.
What am I missing?
I’ve tried various plugins to change the header and none of them do what this does, which is why I have spent the night searching for it after remembering it from a few years ago.
I see that it has not been updated for 5 years and hasn’t been certified as working with 4.4.1.
I’ve installed it and it is doing the job perfectly, but I just want to check if it is safe to use with being such old code?
Thanks.
]]>I want contributors not to have to “choose” their heading image in twenty-twelve theme. Each contributor is specific to one category via the Capability Manager Enhanced and Author Category plugin. They do not have to specify the categories they write for.
I want a header that changes automatically, based on this category .
Thank you.
Note: I could add some code, but I do not know where… I do not know php… I read this: https://stackoverflow.com/questions/16330953/pluginf-for-different-header-image-on-every-pages-in- but I am a bit afraid to play with it.
]]>i want to add banner for category page is this possible .
]]>Hello there.
Thank you for awesome plugin, it works just fine except one issue.
When I had installed Polylang plugin to have two language on my website, I couldn’t set Blog Page Header for non-default language – it’s always display default header (plugin settings) despite the header I choose in page settings.
If I select “No default header” in plugin settings – I have no header in non-default language Blog Page, even if I choose the header to display in page settings.
My Blog Page is not a Main Page (main page is the other static).
Could you please help me to resolve this? The website looks strange with header on the other language than content.
Thank you!
]]>Hi,
I use Dynamic Headers on a few sites since a while now. On one of my sites, I get messages from Google and Wordfence that there is malware in AC_RunActiveContent.js. But on a different site, it tells me this is clean, even though the files are identical (checked with WinMerge).
So to get rid of this, I do’nt use flash in the headers anyway, can I simply remove this script or do I risk malfunctioning of the plugin?
]]>i am using a slider plugin and it uses a shortcode. I want my header to be dynamic but using the slider plugin shortcode instead of static image file. Is that possible?
]]>Hey all…
Just trying to set up this webby for my little cuz but I’m not sure where to place the coding for the Dynamic Header in the Header.php file. Everytime I do place it, it works… but I end up with two headers!! Perhaps I need to adject something elsewhere on the wordpress site?
I am using the WordPress TwentyTwelve theme!
Any advice would be great.
Here is the header.php coding:
<?php
/**
* The Header template for our theme
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?><!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
<title><?php wp_title( '|', true, 'right' ); ?></title>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<![endif]-->
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="page" class="hfeed site">
<header id="masthead" class="site-header" role="banner">
<hgroup>
<h1 class="site-title"><a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
</hgroup>
<nav id="site-navigation" class="main-navigation" role="navigation">
<h3 class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></h3>
<a href="#content">"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
</nav><!-- #site-navigation -->
<?php if ( get_header_image() ) : ?>
<a>"><img src="<?php header_image(); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a>
<?php endif; ?>
</header><!-- #masthead -->
<div id="main" class="wrapper">
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Thanks all ??
]]>Using Dynamic Headers with Atahualpa 3.7.13. It seems to work fine for posts published immediately, but when I schedule a post and set the header, it looks fine, but when the post is actually published, it reverts back to the default image.
If I can’t get this to work, I need a different plugin. Does anyone know how to fix this?
Or, does anyone know a plugin that works similarly?
Thanks!
]]>This plugin has worked great for me for several years. Currently using WP 3.7.1.
Question – how can I tell the plugin to pull the headers from my Amazon S3 bucket instead of the site domain?
thanks!
]]>Hi,
is there anyone who knows whether you can sort the list of headers (or knows on what criteria the sorting is done)? I have around 50 different headers and they all show up as one mixed bag. I just uploaded 5 new ones after several months and even these don’t show up adjacent to each other. Instead there’s 2 on top, 2 in the middle and 1 at the end.
I managed to figure out that it doesn’t get sorted by:
– file name
– file size
– file date
– date of upload
I saw that someone posted this question before 2 years ago, but no one replied to it, so I hope I have better luck!
]]>If I don’t have a header.php where do I put the code?
]]>I am having trouble with dynamic header coding in my company website. I installed the updated theme and lost all the header photos for each page. How do I re-activate the dynamic headers in the twenty eleven 1.5 theme?
]]>Hello I use this plugin from some month but only now I see tha images doesn’t get the values stored in options like the ALT, TITLE and TARGET attributes…
some help ?
HI All,
The web site changed and the menu bar was gone and the pages where not working properly.
Where should I put the php? I have a functions.php for the site.
It seems not attachments can be added.
I have deactivated the plugin so nothing to see.
Cheers
John
]]>This plugin works perfectly on the front end, and mostly on the back end as well. The only issue I have is when I am on the page edit screen, and I choose an image for the header from your meta box, the image that should show up below the selection is always a broken image. It shows up fine on the front end. It just doesn’t within the admin edit screen itself. The url to the broken image seems to be missing the image name, so it’s just pointing to the header-images folder, but there’s no filename after that directory in the url.
It’s not strictly necessary, I suppose, but it would be nice if my client could actually see what they chose before publishing a page.
]]>Hi, is there a way to handle the dynamic headers plugin in custom post types. would be really great? perhaps per adding code in a file ?
thx and regards
wombii
I installed the NICASIO Dynamic Header and created some new headers, but can someone tell me where in the header.php for 2010 does this line of code go?
]]>Hi,
Plugin is fine & robust.
After I set some hyperlinks to the pix the blue border appears, which is not wanted.
All other pix do not have this. The dynamic-headers.css was empty.
Please support to remove the blue border.
Thanks in advance
]]>I want one header.background and header.image to show on a specific category page and on all single-post pages that belong to that category.
I want all other pages to show a second header.background and header.image.
That’s it, two different headers. Is Dynamic Headers the way to do this? And if yes, how? Which .php files will I need to modify?
p.s. I am using the Suffusion magazine template for my blog page.
]]>Hi,
when I try to install and use Dynamic Headers I get the following error message:
Fatal error: Cannot redeclare myplugin_add_custom_box() (previously declared in /customers/joacimlundin.se/joacimlundin.se/httpd.www/wp-content/plugins/spotify-embed-creator/Spotify-Embed-Creator.php:85) in /customers/joacimlundin.se/joacimlundin.se/httpd.www/wp-content/plugins/dynamic-headers/custom-header.php on line 245
What is this and how can I prevent this from happening again?
Thanks!
]]>Changing line 222 to the following will show default banner instead of big red X area in admin center…
if ($media_file != "") {
echo '<img src="'.$dhnd_image_url_base.$media_file.'" style="width:30%;margin-top:10px;" />';
} else {
echo '<img src="'.$dhnd_image_url_base.get_option('dhnd_default').'" style="width:30%;margin-top:10px;" />';
}
]]>
Anybody can help me to configure and run (properly) Dynamic Header. I am using “Mystique” theme with wordpress 3.4. I have checked my hosting company permission options.( Go Daddy) and updated writeable permission for wp-content directory( Header Images). But still it shows wp- content is’t writeable. I am trying to adjust image options from pages and insert code to head.php section, all the options are’t working properly. My website: https://www.eracism.co
Please help me how i would be able to sorted the issues to active Dynamic Header plug-in for my web.
Regard
Azad
Hello.
I have installed this plug-in fine (so it seems), but have the issue of the header right-aligning rather than remaining in the centre of the page, where I want it.
Does anyone know how to fix this? I have basic coding knowledge but obviously this goes over my head. Any assistance would be greatly appreciated.
Thanks.
]]>Hi,
I use your plugin with the built in support of my theme (Weaver by Bruce Wampler) and I love it. Two blogs (one English one German site) having the same images in the header that’s ok as both blogs simply differ by language.
Now I have a third blog in my WP multisite environment that also is willing to have random headers with own photos. And now I’m in trouble or not?
Is there a way to get different images be displayed per blog?
Many thanks!
Yogie
I have header image in “Custom Community 1.8.9.1” setting, but even if I remove the header, thought let this plugin to take over control, the images still won’t show up, I could be missing some setting though, but so far I have no clue. Thanks.
]]>I have just installed the new Dynamic Heder plugin and am trying to enable aan .swf file on the home page but although it seems to select it nothing appears when I view the page. (Also, i uploaded it through ftp as it wouldn’t let me upload through wordpress.. kept telling me the file was too large and its only 450K?)
Please help…
Thank you
Maraya
when writing a page I don’t see the image preview underneath the content: content.screencast.com/users/ovizii/folders/Default/media/32db3107-c8e7-475b-a74a-d970841aab80/dynamic.png
and in my error logs I have this error: [Wed Mar 07 20:27:26 2012] [error] [client 41.243.114.8] Attempt to serve directory: /var/www/premaman.co.za/web/wp-content/header-images/, referer: https://www.premaman.co.za/wp-admin/post-new.php?post_type=page
if I create an index.html file inside the header-images folder the error stops but then index.html can be selected as a header image ??
]]>