The header-image tag has no wiki summary.
0
votes
0answers
20 views
Getting the correct header image on a smaller device
I have a Twenty eleven child theme, and I've modified the functions.php.
'width' => apply_filters( 'twentyeleven_header_image_width', 1200 ),
'height' => apply_filters( ...
1
vote
1answer
34 views
Remove an uploaded header image
I'm developing a theme which supports a header image, when you've uploaded a few header images you can select to show them randomly as header image. When you want to remove one header image you can do ...
0
votes
1answer
141 views
Display different header images based on current page
I want to display, based on the current page another header image.
Short example:
Home -> Image A
PageId 1,2,3,4 -> Image B (2,3,4 are childs of page
1)
PageId 5, 6 -> Image C
...
I tried to ...
0
votes
1answer
35 views
One post out of more than twenty shows odd picture (from post) in the header
(WP 3.5.1)
My blog has a header picture showing its name. But for some reason exactly one post shows a picture in the header which is actually used within the post itself.
...
0
votes
1answer
45 views
Adding else if conditional statement to purchased theme
I purchased a theme that I want to change a bit. I'm familiar with writing some if/else statements but not this type and not matter what I do, I can't add an else/if without breaking the code.
Below ...
0
votes
1answer
47 views
Pages with a loop (index, archive) are loading the first image as post_thumbnail
Using post thumbnails for custom header images -- works fine on straight pages. But custom templates that load a loop (including index) are pulling the first image instead of using the one set in the ...
0
votes
1answer
64 views
Rotate images in header based on date
I am new to WordPress and I would appreciate some cool advice here.
I have changed the header.php file in the Editor to include an image. I wonder if it is possible to automatically display one of 9 ...
0
votes
1answer
172 views
How to remove header images from all pages except the home page? skeleton theme
I'm using the Skeleton theme and the header image is on all pages. I only want it on the home page. Anyone got a solution?
1
vote
3answers
97 views
Howto keep header image when changing theme
We have a setup where bloggers can and will have their theme changed. Is it possible to migrate the existing header image to the new theme ? I know how to override the header image with the ...
0
votes
1answer
158 views
Twenty Eleven theme header images manual next previous buttons
I have 3 images in my twenty eleven theme header and they rotate by themseleves I want to add next and forward buttons on left and right of my header image to also rotate them manually when I want to ...
0
votes
1answer
82 views
How to add cropped custom header image?
I don't see in my custom theme any option for uploading the header image (although there is a code for it in the header)
Do I need to register it somehow?
Also, I have a specific size I want to ...
1
vote
2answers
870 views
How can I set a different specific header image on each page?
1 am using WordPress 3.3.2 and Twenty Eleven 1.3. I would like to feature a different specific header image on each individual page, corresponding with the content of that page. At present I can get ...
-1
votes
1answer
65 views
How change the header color?
I want to change the balck color in the header and also the font color in the same place?
Update: I am using the Twenty Ten 1.3 theme
0
votes
1answer
64 views
How do I provide for multiple crops of the same image in a theme?
I've been working on a Wordpress theme (my first, actually) and the design includes a header image.
However, the header is extremely wide and thus is really small when adapted to a phone layout.
...
0
votes
2answers
591 views
Add header images to Twenty Eleven 1.3 rotation [closed]
I am using WordPress 3.3.1 and Twenty Eleven 1.3. Is it possible for me to just drag my bunch of 1000x288 images into a folder and the theme will include them in the random rotation? I am very new to ...
4
votes
1answer
926 views
Optimal approach for replacing the 8 header images in a child theme?
After creating a child theme which is made of style.css only (base on twentyeleven), the time has come to replace the images.
I found this great tip for accomplishing this by hacking the functions in ...
1
vote
1answer
923 views
Changing Header Image Every N Minutes/Seconds
I am trying to change the header image every "n" second/minutes. Have looked at a number of solutions on the web and am at present using the PHP code fragment below available at ...
0
votes
2answers
164 views
header_image not working after site copy
I did a copy of a production site to a development site, but the header_image doesn't work after the copy.
The copy was done by doing a copy&replace of the host in the db dump file. Everything ...
