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] Rotating Header Image not linking to home (http://forum.bytesforall.com/showthread.php?t=16873)

jen_bville Feb 28, 2012 11:17 AM

[SOLVED] Rotating Header Image not linking to home
 
Hi, I was wondering why my header won't link to the home page when I turn the Rotate header images with Javascript to any number. I have 4 images that I want to rotate.

Thanks!

lmilesw Feb 28, 2012 11:29 AM

The link function won't work if you have fade turned on.

jen_bville Feb 28, 2012 11:39 AM

That's to bad. Thanks for the reply.

lmilesw Feb 28, 2012 11:55 AM

You can use some plugins such as the Cimy header image rotator for fades with clickablility.

jen_bville Feb 28, 2012 11:59 AM

I'll give that a try, Thank You!

jen_bville Feb 28, 2012 12:09 PM

Can I ask one more question on this? Would I place the code in the header.php? If so would I also remove
<!-- Header -->
<td id="header" colspan="<?php echo $cols; ?>">

<?php echo bfa_header_config(); ?>

</td>
<!-- / Header -->

And replace it with my new code

<div id="cimy_div_id_0">Loading images...</div>
<div class="cimy_div_id_0_caption"></div>
<style type="text/css">
#cimy_div_id_0 {
float: left;
margin: 1em auto;
border: 1px solid #000000;
width: 1000px;
height: 200px;
}
div.cimy_div_id_0_caption {
position: absolute;
margin-top: 175px;
margin-left: -75px;
width: 150px;
text-align: center;
left: 50%;
padding: 5px 10px;
background: black;
color: white;
font-family: sans-serif;
border-radius: 10px;
display: none;
z-index: 2;
}
</style>
<noscript>
<div id="cimy_div_id_0_nojs">
<img id="cimy_img_id" src="http://ballelectricinc.com/wp-content/Cimy_Header_Images/0/header1.png" alt="" />
</div>
</noscript>

lmilesw Feb 28, 2012 12:12 PM

I just replace the %image in the Configure Header Area box with that code.

jen_bville Feb 28, 2012 12:16 PM

You are awesome! That worked like a charm.

lmilesw Feb 28, 2012 12:45 PM

Glad I could help. Thanks for the donation.:)


All times are GMT -6. The time now is 10:17 PM.

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