Support » Fixing WordPress » Theme Display 1.5 beta 1

  • I’m testing out 1.5 Beta 1. I modified the default Kubrick theme the site is looking good. However, on the themes page it looks horrible. Where the author title and theme title used to be it now shows the style.css file. I have not changed any meta data at the head of the file just the styles for the site.

    Has anyone experienced this before or know why this occurs? Thanks for your help.

Viewing 11 replies - 1 through 11 (of 11 total)
  • No experience or problem here. Having trouble picturing what you mean but perhaps your css files have been “compressed” to one line which might display something similar to what you describe.

    Thread Starter fadedpictures

    (@fadedpictures)

    well here is a screengrab i took WordPress Tiff this might be able to help you see what i’m looking at. I’m using Safari on Mac OS X, it looks the same way in Mozilla too though. Any further thoughts?

    I had this with my own themes, when I tried to add some information at their beginning. In the end I had to forego any commented section at the beginning of the css file… it generated this kind of thing every time. A very large PITA.

    This has got to be something simple. I am using my own theme I started when themes were first introduced and have not had this problem. I have been trying to reproduce the problem by playing around with my css to no avail. Will let you know if I come across what causes it for you.

    Thread Starter fadedpictures

    (@fadedpictures)

    Thanks for your help Beel. It is rather strange i think. good to know Kyte that i’m not the only one who’s having this problem though. it is kinda weird. I originally had it with my own theme then i just modified the existing default theme not thinking it would do this as well.

    Maybe there was a problem with a nightly? I am up-to-date with mine and have no problem.

    Thread Starter fadedpictures

    (@fadedpictures)

    which nightly do you have? i got 1/15/05?

    Do you have the beginning of your theme’s style.css in the form prescribed in http://codex.wordpress.org/Theme_Development under Theme Stylesheet?

    I had my comments *exactly* as defined at that address… I also tested it out by making an alteration to the default theme css info and immediately, the admin panel display gave me the entire stylesheet.

    Once, I ended up getting the stylesheets for everything which was listed under the one I was editing (deep blue, as it happens, because it was at the top of the list). I confess I have not attempted any changes since around a couple of weeks ago with more recent nightlies, but I am not releasing any more themes until I can figure it out. I don’t much like the idea of my themes being out there with no info.

    The problem here is the way that Macs encode files. So a text file may not be just a text file, because of the way that a Mac will encode it. Anyway, I believe it has something to do with the way that it encodes Line Breaks. So no matter how many times you import new information, everytime you save it, it will be screwed up.

    What you need to do is use a text editor like BBEdit (not TextEdit). In the save as options, you will be able to do things like save Unix style Line Breaks or use UTF-8 encoding. Doing this will keep the file from breaking when it’s displayed in the themes. Even programs like Dreamweaver and such will cause this problem, since it also happened to me. I went back and did a Save As with Unix style Line Breaks and UTF-8 encoding for good measure and everything was fixed.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    The problem here is the way that Macs encode files. So a text file may not be just a text file, because of the way that a Mac will encode it.

    Huh?! I hate uneducated assumptions. This has to do with the TextEditor application, not Macs. TextEditor is is a Rich-Text Editor (.rtf), not a Plain-Text Editor (.txt).

    Again, this is not a Mac problem. This is a user problem. This is a problem with a user who assumes that a Rich-Text Editor is the same as a Plain-Text Editor. For a list of free plain-text editors for all platforms, see this:
    http://codex.wordpress.org/Glossary#Text_editor

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Theme Display 1.5 beta 1’ is closed to new replies.