Is Google CDN load in Gavicke template or core Joomla 2.5?

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sat Apr 28, 2012 9:06 pm
Hi
I'm trying to find out, if Google CDN load in header is in Gavicke template or core Joomla 2.5?
If in Gavick template, wich file?

From <head>
Code: Select all
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js">


Henrik
User avatar
Expert Boarder

GK User
Sun Apr 29, 2012 11:49 pm
Maybe I don't understand your properly but if you asking about jQuery loading in our templates the answer is - NO. The native js library for Joomla is mootools and this lib is loading by Joomla core code and our tools.
User avatar
Platinum Boarder

GK User
Mon Apr 30, 2012 7:40 pm
bkrztuk wrote:Maybe I don't understand your properly but if you asking about jQuery loading in our templates the answer is - NO. The native js library for Joomla is mootools and this lib is loading by Joomla core code and our tools.

Look inside the <head> section of Music template demo, right after include of mootools and modal, there is at call to Google Ajax jQuery (CDN).
http://demo.gavick.com/joomla16/nov2011/

Who is doing this?
Music template? or other component? Or is it comming from core Joomla 2.5?
In what file can i find that reference?

Henrik
User avatar
Expert Boarder

GK User
Sun May 06, 2012 10:44 am
This is a system plugin which should be removed, it is not used by the template - this is a part of JomSocial component, it is called 'Azrul System Mambot For Joomla'
User avatar
Platinum Boarder

GK User
Sun May 06, 2012 1:22 pm
OK, thanks a lot!
User avatar
Expert Boarder

GK User
Thu May 10, 2012 2:16 pm
This issue is fixed in latest quickstart package.
User avatar
Platinum Boarder

GK User
Tue Apr 09, 2013 4:31 pm
Hi again

As a lot of other Joomla users I often run into jQuery conflict when using other plugins, components or modules together with Joomla and/or Gavick.

At the moment I use:
Joomla 2.5.9
BreezingForms 1.8.2

And I have a jQuery conflict with result not loading Gavick login popup or video view style.

If you look at Gavick demo:
http://demo.gavick.com/joomla25/appsite/

You can see in header that "someone" loads:
Code: Select all
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>


If I look at my website code I can see that Gavick GK5 Tabs can load jQuery version 1.7
/modules/mod_tabs_gk5/helper.php line 33
Code: Select all
} else if($this->config['include_jquery'] == 1) {
         // if the user specify to include the jQuery framework - load newest jQuery 1.7.*
         $doc = JFactory::getDocument();
         $doc->addScript('https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js');


In my current Gavick StartUp template "someone" loads jQuery 1.7 and I would like it to be jQuery 1.9 to be compatible with BreezingForms.

I can't find out from where in <head> this load comes.
Any suggestions?
User avatar
Expert Boarder

GK User
Thu Apr 11, 2013 11:15 am
You need to change the path in mentioned code to another jQuery library. Probably the second JS library is loaded by K2 - you can disable it in K2 settings.
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.