revolution slider says outdated jquery

GK User
Wed Nov 27, 2013 12:39 pm
hi there,
i am trying to integrate the revolution slider here:
http://www.speedfestival.nl/

as you can see more below, the jquery is outdated.

The Current Version of jQuery:1,6,4
Please update your jQuery Version to min. 1.7 in Case you wish to use the Revolution Slider Plugin

can this be updated from within the gavick framework, or will the template then become unstable?
User avatar
Platinum Boarder

GK User
Wed Nov 27, 2013 5:50 pm
Hi.
In source code of your webpage you will find this
Code: Select all
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script>


as you you see Jquery were loaded from Google.
User avatar
Platinum Boarder

GK User
Wed Nov 27, 2013 6:02 pm
1) Did you updated all others GK modules ?
Because I searched for this phrase (but with v1.7) and I've found only in GK Tabs and inside K2 option settings.

2) You can try to override Jquery with new version of link

Code: Select all
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
or
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
or
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.2/jquery.min.js"></script>


Useful tip: http://www.gavick.com/documentation/joo ... ted-pages/
User avatar
Platinum Boarder

GK User
Wed Nov 27, 2013 7:26 pm
hi there

i followed the last link you send me... installed sourcerer.

made an empty custom html module, with your jquery script in it.

Code: Select all
{source}
<!-- You can place html anywhere within the source tags -->


<script language="javascript" type="text/javascript">
    // You can place JavaScript like this
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.2/jquery.min.js"></script>
</script>
<?php
    // You can place PHP like this
   
?>
{/source}


placed it on the frontpage, but still the same... ofcourse i am doing something very wrong...

thanx
emel
www.speedfestival.nl
User avatar
Platinum Boarder

GK User
Wed Nov 27, 2013 10:25 pm
Using HTML module is not good for this solution! I suggest to use plugins only !! You can use this: EXT Custom JS/CSS


p.s.
But what about your K2 settings. Did you checked here ?
User avatar
Platinum Boarder

GK User
Thu Nov 28, 2013 8:44 am
yesss, this was the trick! thanx man, solved !
User avatar
Platinum Boarder


cron