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)
-   -   [SOLVED] Linkable header image while using fade effects? (http://forum.bytesforall.com/showthread.php?t=9859)

bymclaugh Sep 24, 2010 09:36 AM

[SOLVED] Linkable header image while using fade effects?
 
OK, I've set up a site and set the Atahualpa option for making the header image clickable to yes, I've placed images in the header image folder and I set it to display the images for 5 seconds each. If I then try to add in the option to have the images fade from one to the other, the header image is no longer clickable. Is this supposed to happen, and is there a way to fix it?

I'm using version 3.5.3 of the theme. Thanks for any help!

Brian

lmilesw Sep 24, 2010 09:36 PM

The fading header does indeed "break" some functionality. Overlaying the blog title and tagline over the header is another feature that breaks if you turn on fading.

kjetil Nov 7, 2010 03:37 PM

Thanks for pointing this out.
Just discovered that the header images set to fade makes the overlayed title/tagline disappear - I'd like to add this on my wish list
Keep up your good work, guys!

lmilesw Nov 7, 2010 08:30 PM

What I did on this site is wrap a hyperlinked image in a div in the same box with %image and %pages and positioned it with CSS. You don't HAVE to use the title and tagline that WordPress gives you.

tm_designer Feb 25, 2011 02:44 PM

Could you possibly post the code for what you have in the "%image" field and the css for what you did on your site? I've tried it but I can't seem to get it to work. I'm sure I've missed something, I'm not a skilled coder! Thanks.

lmilesw Feb 25, 2011 02:57 PM

On that site here is what I have in "Configure Header Area"

HTML Code:

%pages %image <div class="image-box"><a href="http://www.novatours.com/">
<img border="0" alt="Nova Tours" src="http://www.novatours.com/wp-content/themes/atahualpa351/images/novatourslogofloat.png" width="212" height="100" />
</a></div>

And here is what I have for that div in CSS Inserts

HTML Code:

.image-box {
position: relative;
top: -130px;
left: 20px;
z-index: 40;
height:10px;
}


tm_designer Feb 25, 2011 03:40 PM

Thanks!
I missed the z-index part.

I tried again with my own info plugged in but the image still ends up under the header image, not on top.... I'm using version 3.6.4.

lmilesw Feb 25, 2011 09:44 PM

What is the code you have in the Configure Header Area box?

tm_designer Mar 3, 2011 02:09 PM

Sorry for the late reply. This is what I have in the Configure Header area:

%page-center %bar1 %image <div class="image-box"><a href="http://www.medpointfitness.ca/">
<img border="0" alt="contact" src="http://www.medpointfitness.ca/wp-content/themes/atahualpa364/images/blankbox.gif" width="900" height="150" />
</a></div>
%bar2

and in the Add CSS area:

.image-box {
position: relative;
top: -50px;
left: 10px;
z-index: 40;
height:150px;
}

lmilesw Mar 3, 2011 02:30 PM

Set the height between 0px and 10px.

tm_designer Mar 6, 2011 02:39 PM

Sorry, it doesn't work for me. Still ends up below the header image. Darn :( Thanks for your help tho.

lmilesw Mar 6, 2011 02:51 PM

Would you mind if I logged into your site to look. If not send me a PM with the logn info.

studiob12 Mar 23, 2011 06:50 PM

lmilesw:
Thanks for your response, from which I, as well as probably many others have benefitted. I will in return give to support such helpfulness, as well as the awesome theme by BFA.

HelgeLarsen Jul 6, 2011 06:39 AM

I tried using the same procedure as described in #6 in this thread (using the same codelines just changed image and site URL), but my logo ends up under the header images http://test.makoni.dk.

Can anyone tell me what the problem is?

Regards
HelgeLarsen

lmilesw Jul 6, 2011 06:50 AM

I don't see the CSS for the image. Did you put the CSS in ATO>Add HTML/CSS Inserts>CSS Inserts?

HelgeLarsen Jul 6, 2011 07:30 AM

Quote:

Originally Posted by lmilesw (Post 69191)
I don't see the CSS for the image. Did you put the CSS in ATO>Add HTML/CSS Inserts>CSS Inserts?

I had the style in ATO>Style & edit HEADER Area>Logo Area: Styling, but after moving the style commands to the correct place it seems to work.
Now I just need some ajustment to the placement.

Thanks.

Regards
HelgeLarsen


All times are GMT -6. The time now is 07:51 PM.

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