Loading...
 
 Error
  • Contact the site administrator. The index needs rebuilding.
Features / Usability

Features / Usability


DISASTER - how do I rebuild the css?

posts: 8633 Israel
tjrob wrote:
I was able to work-around this. I found the string in one of the file in tikiwiki/temp/cache, and I changed 200% to 100%. I can now use the website again. In Admin/LookAndFeel the custom css is now empty, presumably because I cleared it in the database.


Hello,

Copy to clipboard
. { font-size: 200%;}
was (is) a bad move.


If you want to change the body font use (something that I wouldn't do with such drastic change):

Copy to clipboard
body { font-size: 200%;}


"tikiwiki/temp/cache" files are caches files and temporary.
You shouldn't edit them, rather simply refresh your cache, see: https://doc.tiki.org/clearing-cache

There were some cases I recall modules/menus required me to empty the folder "tikiwiki/temp/cache" but seems ok now. In all case those files will be recreated by Tiki.

If your issue is solved, please add a [solved] tag in front of your thread title.
Thanks

There are no comments at this time.