Template > Style > Edit template

Feel free to talk about everything related to our Joomla Products
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
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 **
Image
User avatar
Fresh Boarder

GK User
Thu Apr 27, 2017 12:24 am
I confirm this: I have the same issue with MO en News2.
User avatar
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.
User avatar
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?
User avatar
Fresh Boarder

teitbite
Mon May 01, 2017 7:00 pm
Hi

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";
User avatar
Moderator


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