Update on Joomla 3.7.0,

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
Sat Apr 29, 2017 1:04 pm
Reply with quote
Report this post
After the update on Joomla 3.7.0, the settings were lost Manager templates / Change style
Image
Image
User avatar
Fresh Boarder

Joshua M
Sat Apr 29, 2017 9:27 pm
Reply with quote
Report this post
Hi,
Try to change the following line from gk_creativity/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
Sun Apr 30, 2017 8:44 am
Reply with quote
Report this post
Thank You very much. Everything is ok!
User avatar
Fresh Boarder

GK User
Sun Apr 30, 2017 9:23 am
Reply with quote
Report this post
Not working for me. Changed code line but still can't acces to template configuration menu.

Joshua M wrote:Hi,
Try to change the following line from gk_creativity/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
Fresh Boarder

Joshua M
Mon May 01, 2017 8:08 am
Reply with quote
Report this post
Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Tue May 02, 2017 12:45 pm
Reply with quote
Report this post
Hello Joshua M. Thank you. I don't know how, but now it works.

Joshua M wrote:Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Fresh Boarder

Joshua M
Thu May 04, 2017 7:35 am
Reply with quote
Report this post
It was your browser's cache I think..
User avatar
Moderator


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