how can I change header dimentions and add a flash or slideshow
-
all right. I know I should know something about CSS stuff but I don’t.
please give me a tip
I have added the Header Image Slider plugin…….is not on my dashboard yet
Your header image width changes according to your container width settings in Graphene Options –> Display –> Column Width Options. Option to change the header height will be available in Graphene version 1.7
Or here is the custom header function to manipulate slider dimension,
function graphene_custom_header_width(){
return 1000;
}
function graphene_custom_header_height(){
return 250;
}
add_filter('graphene_header_image_width', 'graphene_custom_header_width');
add_filter('graphene_header_image_height', 'graphene_custom_header_height');And custom CSS,
#header {
height: 250px;
width: 1000px;
}thank you
well I have made those changes, my header is bigger and I activated the slider in the header area, but is transparent at the moment. What is going on? The header images I selected were the ones I had before with the smaller dimentions……is that the problem?
and I cannot upload new images in the custom header. After clicking the Crop and Save a blank page comes in.
What have I done? oh geeeeeeeeeee
I have disabled slider and retured to the random option and it looks like this..
http://www.example.ro…it seems like removed to the right a little…..If I choose slider everything disapears in the header image area
_______________________________________
Removed URL as per questioner’s request.
-Mod
^SP
Is it possible to remove the name of my site from the previous post, please? Thank you
Done
THANK YOU
funny that google still can find this post when entering the site name even though you removed it. And I have it on one more topic Content Plugin…
The site is still not found by Google…..pfu
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.