Joomla 3.7

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon May 22, 2017 3:04 pm
Reply with quote
Report this post
When I upgrade my site that uses this template to Joomla 3.7, all the opportunities to change the template disappear. Meaning if I go to Extensions--Templates-- gk_bikestore - Default, all the usual tabs/links to make changes to the template are not there. Please help.
Thanks,
Ari
User avatar
Junior Boarder

Joshua M
Thu May 25, 2017 8:51 am
Reply with quote
Report this post
Hi,
Unfortunately this template is not suppored anymore, as a temporary solution try to change the following line from gk_bikestore/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