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 5PHP 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 5PHP 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
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?
Hi,
seo not that important but I would like to be able to host the jmslideshow images on rackspace.
It is the images in this folder /media/resized/media/jmslideshow
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.
http://www.mydomain.com/media/resize…am_950_283.jpg
my other front page images are at http://cd60268787b0d2a14747-a1634f31…abric.filetype
Rackspace suggest pseudo folders.
Most of my site is pushed to cloud or hosted on rackspace or s3 except for this slideshow.
Thanks
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.
They are in FTP /html/mydomain.com/media/jmslideshow and media/resized/media/jmslideshow
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