Update for Joomla 3.7

Professionally designed and responsive events Joomla template to launch your event based website.
GK User
Tue Apr 25, 2017 8:20 pm
Hi guys,

When are you planning to update this template to support Joomla 3.7? I've updated my Joomla installations and now it's impossible to use the template configuration options.
User avatar
Senior Boarder

Joshua M
Wed Apr 26, 2017 11:19 am
Hi,

We are working on the update, regarding the template options, please check this thread:
https://www.gavick.com/forums/storefron ... 13#p269613
User avatar
Moderator

GK User
Wed Apr 26, 2017 12:58 pm
Joshua M wrote:Hi,

We are working on the update, regarding the template options, please check this thread:
https://www.gavick.com/forums/storefron ... 13#p269613


Thanks. Instructions for others:
As a temporary solution please change the following line from templates/gk_events/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
Senior Boarder


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