• Resolved jrwall68

    (@jrwall68)


    Thanks in advance for the help.

    My theme quit working at the most basic levels. My guess is that I’ve somehow ruined the CSS. I’ve lost all formatting from number of columns to font style.

    It doesn’t seem wise to reinstall all of wordpress and start from scratch, but I’m not sure what else to do.

    I am using Weaver theme.

    http://www.pinnaclestudiovideoediting.com/

Viewing 5 replies - 1 through 5 (of 5 total)
  • probably caused by the plugin ‘wp-minify’

    You could try re-uploading a fresh copy of Weaver.

    George

    (@georgegecewicz)

    There’s an HTTP error when the wp-minify stylesheet is being loaded, which you can see I took a screenshot of here.

    Since that’s being loaded before any other files, try uninstalling wp-minify. Also, there doesn’t seem to be a sort of “main” stylesheet being loaded…

    There should be something in the header.php file that looks like this:

    <link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" type="text/css" media="screen" />

    make sure the stylesheet’s name is style.css

    Thread Starter jrwall68

    (@jrwall68)

    alchymyth and george gecewicz – you two were dead right. I can’t thank you enough. I’ve looked and looked but couldn’t figure it out. Now I know to spend less time studying the settings in WP, and spend more time looking at the code on the page.
    I was so close to doing a full clean install and rebuilding all of the pages. Thanks a ton.

    George

    (@georgegecewicz)

    No worries, glad I could help! Make sure to mark this as “resolved”. See ya around the forums!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS not working’ is closed to new replies.