Template > Style > Edit template
Feel free to talk about everything related to our Joomla Products
Rate this topic:
- GK User
- Wed Apr 26, 2017 10:39 pm
Hey,
Ever since i updated to joomla 3.7.0 i am not able to edit the template anymore..
I am using the gk_storebox template.. but one of my other sites is running the gk_inStyle template and i have the exact same issue there after updating joomla.
I don't know if i miss something or something has been moved around. just wondering if any one else has the same problem
joomla 3.7.0
php 7
** Marked in red where the options used to be **
Ever since i updated to joomla 3.7.0 i am not able to edit the template anymore..
I am using the gk_storebox template.. but one of my other sites is running the gk_inStyle template and i have the exact same issue there after updating joomla.
I don't know if i miss something or something has been moved around. just wondering if any one else has the same problem
joomla 3.7.0
php 7
** Marked in red where the options used to be **
-
- Fresh Boarder
- GK User
- Thu Apr 27, 2017 12:24 am
I confirm this: I have the same issue with MO en News2.
-
- Expert Boarder
- teitbite
- Sun Apr 30, 2017 11:27 am
Hi
It's a known issue. Updated packages with a fix to that will be available soon.
It's a known issue. Updated packages with a fix to that will be available soon.
-
- Moderator
- GK User
- Sun Apr 30, 2017 2:41 pm
Thanks !
Is there any other way to enable the override.css besides from the template manager?
Is there any other way to enable the override.css besides from the template manager?
-
- Fresh Boarder
- teitbite
- Mon May 01, 2017 7:00 pm
Hi
You can remove a condition from /lib/framework/helper.layout.php
to
You can remove a condition from /lib/framework/helper.layout.php
- Code: Select all
if($this->API->get("css_override", '0')) {
echo '<link rel="stylesheet" href="'.($this->API->URLtemplate()).'/css/override.css" />' . "\n";
}
to
- Code: Select all
echo '<link rel="stylesheet" href="'.($this->API->URLtemplate()).'/css/override.css" />' . "\n";
-
- Moderator
5 posts
• Page 1 of 1