Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter seans9er

    (@seans9er)

    more info: it’s not a browser issue cause it’s displaying the same in all browsers. i am almost 100% sure that the theme is installed correctly. i also tried this same theme on another site (same server) and the same issue occurs.

    what else can i provide to help figure this out….

    Take a look at your style sheet import url. I guess I would start by making sure that it is correctly pointing to style.php, and then just verify that the style sheets for that theme are all in the directory that style.php points to.

    Thread Starter seans9er

    (@seans9er)

    Thanks for the idea. I’m pretty new at this, but it looks like the import url that is pointing to the stylesheet is correct…although I don’t know if you literally have to type in the path or this will work…

    @import url(“../../../comfy/style.php”);

    also, when looking at the style.php, it appears they are all pointing to the correct directory

    @import url(styles/${options[‘style’]}/stylesheet.css);
    _CSS;

    although i’m just using the default style sheet, so would that mean i have to change the path to styles/default/$options[‘style’]/stylesheet.css);_CSS

    Thread Starter seans9er

    (@seans9er)

    I also noticed they have this line of code in the style.php —

    require_once ‘file:///C|/Documents and Settings/FEI/My Documents/Macroe Marketing/2 Build/wp-blog-header.php’;

    I don’t believe the path is correct, but when I updated it nothing changed.

    So how was it? I think I have the same problem.

    Thread Starter seans9er

    (@seans9er)

    still not working, i’ve put up the theme that comes with the WP install because I couldn’t figure it out.

    seans9er, did you figure out what was wrong? I have the same problem now, check https://vicki.sk, and I see your theme is working fine now.

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