disable unnecessary styles css

Commercial shopping Joomla template to easy create webshop with various extensions supported like ViruteMart, K2 and K2Store.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Apr 23, 2015 7:44 pm
Reply with quote
Report this post
hello
I removed unnecessary components, K2, virtuemart, K2 store. And files css, k2.css, vm.css and other.
But the browser is looking for them. How to remove the connection?
User avatar
Senior Boarder

GK User
Thu Apr 23, 2015 9:33 pm
Reply with quote
Report this post
Hi,
but you removed only those files....
and what about request from template or components ..did you thought about it ?

Just scan template files for phrases like "k2.css" and "vm.css" and maybe others.
User avatar
Platinum Boarder

GK User
Fri Apr 24, 2015 3:22 am
Reply with quote
Report this post
head.php ?
User avatar
Senior Boarder

GK User
Fri Apr 24, 2015 3:32 am
Reply with quote
Report this post
Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/k2.css');


Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/vm.css');


delete this?
User avatar
Senior Boarder

GK User
Fri Apr 24, 2015 2:18 pm
Reply with quote
Report this post
You can delete or add "//" to comment.
But sorry we don't help in customizations.
User avatar
Platinum Boarder

GK User
Sat Apr 25, 2015 8:12 am
Reply with quote
Report this post
Thanks.
Will need other changes?
User avatar
Senior Boarder

GK User
Sat Apr 25, 2015 8:01 pm
Reply with quote
Report this post
If those css files won't be loaded .. probably not.
User avatar
Platinum Boarder


cron