PDA

View Full Version : [Solved] JA Header --->>> CLICKEABLE


pastrin
03-27-2007, 10:34 AM
Woud be very happy to have JA HEADER clickeable.

Only one URL woud be OK.

PLEASE PLEASE PLEASE...

Hung Dinh
03-27-2007, 05:20 PM
You mean the whole header image of JA Header Modules?
This is not a good feature because we can put text or links in the header and what's happen if someone want to put text links inside the header?
Anyway, we will provide a Off/On parameter in the next update of this extention
Thank for your request.

pastrin
03-27-2007, 06:59 PM
¿We can put links over the images(or text with links) in JA Header?

(JA HEADER like Xenia GAmer)

I know this is not template related... but please can you explain a bit more.

My life-test site is pastrin.bytez.org/joomla

Thanks for your assistance.

khanh le
03-28-2007, 03:45 AM
You could have JA Xenia header clickable when using JA Header module in Javascript mode (Header type: Javascript Fade Slideshow) by eding the template index.php file as below:

Search following code:

<?php if( mosCountModules('header') ) {?>
<div id="ja-sh" class="clearfix">
<?php mosLoadModules('header', -1); ?>
</div>
<?php } ?>


Replace with:

<?php if( mosCountModules('header') ) {?>
<div id="ja-sh" class="clearfix">
<a href="Your link here">
<?php mosLoadModules('header', -1); ?>
</a>
</div>
<?php } ?>

pastrin
03-28-2007, 01:59 PM
Dear Khanh or shoud I say Dear Le (excuse my ignorance),

Thanks for your assistance. The solution works flawlesly.

You have now a satisfied club member. Every penny spent is worth. Thanks again.

Keep up with these nice templates. Regards


Patrick

MiCCAS
03-28-2007, 10:06 PM
Dear Khanh or shoud I say Dear Le (excuse my ignorance),

Thanks for your assistance. The solution works flawlesly.

You have now a satisfied club member. Every penny spent is worth. Thanks again.

Keep up with these nice templates. Regards


Patrick
Good to hear it was solved :)

khanh le
03-29-2007, 10:25 AM
Thanks, Patrick. Please call me as Khanh. Happy to hear that you're a satisfied member and hope that you will give a hand to help others satisfied too. :D

roshanb29
05-12-2007, 04:12 PM
Is there a work-around to have different link for each image?

MiCCAS
05-12-2007, 10:14 PM
Is there a work-around to have different link for each image?
For that I'm guessing you'll need another solution, which entails another module.