I have a problem with a new website on HostGator. I have installed WordPress Multi-User, and most everything seems to be working properly, EXCEPT, almost 90% of the time (but, not all of the time) the CSS is not called on first page load in a new browser. Clicking on the "Refresh" button corrects the problem HostGator support looked at the Apache error logs and discovered that the name of the theme that is being called is not being inserted into the style import line.
Wordpress MU CSS not loading - any advice?
13
I have a problem with a new website on HostGator. I have installed WordPress Multi-User, and most everything seems to be working properly, EXCEPT, almost 90% of the time (but, not all of the time) the CSS is not called on first page load in a new browser. Clicking on the "Refresh" button corrects the problem
HostGator support looked at the Apache error logs and discovered that the name of the theme that is being called is not being inserted into the style import line.
On first load into a new browser, the page source shows ...
When I hit refresh, the source shows ...
Anyone have any idea what could be causing this?
Many thanks in advance,
Kirk
HostGator support looked at the Apache error logs and discovered that the name of the theme that is being called is not being inserted into the style import line.
On first load into a new browser, the page source shows ...
Code:
<style type="text/css" media="screen">
@import url(http://my_domain.com/wp-content/themes//style.css);
</style> Code:
<style type="text/css" media="screen">
@import url(http://my_domain.com/wp-content/themes/my_theme/style.css);
</style> Many thanks in advance,
Kirk
- HomeComputerGames
- [1] reply
- Kirk Ward
- Kirk Ward
- HomeComputerGames
- cma01
- [ 1 ] Thanks
- Kirk Ward
- Kirk Ward
- [1] reply
- Luke Graham
- [1] reply
Next Topics on Trending Feed
-
13