Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • jcch Friend
    #140974

    Hi there!

    I am trying to make the JA Slideshow a bit more SEO-friendly. For this purpose, I’ll need to include a custom alt tag for the img. Right now, JA Slideshow includes the name of the image as the alt tag.

    Could anyone help me learn how to include custom alt tags for the images in the JA Slideshow?

    Your support is much appreciated.

    Kind regards.

    ivy51205 Friend
    #303930

    You only need to set Alt tags for images that are

    jcch Friend
    #304532

    Hi! Thanks for your comment.

    Sure, the alt tag is what I need, but right now the alt tag includes the name of the pic I’m using instead of a description. Any idea on how to change it so that a description is inserted instead of the name of the pic?

    I appreciate your comments.

    Saguaros Moderator
    #313299

    Hello jcch!

    To resolve your issue, You will modify a little code where generate text for image’s atl.

    Which JA’s Template you use? I need know to give u the best solution.

    But now, i will get two solutions with two case:
    case 1: you have only used JA Slideshow2 and did not install any JA’s template:
    You open file: modulesmod_jaslideshow2tmpldefault.php
    + at line 5
    [PHP] <div class=”ja-slide-item”><img src=”<?php echo $folder.$images[$i];?>” alt=”<?php echo $images[$i];?>”/>[/PHP]
    ==>> replace:
    [PHP]<div class=”ja-slide-item”><img src=”<?php echo $folder.$images[$i];?>” alt=”<?php echo strip_tags($captionsArray[$i]);?>”/>[/PHP]

    case : install with JA’s template
    You open file : templatesTEMPLATE_NAMEhtmlmod_jaslideshow2default.php
    + at line 5
    [PHP] <div class=”ja-slide-item”><img src=”<?php echo $folder.$images[$i];?>” alt=”<?php echo $images[$i];?>”/>[/PHP]
    ==>> replace:
    [PHP]<div class=”ja-slide-item”><img src=”<?php echo $folder.$images[$i];?>” alt=”<?php echo strip_tags($captionsArray[$i]);?>”/>[/PHP]

    Good luck

    heidiservino Friend
    #346825

    Your posts are really helpful. Thank you very much for updating me with JA. I used to have a lot of problems with JA settings but because of your responses I was able to solve it. Thanks.

    china accessories Friend
    #349336

    Hi! is there any video tutorial for this one? I am not getting it right, I was wondering if anyone can help me out?

    http://www.excheap.com

    vpn vpn Friend
    #349339

    I was also looking for one but I can’t seem to find one… Anyhow, the scripts here are sufficient.. good thing that I was able to get it this time…

    mansion Friend
    #349342

    Same here @VPN, i thought I won’t be able to get it. I am also new with scripting and at times it’s difficult for me to get it. I always ask with our co-members to resolve issues with joomla.

    everestpoker fr Friend
    #349344

    Hi! where could I get to ” modulesmod_jaslideshow2tmpldefault.php” I am having problems looking up for this file? Hope someone helps…

    france pari Friend
    #349457

    Hi! is there any video tutorial for this? I am a beginner and It’s really difficult for me to do this 🙁 I hope someone will help me solve this.

    betclic fr Friend
    #349497

    yep same here! I am new here and I need video tutorials for me to understand. I can’t seem to find where the “alt” is.. can anybody help?

    ledlauzis Friend
    #357532

    I tested method mentioned by other poster above but it didn’t work. I have changed them but they are still not showing up on website source.

    Am I am doing something wrong?

    hungvnn300key Friend
    #368262

    You only need to set Alt tags for images that are

    pcpro Friend
    #370972

    are what ?

    mevidai Friend
    #431303

    thanks for sharing @tienhc

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 15 voices, and was last updated by  ngoc thuy 12 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum