-
AuthorPosts
-
24music Friend
24music
- Join date:
- April 2011
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
May 10, 2011 at 7:42 am #163800Hi,
I have a little problem with ja_slideshow2 module. I have downloaded Template Business (quickstart), installed all modules and so on … everything works fine.
But the slideshow does not show images. The installed demo-articles work perfect but when I open an articel and just saving it, without changing any parameter, the image of the articel is not shown any more. Only the description in the articel and also the thumbs are shown. but no images !Pleas help – thanks !
Paul
1 user says Thank You to 24music for this useful post
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 10, 2011 at 9:18 am #390536Hi,
Could you give me username+password of backend?May 10, 2011 at 9:38 am #390541I have same problem, as soon as it is saved no picture is shown on demosite frontend, but in the article itself it is on the same place
May 10, 2011 at 9:39 am #390543Please let me know when you get the solution…:)
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 10, 2011 at 6:43 pm #390634<em>@nollipap 239519 wrote:</em><blockquote>I have same problem, as soon as it is saved no picture is shown on demosite frontend, but in the article itself it is on the same place</blockquote>
Could you give me username+password of backend?
24music Friend24music
- Join date:
- April 2011
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
May 11, 2011 at 7:37 am #390734Hi,
I have send you username and password of backend as private message, have you got it ?
Have you any idea for getting a solution ?Thanks !
May 11, 2011 at 7:43 am #390736I sent it already yesterday to you…
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 11, 2011 at 9:26 am #390756I’m checking it. Please wait for me
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 12, 2011 at 1:03 am #390844– You replace this code from <joomla url>modulesmod_jaslideshowhelpershelper.php file
$regex = "/<img.+classs*=s*"jaslideshow-mains*".+srcs*=s*"([^"]*)"[^>]*>/";
$regex2 = "/<img.+classs*=s*"jaslideshow-thumbs*".+srcs*=s*"([^"]*)"[^>]*>/";
with
$regex = "/<img[^>]*classs*=s*"jaslideshow-mains*"[^<]*srcs*=s*"([^"]*)"[^>]*>/";
$regex2 = "/<img[^>]*classs*=s*"jaslideshow-thumbs*"[^<]*srcs*=s*"([^"]*)"[^>]*>/";
– Replace
if(!empty($images2)){
$data["thumbnail"] = isset($images[1])?trim($images2[1]):"";
with
if(!empty($images2)){
$data["thumbnail"] = isset($images2[1])?trim($images2[1]):"";
24music Friend24music
- Join date:
- April 2011
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
May 12, 2011 at 12:06 pm #390954Hi Mr. khoand,
perfect, it works. Thank you for your great support !!!
ncvalkdude Friendncvalkdude
- Join date:
- January 2010
- Posts:
- 30
- Downloads:
- 72
- Uploads:
- 7
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
May 23, 2011 at 11:39 pm #392546<em>@khoand 239922 wrote:</em><blockquote>- You replace this code from <joomla url>modulesmod_jaslideshowhelpershelper.php file
$regex = "/<img.+classs*=s*"jaslideshow-mains*".+srcs*=s*"([^"]*)"[^>]*>/";
$regex2 = "/<img.+classs*=s*"jaslideshow-thumbs*".+srcs*=s*"([^"]*)"[^>]*>/";
with
$regex = "/<img[^>]*classs*=s*"jaslideshow-mains*"[^<]*srcs*=s*"([^"]*)"[^>]*>/";
$regex2 = "/<img[^>]*classs*=s*"jaslideshow-thumbs*"[^<]*srcs*=s*"([^"]*)"[^>]*>/";
– Replace
if(!empty($images2)){
$data["thumbnail"] = isset($images[1])?trim($images2[1]):"";
with
if(!empty($images2)){
$data["thumbnail"] = isset($images2[1])?trim($images2[1]):"";
</blockquote>I am using Joomla 1.6.3 and the JA Business template. I have made the above changes to the helper.php file. I have cleared the cache and the images are still not showing up. The text and thumbnails are fine and the auto slide function is also working. I have chaecked the insertion of the images & they are OK in the articles. Still no images ( I am using the demo images that I uploaded to the appropriate folders.:((
ncvalkdude Friendncvalkdude
- Join date:
- January 2010
- Posts:
- 30
- Downloads:
- 72
- Uploads:
- 7
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
May 23, 2011 at 11:52 pm #392547Closer but now confused. I changed the “Show Description” setup to “No Description” and the images are now showing up. However, the article information is now not appearing. The Module back end options are “No Description” and “Description Only”. How do I set it up to get both??
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 24, 2011 at 2:56 am #392562Hi
Could you give me username+password of backend and ftp? I will check your website.ericaschulz Friendericaschulz
- Join date:
- December 2009
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 6 times in 1 posts
May 24, 2011 at 4:24 pm #392702Khoand
I am also having problems with my image showing up. I tried to follow the code edits (you posted earlier in this thread) but it seems like my helper.php file is different. It is modules/mod_jaslideshow2/helper.php and does not have anything in there beginning with “$regex2” and the other code also does not match anything I have. Is there anything else I should try and look for to fix the no image situation?
My website is getousset.net/meyerkhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 25, 2011 at 5:07 pm #392887<em>@ericaschulz 242349 wrote:</em><blockquote>Khoand
I am also having problems with my image showing up. I tried to follow the code edits (you posted earlier in this thread) but it seems like my helper.php file is different. It is modules/mod_jaslideshow2/helper.php and does not have anything in there beginning with “$regex2” and the other code also does not match anything I have. Is there anything else I should try and look for to fix the no image situation?
My website is getousset.net/meyer</blockquote>
What version of joomla do you use? -
AuthorPosts
This topic contains 24 replies, has 9 voices, and was last updated by Ninja Lead 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum