Instyle update - joomla 3.7

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
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
Fri Apr 28, 2017 9:37 am
Reply with quote
Report this post
Not displayed all the tabs template
Fixed this problem сhange in file .../gk_instyle/admin/scripts.js
line 248 var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';
on var type = items[i].split('=');
All displayed
Will it affect the operation of the site?
User avatar
Senior Boarder

Joshua M
Sat Apr 29, 2017 9:33 pm
Reply with quote
Report this post
Hi,
Try to change the following line from gk_instyle/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
Sat Apr 29, 2017 9:49 pm
Reply with quote
Report this post
Hi
Thanks for the menu displayed
Will this affect the operation of the site?
User avatar
Senior Boarder

GK User
Sun Apr 30, 2017 6:40 am
Reply with quote
Report this post
I have the same problem , and you solution is not helpt
User avatar
Fresh Boarder

Joshua M
Mon May 01, 2017 8:10 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? This solution works for other users and will not affect to other template elements.
User avatar
Moderator

GK User
Mon May 01, 2017 9:05 pm
Reply with quote
Report this post
check Pm please
User avatar
Fresh Boarder

Joshua M
Tue May 02, 2017 7:06 am
Reply with quote
Report this post
It looks like you didn't add mentioned modification to gk_instyle/admin/scripts/js file. Could you send me also PM with FTP access? Then I'll be able to check the issue.
User avatar
Moderator

GK User
Tue May 02, 2017 9:07 am
Reply with quote
Report this post
check pm please
User avatar
Fresh Boarder

GK User
Wed May 03, 2017 12:23 am
Reply with quote
Report this post
Works fine for me - on several different sites. Thank you.
User avatar
Fresh Boarder

Joshua M
Wed May 03, 2017 9:52 pm
Reply with quote
Report this post
@zenonemmanuel like I said - you didn't add mentioned modification to your admin/scripts.js file. I've added it and it works properly.
User avatar
Moderator

GK User
Thu May 04, 2017 5:39 am
Reply with quote
Report this post
it dont works, i cant inside the style
User avatar
Fresh Boarder

Joshua M
Thu May 04, 2017 7:31 am
Reply with quote
Report this post
Please clear your browser's cache.
User avatar
Moderator

GK User
Thu May 04, 2017 10:31 am
Reply with quote
Report this post
now is ok, thanks
User avatar
Fresh Boarder


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