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
<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
@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();“
This topic contains 19 replies, has 4 voices, and was last updated by pnueda 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum