v3.15 upgrade javascript issues

GK User
Mon Dec 22, 2014 2:02 am
I just upgraded to version 3.15 and I noticed js errors on every page:
js/fitvids.jquery.js is not found
I fixed mine by commenting out the line 74 in the new head.php file (because I don't need videos).
I hope this information is useful :)
User avatar
Expert Boarder

GK User
Mon Dec 22, 2014 7:32 am
Thanks for the info. I'll provide it to our dev team.
User avatar
Moderator

GK User
Mon Dec 22, 2014 7:36 am
I would also advise to edit file:
templates/gk_steakhouse/layouts/default.php
and change this code:
Code: Select all
      jQuery(document).ready(function(){
            // Target your .container, .wrapper, .post, etc.
            jQuery("body").fitVids();
      });

to
Code: Select all
//      jQuery(document).ready(function(){
            // Target your .container, .wrapper, .post, etc.
//            jQuery("body").fitVids();
//      });
User avatar
Moderator

GK User
Mon Dec 22, 2014 7:45 am
Meanwhile I have checked the package and mentioned file is in correct place.
User avatar
Moderator

GK User
Mon Dec 22, 2014 4:36 pm
Thank you I will make that change to /layouts/default.php
User avatar
Expert Boarder

GK User
Mon Dec 22, 2014 4:42 pm
OK now I see the mistake. I never uploaded the new file fitvids.jquery.js

I only changed the list of files that are given in the updates section. Maybe add this file to the updates list?
User avatar
Expert Boarder

GK User
Mon Dec 22, 2014 6:09 pm
Actually you should reupload all the files regarding what is mentioned in updates list.
User avatar
Moderator


cron