Discussion about Hot Spinner Joomla module.

Alt Images

More
12 years 9 months ago #18028 by stevesally
Alt Images was created by stevesally
hello

I would like to add "alt"-texts to the images in HOT spinner for SEO reasons
is possible?

thanks

Thanks for this very nice extension & best regards!

Please Log in to join the conversation.

More
12 years 9 months ago #18037 by ivan.milic
Replied by ivan.milic on topic Re: Alt Images
Open:

modules\mod_hot_spinner\tmpl\default.php

on bottom:
Code:
<div style="display:none" id="carousel_content"> <?php for ($loop = 1; $loop <= 10; $loop += 1) { ?> <div> <h2><?php if ($slotLink[$loop]) { ?><a href="<?php echo $slotLink[$loop]; ?>"><?php } echo $slotHeading[$loop]; if ($slotLink[$loop]) { ?></a><?php } ?></h2> <?php if ($slotLink[$loop]) { ?><a href="<?php echo $slotLink[$loop]; ?>"><?php } ?><img src="<?php echo $mosConfig_live_site.DIRECTORY_SEPARATOR.$imagesDir.DIRECTORY_SEPARATOR.$staticImage[$loop]; ?>" alt="" /><?php if ($slotLink[$loop]) { ?></a><?php } ?> <p><?php echo $slotText[$loop]; ?></p> </div> <?php } ?> </div>

notice image tag IMG in code with alt="" .You can simply put same text, but if you want each image to have different alt attribute value you must add new parameters or use existing text parameter like:


alt="<?php echo $slotText[$loop]; ?>"

Please Log in to join the conversation.

More
12 years 9 months ago #18097 by stevesally
Replied by stevesally on topic Re: Alt Images
Thanks!!!

Please Log in to join the conversation.

Time to create page: 0.160 seconds
Powered by Kunena Forum