Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • 24music Friend
    #163800

    Hi,
    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

    khoand Friend
    #390536

    Hi,
    Could you give me username+password of backend?

    nollipap Friend
    #390541

    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

    nollipap Friend
    #390543

    Please let me know when you get the solution…:)

    khoand Friend
    #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 Friend
    #390734

    Hi,
    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 !

    nollipap Friend
    #390736

    I sent it already yesterday to you…

    khoand Friend
    #390756

    I’m checking it. Please wait for me

    khoand Friend
    #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 Friend
    #390954

    Hi Mr. khoand,

    perfect, it works. Thank you for your great support !!!

    ncvalkdude Friend
    #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 Friend
    #392547

    Closer 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 Friend
    #392562

    Hi
    Could you give me username+password of backend and ftp? I will check your website.

    ericaschulz Friend
    #392702

    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

    khoand Friend
    #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?

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

This topic contains 24 replies, has 9 voices, and was last updated by  Ninja Lead 11 years, 5 months ago.

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