Help - Search - Members - Calendar
Full Version: Mt 4.21 Styles Display Incorrectly
Movable Type Community Forum > Using Movable Type > Default Stylesheets
doggone
I created a new install for MT 4.21, and created a new blog to test with. No matter what style I select with Stylecatcher it does not display correctly see:
http://www.uncommonthought.com/test_421/

I tried inserting the code below in the styles.css. All that did was to make and all images go away entirely.
CODE
@import url(../mt-static/themes-base/blog.css);


I am baffled as to what the issue is since I have not changed anything in the index or any other template

My config file reads
CODE
CGIPath /mt421/
StaticWebPath /mt-static/
StaticFilePath /home/mydomain/public_html/mt421/mt-static


I have also tried hardcoding the full url into the Static web path.

Any suggestions would be appreciated. smile.gif
psyaeger
So just to be sure... you added a line like this:

@import url(<$mt:StaticWebPath$>themes-base/blog.css);

to your styles.css file?

Likely there already is a StyleCatcher section but just leave that alone. Also, note that in Default Styles in StyleCatcher only one style is marked as compatible with MT4.2. That might be the problem there.
OtherNiceMan
@import url(<$mt:StaticWebPath$>themes-base/blog.css); needs to be at the top of the stylesheet. It is a global reset stylesheet.

Are you using the community template set? The missing reference to blog.css is a know issue with the set. Also the only supported style for this set is Tristan-Blue.
forexsystemprofi
QUOTE (psyaeger @ Nov 21 2008, 06:45 AM) *
Also, note that in Default Styles in StyleCatcher only one style is marked as compatible with MT4.2.


So there may be problems with other ones?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.