-
AuthorPosts
-
Ian Friend
Ian
- Join date:
- April 2007
- Posts:
- 158
- Downloads:
- 32
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
October 23, 2007 at 12:31 pm #123370Hi guys, i have this site and i have install ja pariiti template. Also i have install ja slideshow and ja news but ja news makes problem at ja slideshow in the frontpage wich is ja news… i am asking joomlart team for this bug because both of them are products of joomlart. I am excpecting for a solution???
Thanks a lot for your attention
Michael Casha FriendMichael Casha
- Join date:
- September 2014
- Posts:
- 2561
- Downloads:
- 1
- Uploads:
- 32
- Thanks:
- 41
- Thanked:
- 119 times in 1 posts
October 23, 2007 at 12:34 pm #231408Can a support personal PLEASE respond to this thread? This guy has been waiting ages!
bluecafe Friendbluecafe
- Join date:
- October 2006
- Posts:
- 157
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
October 26, 2007 at 3:51 am #231526<em>@MiCCAS 30199 wrote:</em><blockquote>Can a support personal PLEASE respond to this thread? This guy has been waiting ages!</blockquote>
There is a support personal ??? :laugh:
Nice site btw … just curious … what kind of problem is it? Looks as if everything is working fine?
swemmel Friendswemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
October 26, 2007 at 5:28 am #231543andronopoulos;30198Hi guys, i have this site and i have install ja pariiti template. Also i have install ja slideshow and ja news but ja news makes problem at ja slideshow in the frontpage wich is ja news… i am asking joomlart team for this bug because both of them are products of joomlart. I am excpecting for a solution???
Thanks a lot for your attention
I looked at the website and everything seems to work just fine. Is there still a problem? If yes, PM me a link and maybe an admin user/pass so I can take a look.
Kind Regards,
PeterIan FriendIan
- Join date:
- April 2007
- Posts:
- 158
- Downloads:
- 32
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
October 26, 2007 at 7:05 am #231554The problem is remaining, ja slide show in the frontpage only isn’t working..check it…
swemmel Friendswemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
October 26, 2007 at 8:16 am #231556Oke, here is the possible solution to this problem. The problem is because both JA-Slideshow and JA-News use mootools (even different versions). The solution:
The best solution is to call the full Mootools library on your template’s <head>…</head> tags and comment it out/delete it from your extensions and your template.
The best solution is to call the full Mootools library on your template’s <head>…</head> tags and comment it out/delete it from your extensions and your template.
That way you will only include the Mootools library once (=less weight for your webpage too) and all your Mootools-based extensions AND your template’s “tools” or functionality will operate properly.
You can download the latest version of the mootools-library here: http://mootools.net/download.So download the full Mootools library and put the mootools.v1.11.js file in the template’s folder called “scripts” inside your current template. After that, add this code between the <head>…</head> tags in your template:
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/scripts/mootools.v1.11.js"></script>
Don’t forget to delete any other Mootools references inside your template or your extensions.
Kind Regards,
Peter
Michael Casha FriendMichael Casha
- Join date:
- September 2014
- Posts:
- 2561
- Downloads:
- 1
- Uploads:
- 32
- Thanks:
- 41
- Thanked:
- 119 times in 1 posts
October 26, 2007 at 8:33 am #231558<em>@swemmel 30409 wrote:</em><blockquote>Oke, here is the possible solution to this problem. The problem is because both JA-Slideshow and JA-News use mootools (even different versions). The solution:
The best solution is to call the full Mootools library on your template’s <head>…</head> tags and comment it out/delete it from your extensions and your template.
The best solution is to call the full Mootools library on your template’s <head>…</head> tags and comment it out/delete it from your extensions and your template.
That way you will only include the Mootools library once (=less weight for your webpage too) and all your Mootools-based extensions AND your template’s “tools” or functionality will operate properly.
You can download the latest version of the mootools-library here: http://mootools.net/download.So download the full Mootools library and put the mootools.v1.11.js file in the template’s folder called “scripts” inside your current template. After that, add this code between the <head>…</head> tags in your template:
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/scripts/mootools.v1.11.js"></script>
Don’t forget to delete any other Mootools references inside your template or your extensions.
Kind Regards,
Peter</blockquote>
OP, get me on MSN and I’ll help you do this 😀swemmel Friendswemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
October 26, 2007 at 9:01 am #231559swemmel;30409Oke, here is the possible solution to this problem. The problem is because both JA-Slideshow and JA-News use mootools (even different versions). The solution:
The best solution is to call the full Mootools library on your template’s <head>…</head> tags and comment it out/delete it from your extensions and your template.
The best solution is to call the full Mootools library on your template’s <head>…</head> tags and comment it out/delete it from your extensions and your template.
That way you will only include the Mootools library once (=less weight for your webpage too) and all your Mootools-based extensions AND your template’s “tools” or functionality will operate properly.
You can download the latest version of the mootools-library here: http://mootools.net/download.So download the full Mootools library and put the mootools.v1.11.js file in the template’s folder called “scripts” inside your current template. After that, add this code between the <head>…</head> tags in your template:
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/scripts/mootools.v1.11.js"></script>
Don’t forget to delete any other Mootools references inside your template or your extensions.
Kind Regards,
Peter
Did it for andronopoulos the way I described. It is fixed now.
Kind Regards,
Peter -
AuthorPosts
This topic contains 9 replies, has 4 voices, and was last updated by Ian 17 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum