Custom CSS is different if not logged in to WP
I used Be theme demo Coming Soon page to create my coming soon page. And in custom CSS for that page, there is some CSS that affects the look of countdown numbers:
.quick_fact .number {
font-family: Lato;
color: #fff;
font-weight: 100; }
However, I discovered that if I'm not logged in to WP, this CSS doesn't get included in index.html and so I don't get the same look (see on image below).
My second question is what can affect the content of <head> being different if I am logged in or not? Because I also installed "All in one SEO" plugin and when I was logged in to WP, it added Open Graph meta tags to <head>, but if I logged out, these meta tags disappeared and I can't figure out why (I did uncheck the checkbox saying "Use built in fields" under Betheme SEO options).
Please help, thank you
The website is:
https://www.freedive-yachting.com/
Other recent changes that we did on the server are: redirecting everything to www. domain and forcing HTTPS protocol instead of plain HTTP.
.quick_fact .number {
font-family: Lato;
color: #fff;
font-weight: 100; }
However, I discovered that if I'm not logged in to WP, this CSS doesn't get included in index.html and so I don't get the same look (see on image below).
My second question is what can affect the content of <head> being different if I am logged in or not? Because I also installed "All in one SEO" plugin and when I was logged in to WP, it added Open Graph meta tags to <head>, but if I logged out, these meta tags disappeared and I can't figure out why (I did uncheck the checkbox saying "Use built in fields" under Betheme SEO options).
Please help, thank you
The website is:
https://www.freedive-yachting.com/
Other recent changes that we did on the server are: redirecting everything to www. domain and forcing HTTPS protocol instead of plain HTTP.
Comments
sounds like your issues are related with cache and in such case, we suggest to remove cache completely.
If it would help you, I can provide you with login details to wordpress.
Thank you
Thank you
We are glad you found it yourself because we had exactly the same in mind.