datamonkey
Member
Posted 1 year ago #
Hi,
I am really baffled! My wegbsite is using the Yoko theme and it looks great when I am logged into my dashboard, yet when I log out of WordPress the theme does not load properly, in fact it doesn't load at all!
I have tried re-uploading the theme and WordPress files as well as viewing the site on Chrome, IE and Firefox but the issue remains.
My site is at http://www.proflightsimulatorinfo.net/
I'd really appreciate any help!
Thanks!
atomicdrivex
Member
Posted 1 year ago #
<link rel="stylesheet" type="text/css" href="http://www.proflightsimulatorinfo.net/wp-content/w3tc/min/c01fb68d6d4ee906c68f930bc16eb73f.995488877.css" media="all" />
is this the correct url to your CSS page?
It doesn't seem right...
aaronleviss
Member
Posted 1 year ago #
Even I had a theme which was broken and I was looking for the solution all over the web, but there was no answer and this is the reason i had to get a new premium theme.
atomicdrivex
Member
Posted 1 year ago #
i think you need to change your stylesheet link on your index.php page to http://www.proflightsimulatorinfo.net/wp-content/themes/yoko/style.css::
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head><link rel="stylesheet" type="text/css" href="http://www.proflightsimulatorinfo.net/wp-content/w3tc/min/c01fb68d6d4ee906c68f930bc16eb73f.995488877.css" media="all" />
change to:
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head><link rel="stylesheet" type="text/css" href="http://www.proflightsimulatorinfo.net/wp-content/themes/yoko/style.css" media="all" />
datamonkey
Member
Posted 1 year ago #
Thanks for your help guys, got it fixed!
Just for the record the W3 Total Cache plugin was causing the conflict. Disabled it and it's working...
Thanks again...