seans9er
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS not workingstill not working, i’ve put up the theme that comes with the WP install because I couldn’t figure it out.
Forum: Themes and Templates
In reply to: CSS not workingI 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.
Forum: Themes and Templates
In reply to: CSS not workingThanks 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
Forum: Themes and Templates
In reply to: CSS not workingmore 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….