joomla 3.7 upgrade

September 2015 Joomla Template
GK User
Thu Apr 27, 2017 11:15 am
hi,
I've upgraded to joomla 3.7.0, and now my site is down... (I have a blank page in front, and technews style template doesn't appears in joomla admin) .
can you help me please?
(I can send link and login in private.)
User avatar
Fresh Boarder

GK User
Thu Apr 27, 2017 1:58 pm
Same thing with me. Technews template. I can not change the template style. Please help.
User avatar
Junior Boarder

teitbite
Sun Apr 30, 2017 12:10 pm
Hi

Updated templates are available to download. Please install newest version and make sure to clear browser's cache to refresh files.
User avatar
Moderator

GK User
Mon May 01, 2017 10:27 am
Thank you! I am using multiple templates. Have the others also been updated?
User avatar
Junior Boarder

teitbite
Thu May 04, 2017 10:18 am
Hi

I'm afraid not all of them yet, but certainly most of them, so You will need to check with updates page which templates got the recent update: https://www.gavick.com/updates
User avatar
Moderator

GK User
Tue Jun 06, 2017 10:57 am
Hi, my site is still working, but the template editor is missing in the back end. I want to back up my overrides before updating the template, but the overide.css is showing a filesize of zero. Where else might the customisations be stored? They were all made through the overrides panel in the template editor, and are still working
User avatar
Fresh Boarder

teitbite
Thu Jun 08, 2017 12:30 pm
Hi

Do You mean template's configuration ? Just use this fix:

change the following line from /admin/scripts/js file:

Code: Select all
var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';



into:

Code: Select all
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';
User avatar
Moderator

GK User
Sat Jul 15, 2017 9:12 pm
Hi I've just downloaded the latest 1.06 update and the back-end admin interface doesn't work for me either. Just looked in scripts.js to make the fix above but no matching line is found.

Is there a different fix for this version of the theme?
User avatar
Fresh Boarder

teitbite
Fri Jul 21, 2017 12:12 pm
Hi

In fact this template has this fix already, so I do not understand why it's not working for You. Try maybe clear browser cache and server cache if You are using one.

Just checked the latest package and lines are there: /admin/scripts.js has:

Code: Select all
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';


lines already. Try overwrite it directly via ftp maybe.
User avatar
Moderator


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