CallUp
Forum Replies Created
-
It’s back. I’m getting the same problem again, micropat.
I’m now using wordpress 2.8.6
Forum: Plugins
In reply to: [Plugin: My Custom Widgets] BugsWill this let you filter between different categories?
(i.e. if (is_Category(‘entertainment’)) { )micropat,
That is so cool that you got that sorted out as quick as you did.Thank you so much!
It’s back working perfectly. This is one of the best plug-ins out there.
Best regards.
bwaltar,
Just curious, did you by any chance find another comparable plug-in similar to ‘Add to Any’ that worked with the IE and AdSense combination?Forum: Fixing WordPress
In reply to: Categories link doesn’t workWhat are you using to generate the category links in sidebar.php? Are you using a php function to generate it. You’ll need to make sure the ‘/’ is typed in between the url and the /category/community-blog.
Forum: Fixing WordPress
In reply to: Comment Reply Form WidthAfter a lot of searching, I finally solved it. I had some conflicting CSS markup overriding the width of the textarea.
Thanks emsi for your help.
Forum: Fixing WordPress
In reply to: Comment Reply Form WidthSelecting the “reply to” from the first comment always appears as it should. It’s the “reply to” from nested comments 2, 3, … onward that displays too large of a text area.
When you reply to a nested comment going five to seven levels deep on IE — that’s when the sidebar drops to the bottom.
Forum: Fixing WordPress
In reply to: Comment Reply Form WidthHi esmi,
Thanks for your response.
I tried changing from cols to width:95% like you have, and it didn’t change it.
Funny thing is any changes I make to textarea in CSS seems to be reflected in the original comment reply form, but when you click “reply to specific comment” the text area displayed remains too wide. I’ve looked at the source when the offending text areas were displayed and it still showed width=”95%” but it isn’t displaying that way.
Here’s my live site so you can see:
Forum: Plugins
In reply to: [Plugin: WassUp] I’m Getting a Warning Message at the Bottom of My SiteCome to think of it, I obviously don’t need Wassup on my local site. Not like there’s going to be any stats.
Doh! Nevermind.
Forum: Installing WordPress
In reply to: Successfully Deployed Site Locally – Permalinks Don’t Worksamboll,
You ROCK! Once again, you have resolved my issue in moments.Thanks again for all your help.
Forum: Fixing WordPress
In reply to: JavaScript Error: jQuery is not definedBy the way, I forgot to tell you what it was. It was the ozh-admin-drop-down-menu plug-in. It only happens when viewing the Dashboard page of the admin.
Forum: Fixing WordPress
In reply to: JavaScript Error: jQuery is not definedThanks songdogtech. I found it and reported it to the author.
Forum: Fixing WordPress
In reply to: Help: My Site Won’t Let Me Log In. It thinks I’m Spamming.bh_WP_fan,
By the way, I forgot to mention, thanks for that link. I just got around to reading it, and bookmarked it for future reference.Forum: Fixing WordPress
In reply to: Help: My Site Won’t Let Me Log In. It thinks I’m Spamming.Thanks for everyone’s help.
Bluehost apparently did maintenance on my box today (it was down for quite some time). The notice in place of my site said they were doing diagnostics, and an employee over there told me they might be rebuilding it, etc.
Anyways, it’s back up and so far things seem to be running quickly. No throttling yet (knock on wood). Let’s hope whatever it was has been resolved.
Thanks again.
Forum: Plugins
In reply to: Category Next and Previous LinksI haven’t tried it, but this might work:
<?php is_category($category); ?>
<?php /* If this is a category archive */ if (is_category(‘Music’)) {
next_post_link(‘%link’, ‘Next post in category’, TRUE);}?>