Template configuration
Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic:
- GK User
- Tue May 02, 2017 9:20 am
- Reply with quote
- Report this post
As you can see from the image I can not change the template settings.
please help me for fix this problem
please help me for fix this problem
-
- Junior Boarder
- GK User
- Thu May 04, 2017 9:01 am
- Reply with quote
- Report this post
this is due to the joomla 3.7 (in 3.6 it worked). I posted a question as well.
-
- Fresh Boarder
- GK User
- Fri May 05, 2017 8:05 pm
- Reply with quote
- Report this post
Waiting for an answer because of the same issue
-
- Fresh Boarder
- GK User
- Fri May 05, 2017 8:06 pm
- Reply with quote
- Report this post
Waiting for an answer because of the same issue
-
- Fresh Boarder
- teitbite
- Sun May 07, 2017 11:08 am
- Reply with quote
- Report this post
Hi
Please update template to the latest version, here You will find all recent updates: https://www.gavick.com/updates
Please update template to the latest version, here You will find all recent updates: https://www.gavick.com/updates
-
- Moderator
- GK User
- Tue May 09, 2017 5:51 am
- Reply with quote
- Report this post
UPdate DOES NOT work....
-
- Fresh Boarder
- teitbite
- Sun May 14, 2017 10:00 am
- Reply with quote
- Report this post
Hi
Please download template package and install it with joomla installer. Or overwrite via ftp.
https://www.gavick.com/updates
Please download template package and install it with joomla installer. Or overwrite via ftp.
https://www.gavick.com/updates
-
- Moderator
- GK User
- Fri Jul 28, 2017 2:36 pm
- Reply with quote
- Report this post
Hello,
Using Joomla 3.7.4 with PHP 7.0, updated to MSocial 3.21.3 though the extension manager, then manually via FTP but the template settings are not loading in either case as described in the beginning of this thread.
I am not sure if I had the problem on Joomla 3.7.3 ...
Can you help?
Using Joomla 3.7.4 with PHP 7.0, updated to MSocial 3.21.3 though the extension manager, then manually via FTP but the template settings are not loading in either case as described in the beginning of this thread.
I am not sure if I had the problem on Joomla 3.7.3 ...
Can you help?
-
- Fresh Boarder
- teitbite
- Mon Jul 31, 2017 12:50 pm
- Reply with quote
- Report this post
Hi,
Try to change the following line from /admin/scripts/js file:
into:
Try to change the following line from /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';
-
- Moderator
- GK User
- Tue Aug 01, 2017 5:37 pm
- Reply with quote
- Report this post
Thanks. The code in scripts.js was already accurate so the problem is probably not coming from there.
Today I managed to get the tabs appearing again but only in IE10.
On Chrome (Windows + MacOS Sierra), Firefox (MacOS Sierra) they don't appear. Cleared cache to make sure but nothing helps.
Today I managed to get the tabs appearing again but only in IE10.
On Chrome (Windows + MacOS Sierra), Firefox (MacOS Sierra) they don't appear. Cleared cache to make sure but nothing helps.
-
- Fresh Boarder
- teitbite
- Mon Aug 07, 2017 3:50 pm
- Reply with quote
- Report this post
Hi
Just checked Chrome with old and new Joomla version, with the fix and without. I can confirm the fix works despite of the browser, so I'm guessing the browser's cache was not cleared fully.
Also this is the only report of the /admin/scripts.js modification not brining results, so please also check some 3rd party plugins for joomla and browser which may be affecting javascript.
Just checked Chrome with old and new Joomla version, with the fix and without. I can confirm the fix works despite of the browser, so I'm guessing the browser's cache was not cleared fully.
Also this is the only report of the /admin/scripts.js modification not brining results, so please also check some 3rd party plugins for joomla and browser which may be affecting javascript.
-
- Moderator
11 posts
• Page 1 of 1