End of Support for Joomla 3 - Forum closed
[SOLVED] Unable to save style via Warp Settings
I was trying to find the CSS entry to change the color for the footer background by using the Warp -> Settings -> Style editor. I could not find it there, even when using the advanced settings. However, I was able to find it in the theme.css file (on line 7085) by using the template manager and editing the file "/styles/my-style/css/theme.css" in template "jp-ultimate".
After saving the change to this file. I am no longer able to save modifications to the style by using the Warp -> Settings -> Style editor.
I make the change, and when I click save, the window opens saying Compiling Less ... , and then I get the error:
Unable to write file (/home/public_html/templates/jp-ultimate/styles/my-style/css/theme.css).
Does the Warp editor use a different file to track the changes? Is this a permission issue which occurred after using the other editor?
I am using the jp-ultimate 1.0.002 theme with Warp framework 7.2.8 on a Joomla 3.4.0 site.
Thanks.
After saving the change to this file. I am no longer able to save modifications to the style by using the Warp -> Settings -> Style editor.
I make the change, and when I click save, the window opens saying Compiling Less ... , and then I get the error:
Unable to write file (/home/public_html/templates/jp-ultimate/styles/my-style/css/theme.css).
Does the Warp editor use a different file to track the changes? Is this a permission issue which occurred after using the other editor?
I am using the jp-ultimate 1.0.002 theme with Warp framework 7.2.8 on a Joomla 3.4.0 site.
Thanks.
by tstoneman
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Unable to save style via Warp Settings
Posted 9 years 8 months ago #7076
Hi there,
1.) Never touch the org css files
2.) Always use the css/custom.css file to make some changes.
3.) If you have touched the theme.css it seems to be damaged and no more writable
4.) Fix it = delete the theme.css and press the "compile" button
1.) Never touch the org css files
2.) Always use the css/custom.css file to make some changes.
3.) If you have touched the theme.css it seems to be damaged and no more writable
4.) Fix it = delete the theme.css and press the "compile" button
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Replied by tstoneman on topic Unable to save style via Warp Settings
Posted 9 years 8 months ago #7077
Thank you. Deleting the theme.css file in my custom style corrected the problem.
Now I just need to figure out where the .tm-footer entries are within the Warp Style editor.
Now I just need to figure out where the .tm-footer entries are within the Warp Style editor.
by tstoneman
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Unable to save style via Warp Settings
Posted 9 years 8 months ago #7078
Hi again,
the "tm-footer" can not be changed at the customizer.
Add this code to your custom.css ( the custom.css will override all other styles)
the "tm-footer" can not be changed at the customizer.
Add this code to your custom.css ( the custom.css will override all other styles)
.tm-footer {
background: none repeat scroll 0 0 #222;
color: #999;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Replied by tstoneman on topic Unable to save style via Warp Settings
Posted 9 years 8 months ago #7079
Thanks again. That is basically what I ended up doing. I went through the Customizer again, and could not find anything for the footer. I copied the .tm-footer section out of the theme.css file and placed it into the custom.css file, made my modifications and all is fine.
by tstoneman
Please Log in or Create an account to join the conversation.
Replied by tstoneman on topic [SOLVED] Unable to save style via Warp Settings
Posted 9 years 8 months ago #7080
Problem solved.
by tstoneman
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates