Shape 5

Joomla Templates => Corporate Response - Club => : jimbondox June 25, 2012, 01:02:06 PM



: false
: jimbondox June 25, 2012, 01:02:06 PM
it is what I am seeing on the image slider when i mouse over the picture

both in chrome and FF, also on my site and your demo

need to fix that


: Re: false
: mikek June 25, 2012, 01:21:31 PM
Hello,

That's a browser setting. It shows that when there's no title on an image.


: Re: false
: jimbondox June 25, 2012, 01:42:03 PM
and to fix it? as I see no place to put a title? and with sports nation it says "open image" so i am sure there is somewhere to change it...

Thanks for the super fast reply also!


: Re: false
: mikek June 25, 2012, 02:30:58 PM
Hello,

It isn't really a fix, it's a browser issue. The browser itself is expecting a title on all images, but that's not a requirement of an image. The only thing you can do is edit:

templates/corporate_response/html/mod_s5_image_and_image_fader/default.php

At every <img> call you'd have to add a title call like title="image". But then all you'll have is a tooltip that says "image" when you hover over it.


: Re: false
: jimbondox June 25, 2012, 03:15:03 PM
:
I rather it say "image" then "false", especially if your picture says the "best pizza in town..." but hoovering over it, the website trying to promote it says "false"... 

can I have an example of the <img> tag you mentioned, i see that there is the word "title" already, so i might be missing your reference

[code<img src="<?php echo $picture1_s5_iacf ?>" alt="<?php echo $title1 ?>" class="full" />
<img src="<?php echo $picture1_s5_iacf ?>" alt="<?php echo $title1 ?>" class="thumbnail" />
]

I hope it makes sense, that it would be counter productive to see anything that you are trying to promote say false


: Re: false
: mikek June 25, 2012, 03:43:38 PM
Hello,

I'm sorry it goes on the <a> not the img like this:


<a title="your title goes here" href="<?php if ($picture1link_s5_iacf != "") {echo $picture1link_s5_iacf;} else { echo "javascript:;";}?>" class="open">[/url]

You'll see one of these for each image.


: Re: false
: jimbondox June 25, 2012, 04:22:45 PM
works phenomenally !


Thanks again and for the other 20 questions you answered!