Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • jukeboxjunkey Friend
    #142548

    My client realized that when you mouse over the SlideShow image,and image buttons (ie7), the image title displays “ie: image_1.jpg”.

    I’m looking for a way to either name them “all” the same, or ideally name them in reference to the SlideShow image.

    I attempted to add an “alt=”ImageTitle” within the “Description for each item” within the SlideShow module, however it didn’t work. :((

    Anonymous Moderator
    #311425

    Hi jukeboxjunkey

    You could not control this text because it is from our code.
    You can remove it. To solve this issue, please open file modulesmod_jaslideshowmod_jaslideshow.php, at about line 210, find following code:


    <img src="<?php echo JURI::base().$firstImage;?>" alt="<?php echo $altimage;?>" title="<?php echo $altimage;?>" />

    and change to:

    <img src="<?php echo JURI::base().$firstImage;?>" title="<?php echo $altimage;?>" />

    jukeboxjunkey Friend
    #311427

    Very good. As per usual you have made my (and client’s) day!Thank you!

    jukeboxjunkey Friend
    #311430

    I am using JA Slideshow2. Obviously different than JA Slideshow. Is there a hack for Slideshow2? Sorry, I should have indicated that in the first place.

    jukeboxjunkey Friend
    #314472

    Any word on getting a resolution for Slideshow2?

    Saguaros Moderator
    #314809
    jukeboxjunkey Friend
    #314813

    Hey Thanks Tienhc!

    I was waiting for that answer for a while, and it works. 😀

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  jukeboxjunkey 15 years, 2 months ago.

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