joshteeters
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sub pages with spaces won’t loadAnyone? Someone’s got to have at least an idea. 😐
Forum: Fixing WordPress
In reply to: Sub pages with spaces won’t loadOkay, update. After yet more tinkering, I’ve narrowed the issue down a bit more. Spaces in the page title aren’t exactly the issue; the issue is instead, apparently, the number of dashes in the post slug for the page. Ex.:
Here’s the page hierarchy I’m after:
– Resources
— Vocabulary lists
— German, May 2007If I make all of the post slugs for these pages one word each, or words with no spaces at all, the pages load fine. If I make the page ‘Vocabulary lists’ have a post slug of vocabulary-lists, it won’t load. If I change it to vocabulary_lists, it loads. A similar thing happens with the ‘German, May 2007’ page. If the post slug is german-may-2007, it won’t load. If the post slug, however, is german_may-2007 OR german-may_2007, the page loads just fine.
This sounds like it could be related to the rewrite rules, which is what my host initially suggested, but I have no idea WHAT might be wrong with the rules. Here they are, if anyone wants to have a stab:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Duplicate bars under sidebar arrangement pageArgh. nevermind. I figured it out. It was an option I’d enabled under my Dashboard Editor plugin. The new sidebars were for stuff on my admin dashboard, hence the admin1, admin2, etc.
Duhhh.
Forum: Fixing WordPress
In reply to: Duplicate bars under sidebar arrangement pageAnyone? 🙁
Forum: Fixing WordPress
In reply to: Duplicate bars under sidebar arrangement pageadded note: switching to themes I’ve not even edited (like Kubrick / WordPress default) doesn’t fix the problem. so apparently it’s nothing I did while messing with my stylesheet.
Forum: Fixing WordPress
In reply to: Keep getting forced to d/l php scriptUpdate: pingomatic WAS the cause. Their site is currently working EXTREMELY slowly. For some reason, when the pinging process lags, you get a prompt to open / save the post.php file.
Removing pingomatic from my ping list fixed the problem. I’ll add them back in whenever their site gets to moving a bit quicker.
Forum: Fixing WordPress
In reply to: Keep getting forced to d/l php scriptI’m also having this problem. It’s happening on 2 different sites, both running WordPress.
The really odd thing is, the two sites are on two different webhosts. 🙁
Forum: Fixing WordPress
In reply to: No more comment countingSure thing everyone, glad it helped.
Forum: Fixing WordPress
In reply to: No more comment countingI found a solution that gets all of the comment counts back to the right number.
Install SK2.1b as well as the compatibility plugin. Go to Options -> SpamKarma -> Approved Comments. Select ’em all, and run them through the WPCompat plugin.
Fixed the problem on my end.
Forum: Fixing WordPress
In reply to: No more comment countingI just wanted to add that I’m having a similar problem. No matter how many comments a post has, on the main index, it shows ‘0 Comments’. On the post page, it shows ‘No Comments’, right above.. 3 or 4 comments.
I read that SK caused this. I downloaded the 2.1 beta of SK, as well as the SK+WP2Compatibility plugin. I installed both, following the directions.
Guess what? Still ‘0 Comments’.
I also tried disabling SK completely, and it still shows ‘0 Comments’.
Forum: Fixing WordPress
In reply to: Help with variables like $single, $month, etcThanks for the link! 🙂
Forum: Themes and Templates
In reply to: CSS positioning problemHm. I put a list in a div, which is set to float: right. The list does this in IE.
In FF, the list just sits as it would without the float: on the far left side of the header area, with a slight indent.
Also, I cleaned up the validation errors. The only one that I don’t get is the one that says that I have a li item without a ul / ol. When I ADD a ul, it just generates MORE validation errors.
Forum: Themes and Templates
In reply to: CSS positioning problemKickass,
Thanks! I’ll try that. Is there any reason why what I was trying to do won’t work in FF? It works fine in IE.
Forum: Plugins
In reply to: How can I limit the number of asides?Anyone? 🙁
Forum: Plugins
In reply to: How can I limit the number of asides?Yes, I checked there. That’s the article I used to implement asides in the first place. There’s no mention at all of how to limit the number that are displayed.