chuck232
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Codex Theme List db errorI didn’t notice anything, but I found that if you’re logged in, you can see it. Otherwise, you get only a database error when you access the page.
Okay, maybe I wasn’t too clear when I said that. 😛 Yeah, when I’m logged in, I can see the list fine for some reason. When I’m logged out, I get that error. I just use the default theme for the site (or at least I haven’t changed it).
Forum: Themes and Templates
In reply to: edited theme names massively longDid you comment out the first lines of theme info properly? Perhaps you didn’t close the comment or something and the whole stylesheet is becoming the name.
Forum: Themes and Templates
In reply to: 1.5 themes compatible with 2.0?Generally, if they don’t integrate any plugins or other funky things, they’ll work. So, that’s probably 99% as moshu said.
Forum: Themes and Templates
In reply to: CSS different in Firefox and IE… please help!Chances are, your main content is too wide and is displacing the sidebar. I’ve found that the margin property isn’t rendered the same in FF and IE (or something like that). So, there’s really no solution other than to shrink the main content or the sidebar width.
Forum: Themes and Templates
In reply to: Problem with Sidebar in K2 ?This is usually due to some content in either the sidebar or the content area being too wide. As a result the margins/padding defined by the CSS is causing the sidebar to be displaced.
Forum: Themes and Templates
In reply to: category boxesI think you’d probably just do a sort of counter thing. So if $counter == 1, then show the excerpt. Else, just show the title. As for the two columns, I’m just thinking, you could probably create the CSS styling necessary for the two columns then use something like:
class=”<?=($counter%2)?”col1″:”col2″;$counter++;?>” (not my code)
To return which column (assuming your CSS is styled for classes “col1” and “col2” to put that specific post into. Try something along these lines.
Forum: Themes and Templates
In reply to: Codex Theme List db errorHmmmm… It looks like it’s still down. Are you sure you checked it while logged out? (cookies perhaps?)