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.
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.
-
- 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
We are working on the update, regarding the template options, please check this thread:
https://www.gavick.com/forums/storefron ... 13#p269613
-
- 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’;
-
- Senior Boarder
3 posts
• Page 1 of 1