Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Keep rotating Header Image on Home Page and Different header images on other pages (http://forum.bytesforall.com/showthread.php?t=20189)

maralian Apr 24, 2013 05:02 AM

Keep rotating Header Image on Home Page and Different header images on other pages
 
Hello I know there are other threads for my question but I can't seem to find the answer to that.

I want to keep rotating Header Image on Home Page and different header images on other pages.

I tried using CSS

HTML Code:

body.page-id-5 div#imagecontainer {
background-image: url(http://themistokleous.gr/wp-content/uploads/2013/04/surgery.jpg) !important;}

to assign different header for page-item-5 but the image is shown only for one second and then the rotating header appears.

What should I do?

juggledad Apr 24, 2013 05:32 AM

put the url in quotes ie
HTML Code:

body.page-id-5 div#imagecontainer {
background-image: url('http://themistokleous.gr/wp-content/uploads/2013/04/surgery.jpg') !important;}


maralian Apr 24, 2013 05:37 AM

Thanks for the fast reply. Done that but still same thing happens

juggledad Apr 24, 2013 06:00 AM

Ahh it is the fade in/out - shut that option off and it will work.

The jscript that cases teh fade in/out overrides the CSS. You might be able to modify the jscript but that is beyond the forum for help doing it.

you might want to try a image rotator plugin and add a new widget area to teh header configuration - try 'meteor slides' or 'dynamic headers' or 'cimy header image rotator' to name a few.

maralian Apr 24, 2013 06:17 AM

Thanks again it works now. Can I ask you one more thing? Instead of just one image can there be different rotating headers in different pages?

juggledad Apr 24, 2013 08:34 AM

Not with the built in option, but you may be able to use a plugin like 'dynamic headers' to do that.


All times are GMT -6. The time now is 08:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.