updating php/css live not going into effect
Permalink
If I modify the header.php, the changes are not shown on the website... but double checking the php shows it is actually different. for example, in the header.php, trying to take out the code to show the name of the site, it will always generate the code anyways and show it on the page.
also, if i do CSS edits (colors, pics, etc) they do not change at all.
if i pick a different theme but then go back to the one i want... it still has the same problem. I have to competely re-submit the theme.
Am I doing something wrong?
p.s. I am doing all edits through the theme's php and css files.
also, if i do CSS edits (colors, pics, etc) they do not change at all.
if i pick a different theme but then go back to the one i want... it still has the same problem. I have to competely re-submit the theme.
Am I doing something wrong?
p.s. I am doing all edits through the theme's php and css files.
I brought all my files down to my localhost machine and began to make changes on my own machine---bingo it worked.
My hosting service must have a slow updating, resilient cache.
My hosting service must have a slow updating, resilient cache.
Yeah they must be doing some kind of memory caching. Glad you found out either way :)
1) You are editing the wrong header.php. It is possible you are editing files in the wrong themes folder etc...
2) Your host has some kind of strange caching.
3) Concrete5 is caching your pages, go into the dashboard and clear them or turn them off to test.
Let me know