Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • pavit Moderator
    #557009

    Hi

    I opened a support ticket for our developers to look at your issue.

    Ticket ID = AUP-452-25599 now we are in the week end so be patient until next monday when Joomlart offices will be open, they will answer with the solution

    Ninja Lead Moderator
    #557129

    <em>@pnueda 455294 wrote:</em><blockquote>Same problem here. Pictures are loaded in html source code, but not displayed in the slider module.
    Site: test.duvedecor.es
    It seems to be a javascript problem, according to the console, but I can’t fix it.

    Can you please take a look or give a clue?

    I can provide a superuser account if required.</blockquote>

    I see the problem from js files on your site. You can pm me admin login and ftp account of your site. I will help you to check it


    1. js_problem
    Ninja Lead Moderator
    #557832

    @pnueda: I fixed the problem directly on your site with the solution below

    Open modules/mod_cookiesaccept/mod_cookiesaccept.php file

    find and change

    if($params->get('jquery')) {
    $document->addScript("http://code.jquery.com/jquery-latest.min.js");
    }

    to

    if($params->get('jquery')) {
    $document->addScript("http://code.jquery.com/jquery-latest.min.js");
    $document->addScript("templates/ja_minisite/js/jquery.noconflict.js");
    }

    The templates/ja_minisite/js/jquery.noconflict.js file include this script: “jQuery.noConflict();

    pnueda Friend
    #558027

    It worked also in the old 1.0 template. Thank you!

Viewing 4 posts - 16 through 19 (of 19 total)

This topic contains 19 replies, has 4 voices, and was last updated by  pnueda 9 years, 4 months ago.

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