JASlideshow SEO

Where is this? I am using morganite
I am getting this in GTmetrix The following image(s) are missing width and/or height attributes.

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: \modules\mod_jaslideshow2tmpl\default.php
+ at line 5

PHP Code:

 <div class="ja-slide-item"><img src="<?php echo $folder.$images[$i];?>" alt="<?php echo $images[$i];?>"/>


==>> replace:

PHP Code:

<div class="ja-slide-item"><img src="<?php echo $folder.$images[$i];?>" alt="<?php echo strip_tags($captionsArray[$i]);?>"/>


case : install with JA’s template
You open file : templates\TEMPLATE_NAME\html\mod_jaslideshow2\default.php
+ at line 5

PHP Code:

 <div class="ja-slide-item"><img src="<?php echo $folder.$images[$i];?>" alt="<?php echo $images[$i];?>"/>


==>> replace:

PHP Code:

<div class="ja-slide-item"><img src="<?php echo $folder.$images[$i];?>" alt="<?php echo strip_tags($captionsArray[$i]);?>"/>


Good luck

8 answers

Profile photo of Sherlock 0.00 $tone March 24, 2014
Public

The post quoted is for JA Slideshow2, a Joomla extension, not Magento. Please let me know a bit more details what do you want for JM Slideshow?

#1
Profile photo of Saguaros 0.00 $tone July 3, 2014
Public

I still could not get your idea here, please help to describe what you want to achieve with JM Slideshow extension in more details. I will give you suggestion then.

#4
Profile photo of Saguaros 0.00 $tone July 7, 2014
Public

Hi

At this moment, the JM Slideshow extension still doesn’t support to retrieve images from external server like that. Please try to upload images into images folder in your server.

#6
Profile photo of Saguaros 0.00 $tone July 17, 2014
Public

They are in FTP /html/mydomain.com/media/jmslideshow and media/resized/media/jmslideshow

Do you mean that these images are in above path but they still don’t show in Slideshow? You can PM me admin and ftp credentials of your site, I will take a look

#8

Please login or Register to Submit Answer

Written By

Comments