Template settings buttons disappears after 3.7 Joomla update

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
Wed Apr 26, 2017 3:10 pm
Reply with quote
Report this post
Hi everyone, I got problem after update Joomla 3.7. Template doesn't have setting buttons anymore. Please Help!
User avatar
Fresh Boarder

GK User
Wed Apr 26, 2017 4:35 pm
Reply with quote
Report this post
same problem with other gavick template s( News2 + cloudhost for me) and joomla 3.7

please gavick team help us to fix this
User avatar
Junior Boarder

GK User
Thu Apr 27, 2017 10:08 pm
Reply with quote
Report this post
After updating to Joomla 3.7, most templates and modules are a problem. In the "NEWS SHOW PRO GK5" part of the option is no longer active, including the option to select a data source
User avatar
Fresh Boarder

GK User
Fri Apr 28, 2017 8:27 am
Reply with quote
Report this post
Modify file script.js on templates/gk_magazine/admin

change Line 254 with this
Code: Select all
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option’;


change Line 280 with this
Code: Select all
var type = jQuery("#" + txt + '_input').attr('value') ? 'ItemID' : 'Option';


it should work.
User avatar
Fresh Boarder

teitbite
Sun Apr 30, 2017 11:49 am
Reply with quote
Report this post
Hi

Updated templates are available to download. Please install newest version and make sure to clear browser's cache to refresh files.
User avatar
Moderator

GK User
Sun Apr 30, 2017 11:28 pm
Reply with quote
Report this post
Could not find an updated template but this line change in the scrips.js file discussed worked (commented out the old line)
// var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';
User avatar
Junior Boarder

teitbite
Thu May 04, 2017 10:03 am
Reply with quote
Report this post
Hi

Which template are You using ? @ukphotoguy

For NSP issue and updated version can be found here: https://github.com/GavickPro/News-Show- ... 4beeab76f5
User avatar
Moderator


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