Template settings
October 2015 Joomla Template
Rate this topic:
- GK User
- Sat Jun 03, 2017 9:50 am
- Reply with quote
- Report this post
After the recent joomla updates, the settings menu of the template has disappeared. I can not make any changes. This is not just for this template, but for all your templates. I would like a solution for this problem.
-
- Senior Boarder
- teitbite
- Tue Jun 06, 2017 10:16 am
- Reply with quote
- Report this post
Hi
Please update template to the latest version and clear browsers cache. This problem has been fixed some time ago.
Please update template to the latest version and clear browsers cache. This problem has been fixed some time ago.
-
- Moderator
- GK User
- Thu Jun 08, 2017 8:24 pm
- Reply with quote
- Report this post
How do I do that without the settings menu? I would be handy when payed users will be informed about updates!
-
- Senior Boarder
- teitbite
- Sat Jun 10, 2017 3:09 pm
- Reply with quote
- Report this post
Hi
Simply install the template over the one You have now using ftp or joomla installer.
All the updates informations for any of our products can be seen here: https://www.gavick.com/updates there is also one in template section, but unfortunately this joomla update made it impossible to see.
Simply install the template over the one You have now using ftp or joomla installer.
All the updates informations for any of our products can be seen here: https://www.gavick.com/updates there is also one in template section, but unfortunately this joomla update made it impossible to see.
-
- Moderator
- GK User
- Sat Jun 10, 2017 6:55 pm
- Reply with quote
- Report this post
Simply install the template over the one You have now using ftp or joomla installer.
What does that mean. Please give us detailed info
-
- Fresh Boarder
- teitbite
- Tue Jun 13, 2017 12:04 pm
- Reply with quote
- Report this post
Hi
1. Download the template, we only provide the latest version possible.
2. Go to Extensions -> Install and drag&drop the file there.
If You prefer to do this via FTP than:
1. Download the template
2. Unpack it on Your computer
3. In FTP client go to /templates folder
4. Rename /gk_news to /_gk_news
5. Make a new /gk_news folder and copy all the files from unzipped package there
Or just to make the template options work, change the following line from /admin/scripts/js file:
into:
1. Download the template, we only provide the latest version possible.
2. Go to Extensions -> Install and drag&drop the file there.
If You prefer to do this via FTP than:
1. Download the template
2. Unpack it on Your computer
3. In FTP client go to /templates folder
4. Rename /gk_news to /_gk_news
5. Make a new /gk_news folder and copy all the files from unzipped package there
Or just to make the template options work, 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 Jun 20, 2017 12:04 pm
- Reply with quote
- Report this post
Hi, carla Houston here
How can I change my Joomla Settings after Updates templates...
How can I change my Joomla Settings after Updates templates...
-
- Fresh Boarder
- teitbite
- Fri Jun 23, 2017 11:24 am
- Reply with quote
- Report this post
Hi
Are You using latest version of the template? There was change in joomla in 3.7 version, so template needst to be updated as well. If for some reason (like, template was customized) You cannot update than this fix will help restore template configuration:
Change the following line from /admin/scripts/js file:
into:
Are You using latest version of the template? There was change in joomla in 3.7 version, so template needst to be updated as well. If for some reason (like, template was customized) You cannot update than this fix will help restore template configuration:
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
- teitbite
- Sat Jul 01, 2017 10:35 am
- Reply with quote
- Report this post
Hi
Glad it worked Closing this thread than.
Glad it worked Closing this thread than.
-
- Moderator
10 posts
• Page 1 of 1