jonimueller
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image UploadIt’s an AJAX problem. What browser are you using? The latest version of WP has become so dependent on AJAX that it’s non-functional on at least my old version of IE6 here at the office (not that I should be working on my blog at the office, but…). I’m forced to use Opera 9.2x or FireFox (or my somehow newer or different version of IE6 at home.
So maybe just play around with it in a different browser or make sure that JS is enabled in whatever browser you use.
Personally, and for whatever it’s worth (probably not much), I think it’s bad practice to make something RELY completely a technique like this. But that’s just me.
Forum: Your WordPress
In reply to: CreditReportBlog.com – What do you think?The above being said, I’m not sure how much there is to critique about your site. You’re using Brian Gardner’s Revolution theme with minor changes and the design doesn’t break in my ancient vesion of IE6. Considering the subject matter of the blog, I wouldn’t expect too many or too heavy-handed graphics so you’re good there.
Forum: Your WordPress
In reply to: CreditReportBlog.com – What do you think?I thought it [the Your WordPress section] was for feedback/critique of the design elements and any WP features being employed. Am I wrong also?
Forum: Themes and Templates
In reply to: CSS styling the list in the sidebarrtl.css is only for right-to-left text (such as is common in Muslim or Asian blogs, which generally read from right to left, rather than left to right).
You need to put that code into the style.css file; that’s prolly why nothing’s worked for you.
Forum: Themes and Templates
In reply to: CSS styling the list in the sidebarNo, you should add width and it will need to be a specific width or you’ll get the drop down behavior you are experiencing now. Hey, I’m trying to help you, thought you might want that article, but what the hell do I freaking know, right?
Forum: Themes and Templates
In reply to: CSS styling the list in the sidebarI’m looking at your stylesheet and I don’t see #sidebar in there at all. I did a “Find” and came up with nothing.
Bear in mind that you have a fixed width wrapper so that limits the area you have to work with. You need to be sure there’s enough “air” between the left #content and right #sidebar. Then within #sidebar you should be able to apply margins and padding that you want, but remember if you add margins and padding there, you’ll need to adjust it downward elsewhere or the sidebar will drop down below the content. Make sense?
Forum: Themes and Templates
In reply to: CSS styling the list in the sidebarArticle loads just fine for me. I’ve cut and pasted it below for you.
[EDIT: The code in this article is making the rest of the replies to this thread wonky, so I’ve removed it. /jmm]
Forum: Themes and Templates
In reply to: CSS styling the list in the sidebarThat’s incorrect.
It should be:
#sidebar ul
#sidebar ul li
#sidebar ul ul
#sidebar ul li ul li < for child list elementsAnd also remember that Opera, FF and IE all put different amounts of left padding into list elements to begin with so you’ll have to play with it and possibly write a conditional stylesheet if you want them exactly alike across all browsers.
http://www.darrenfauth.com/css-sandbox/css-list-cross-browser.php
😉
Forum: Themes and Templates
In reply to: Image next to blog name is not showing upWell it’s not available to her or me or anyone else, so what difference does it make? Unless you can provide some code or link, you’re out of gas here. Sorry.
Forum: Fixing WordPress
In reply to: 2.5.1: Looks like there is still a holeMy frustrations with this forum is known. I think it is horrible that WordPress puts up a forum, calls it “support” and then it turns out that it is mostly the somewhat less blind leading the totally blind.
Unbelievable. It’s free software offered under the GPL. What do you propose be done? Set up a phone bank somewhere? Have the devs chained to their computers answering asinine questions all day? Because there’s more of THOSE kind of questions being asked than legitimate pleas for help.
I am not telling you to stop posting, I am asking nicely.
What hubris.
Forum: Themes and Templates
In reply to: Can’t Update Theme/No Update ButtonAnd personally. about developing themes, I do that strictly with my HTML editor (EditPlus2) and my CSS editor (TopStyle Pro). I generally just use the theme editor to tweak things. I’ve gotten quite lazy and both my HTML and CSS editors have color coding so that helps me to spot typos. So the answer — for me at least — is that I DEVELOP offline and tweak online.
Forum: Themes and Templates
In reply to: Can’t Update Theme/No Update ButtonFile permissions are set by you via your FTP client. That’s the only way to do that. You can upload any theme to the theme folder and once permissions are properly set, edit away, whether it’s your own design or someone else’s. That really doesn’t matter. You seemed so certain on the list that it was NOT a file permission issue, that the files were set to 766 (which is what they need to be in order to be editable from within the theme editor console). At least it’s solved.
Forum: Your WordPress
In reply to: site review pleaseThe first thing I thought of when I saw the site was Forum/Bulletin Board.
If you want to sell your art, you need a minimalist theme or better yet, a photoblog theme because you can treat each image of your artwork as a photo and it will be featured a bit better. You can still have the fluff around if you want, but with a photoblog type theme, the photo or image is center stage and I think that’s what you need.
There are several, including a dark background theme, here:
http://vandelaydesign.com/blog/wordpress/specialty-themes/Forum: Themes and Templates
In reply to: Can’t Update Theme/No Update ButtonAlso, maybe all the JS files didn’t make their way over on upload. Can you check that?
Forum: Themes and Templates
In reply to: Can’t Update Theme/No Update ButtonIt’s gotta be a browser issue. The latest version of WP seems to be almost completely AJAX-dependent, to the point that on the old version of IE6 we use at the office, I cannot edit my WP blog (not that I should be doing that on company time you understand). But it just illustrates that if your browser isn’t up to date, it could be a factor.