- Posts: 15
COMMUNITY FORUM
CSS location
- Mark Mintler
- Topic Author
- Offline
- New Member
Less
More
15 years 1 month ago #73716
by Mark Mintler
CSS location was created by Mark Mintler
I'm sorry if this is a dumb question but I'm baffled. Not new to Joomla but new to K2
Every time I try and edit the K2 CSS nothing changes. I can change the template php files but not the CSS. Out of frustration I deleted the CSS file all together to see its effect... again nothing changed so I have to conclude I'm editing the wrong file.
I've been editing/deleting the site/components/k2/css/style.css file - even tried deleting with no change...
What am I doing wrong?
Thanks
Mark
Every time I try and edit the K2 CSS nothing changes. I can change the template php files but not the CSS. Out of frustration I deleted the CSS file all together to see its effect... again nothing changed so I have to conclude I'm editing the wrong file.
I've been editing/deleting the site/components/k2/css/style.css file - even tried deleting with no change...
What am I doing wrong?
Thanks
Mark
Please Log in or Create an account to join the conversation.
- olsen
- Offline
- Elite Member
- Joomla and K2 Freelancer
15 years 1 month ago #73717
by olsen
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Replied by olsen on topic CSS location
wich template are you using? did you disable the template css at K2 parameters?
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Please Log in or Create an account to join the conversation.
- Mark Mintler
- Topic Author
- Offline
- New Member
Less
More
- Posts: 15
15 years 1 month ago #73718
by Mark Mintler
Replied by Mark Mintler on topic CSS location
Thanks for the quick response...
I'm using rocketthemes Solar Sentinel.
I have the K2 CSS enabled.
olsen said:wich template are you using? did you disable the template css at K2 parameters?
I'm using rocketthemes Solar Sentinel.
I have the K2 CSS enabled.
olsen said:wich template are you using? did you disable the template css at K2 parameters?
Please Log in or Create an account to join the conversation.
- Mak Yiu Wah
- Offline
- Junior Member
Less
More
- Posts: 21
15 years 3 weeks ago #73719
by Mak Yiu Wah
Replied by Mak Yiu Wah on topic CSS location
I had experienced similar problems.
I guess there is somekind of cache in Joomla or Apache or something that cache some less frequently changed files.
Check out the source of K2. Find out the codes in K2 that referencing to style.css and change it to another name, says, style1.css. Then copy style.css to style1.css and make your changes in style1.css. That will force the system to reference to style1.css rather than the copy of style.css in the cache.
To be honest. I don't know what cache it is, but it works in my cases.
Regards,
Seth
I guess there is somekind of cache in Joomla or Apache or something that cache some less frequently changed files.
Check out the source of K2. Find out the codes in K2 that referencing to style.css and change it to another name, says, style1.css. Then copy style.css to style1.css and make your changes in style1.css. That will force the system to reference to style1.css rather than the copy of style.css in the cache.
To be honest. I don't know what cache it is, but it works in my cases.
Regards,
Seth
Please Log in or Create an account to join the conversation.
- piperchick
- Offline
- Premium Member
Less
More
- Posts: 133
15 years 1 week ago #73720
by piperchick
Replied by piperchick on topic CSS location
With the newer RT templates, you will have to change the template-specific CSS for K2.
For example:
templates/rt_solarsentinel_j15/css/extra.css
Use FireBug to figure out exactly which CSS you need to change. I just went throught his with Affinity earlier today.
For example:
templates/rt_solarsentinel_j15/css/extra.css
Use FireBug to figure out exactly which CSS you need to change. I just went throught his with Affinity earlier today.
Please Log in or Create an account to join the conversation.