Template settings buttons disappears after 3.7 Joomla update
Rate this topic:
- 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!
-
- 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
please gavick team help us to fix this
-
- 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
-
- 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
change Line 280 with this
it should work.
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.
-
- 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.
Updated templates are available to download. Please install newest version and make sure to clear browser's cache to refresh files.
-
- 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';
// var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';
-
- 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
Which template are You using ? @ukphotoguy
For NSP issue and updated version can be found here: https://github.com/GavickPro/News-Show- ... 4beeab76f5
-
- Moderator
7 posts
• Page 1 of 1