• 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 https://www.proflightsimulatorinfo.net/

    I’d really appreciate any help!

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • <link rel="stylesheet" type="text/css" href="https://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…

    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.

    i think you need to change your stylesheet link on your index.php page to https://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="https://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="https://www.proflightsimulatorinfo.net/wp-content/themes/yoko/style.css" media="all" />

    Thread Starter datamonkey

    (@datamonkey)

    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…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help! Broken theme!’ is closed to new replies.