test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • xds4life Friend
    #160935

    When I save a slideshow article, the main image disappears from the slideshow? No changes have been made to the image class which is “jaslideshow-main”. Problem also occurs by simply saving article without making any changes to the article. Please advise.


    1. slideshow-error
    thuanlq Friend
    #379378

    Hi Xds4life,

    I checked your site, your problem was bug of jaslideshow module. we are fixing it, please view the bugs tracking page to get updated: http://pm.joomlart.com/browse/JAECMODJASLIDESHOWIIJIVI-4

    Thanks,

    xds4life Friend
    #379541

    I receive a permission violation error when I try to follow the link to the bugs tracking page.

    thuanlq Friend
    #379561

    Hi there,
    sorry this link is private, so you don’t have a permission to view it. My solution to fix this problem is:
    – Open the file “helper.php” in the folder “modules/mod_jaslideshow/helpers/”, then change this lines code:


    function parseImageNew( $text )
    {
    $data = array();
    $regex = "/<img.+classs*=s*"jaslideshow-mains*".+srcs*=s*"([^"]*)"[^>]*>/";
    $regex2 = "/<img.+classs*=s*"jaslideshow-thumbs*".+srcs*=s*"([^"]*)"[^>]*>/";
    ...
    }

    To


    function parseImageNew( $text )
    {
    $data = array();
    $regex = "/<img..*+classs*=s*"jaslideshow-mains*"..*+srcs*=s*"([^"]*)"[^>]*>/";
    $regex2 = "/<img..*+classs*=s*"jaslideshow-thumbs*"..*+srcs*=s*"([^"]*)"[^>]*>/";
    ...
    }

    Regards,

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

This topic contains 4 replies, has 2 voices, and was last updated by  thuanlq 13 years, 10 months ago.

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