Template configuration tab

GK User
Wed Jul 26, 2017 12:05 am
Hi,

All the template configuration tab disappeared, and I need to make modifications
Image
User avatar
Platinum Boarder

Joshua M
Mon Jul 31, 2017 6:57 am
Hi,
Please update your template to latest version, clear your plugins and browser's cache and the problem should be fixed.
User avatar
Moderator

GK User
Tue Aug 01, 2017 12:12 am
Hi,
I downloaded and installed the latest version of the template but nothing happens
User avatar
Platinum Boarder

teitbite
Tue Aug 01, 2017 9:29 am
Hi,

Try to 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


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