jblundell
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Recently Popular] Upgrade to 0.6.2 – visit count got resetas an added frustration i can’t find it via FTP now.
so not only can I not access my plugin options via the dashboard – I can’t seem to uninstall it via FTP. gripes!
Forum: Plugins
In reply to: [Plugin: Recently Popular] Upgrade to 0.6.2 – visit count got resetit completely broke my install.
i can’t access my plugins at all now. i deleted it via FTP. tried reinstalling it and still now luck.
me no likey.
Forum: Fixing WordPress
In reply to: Firefox WP login to admin/profile redirect IE works fineI’ve never had this issue personally but a friend is running into it and I’m trying to hunt down a solution.
It seems to me that if I try to login with “wp-admin” vs “wp-admin/” I get the error.
When I try “wp-admin”, I’m redirected to “wp-admin/?page=wp-admin” and then the error appears.
With wp-admin/ there’s no redirect and the login/dashboard works fine.
Forum: Installing WordPress
In reply to: WordPress 2.9: your attempt to edit this post has failedI don’t have Twitter Tools and I’m getting the same problem – and my server should be PHP 5
??
I’ve also noticed the revision history is gone. Don’t know if that’s part of WP 2.9 or something else. I have a feeling it was another plug-in that was updated today. Will have to try and do some more testing to see.
Forum: Fixing WordPress
In reply to: Change DISQUS comments background color?Here’s what I ultimately did.
There may be some repetitiveness here, but its worked for my site at https://somethingbeautifulpodcast.com/* --- disqus css -- */ #disqus_thread { color: #ffffff; border-style: 0px solid; border-color: #cccccc; padding: 5px; } #dsq-content #dsq-comments .dsq-comment-body { color: #fff; background-color: #000000; } .dsq-reaction-body { color: #fff; } .dsq-reaction-retweets { color: #ccc; } /*--- end disqus css --*/
I just added it right into my main CSS file.
But that puts white/grey text on the site’s default background.
If you wanted to only change the background color you might try…
/* --- disqus css -- */ #disqus_thread { background-color: #ffffff; border-style: 0px solid; border-color: #cccccc; padding: 5px; } #dsq-content #dsq-comments .dsq-comment-body { color: #fff; background-color: #ffffff; } /*--- end disqus css --*/
I haven’t actually tried that, but in theory I think it should work.
Forum: Fixing WordPress
In reply to: Upgrade automatically with sub directoriesIt could be a server issue. Except I have blogs on two different servers with two different hosts and setups. I’d be glad to look into it more if I knew what to ask for.
Forum: Fixing WordPress
In reply to: Corrupt database? – page not loading past headerThanks. I think we finally figured out that its an issue with a plugin – one of the Tweetback or Tweetthis plugins.
It was apparently creating a persistent connection to SQL.
Suddenly my pages are blazing fast! Dang those plugins.Forum: Fixing WordPress
In reply to: [Plugin: Tweetbacks] missing ping/trackbacksI don’t think I’ve changed anything but it may have been changed in the theme itself. I haven’t played around with it much to look.
Forum: Fixing WordPress
In reply to: Unwanted link in link/blogroll listI’m having a similar issue with somethingbeautifulpodcast.com
The links showed up today and added 5 links into a blogroll category. I deleted them all – but one keeps coming back.
Forum: Fixing WordPress
In reply to: ShareThis busts layout in Google ChromeIt may very well be a coding issue on my page – just noticed that my wife’s blog at https://www.casadeblundell.com/laurie does not run into the same problem. ??
Forum: Fixing WordPress
In reply to: Cannot view my site after trying to upload a plugin – help!hopefully you’ve already fixed this but i would deactivate the plugin.
login (www.yoururlhere.com/wp-admin)- go to your plugins menu and click deactivateForum: Fixing WordPress
In reply to: display image based on page-idtried getting this to work. no luck so far. the suggestion makes sense but something must be missing.
it builds the block like i want but won’t show the background color or the image.Forum: Fixing WordPress
In reply to: display image based on page-idnot a bad idea – i’m wondering if IE would botch it up though ?? would there be a way to make it a regular image and not a background.
either way I’ll have to give it a go and see what I can get when I get home.
i’ll let you know. thanks
Forum: Themes and Templates
In reply to: changed permissions but still cannot edit stylesheet?i’m hitting the same wall – what was wrong.
Forum: Plugins
In reply to: Specific URL/redirect?I guess I’m missing something.
I’m trying this in the 2nd box on the options page (Path pairs to redirect from and to)https://www.encounterthis.com/new2008/band https://www.encounterthis.com/new2008/?page_id=13
(there’s a space between the two urls)