Hello;
I am using firebug. It used to tell me which css file and line number when inspecting an element. With this template it just tells me inline:#. Is there a way to locate the exact css file and line number?
teitbite wrote:Hi
Can You please show me about which element are You talking about?
teitbite wrote:All You need to do is to disable CSS compression in template settings.
I've got the problem, prefixfree is included twice - probably one copy was not removed after development process, for fix please open file head.php and remove line 78 :
- Code: Select all
$this->API->addJS($this->API->URLtemplate() . '/js/prefixfree.js');
To avoid fatal error please also replace line 34
- Code: Select all
$this->addJS($this->API->URLtemplate() . '/js/prefixfree.js');
to
- Code: Select all
$this->API->addJS($this->API->URLtemplate() . '/js/prefixfree.js');