-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 29, 2014 at 4:23 pm #557009Hi
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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 1, 2014 at 5:55 am #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
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 8, 2014 at 9:35 am #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();“
December 9, 2014 at 2:36 pm #558027It worked also in the old 1.0 template. Thank you!
AuthorPostsThis topic contains 19 replies, has 4 voices, and was last updated by pnueda 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum