nmallory
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: unwanted URL redirectionDid you ever get this resolved? Seems like this is a frequently posted issue that no one responds to.
Forum: Installing WordPress
In reply to: Wrong PathDid you resolve this?
Forum: Fixing WordPress
In reply to: /wordpress/wp-login.php?redirect_to= itself ???Hmmm…This post doesn’t come up in searches and it won’t let me add tags. I hope no one minds the bump too much. I’m very perplexed.
Forum: Plugins
In reply to: [Plugin: Stray Random Quotes] Tagline quotes doesn’t work for meI seem to be having the same problem. I don’t think the documentation is up-to-date either. Maybe it’s the new upgrade to 2.8?
This looks like it might be a very versatile widget when working properly and I’d certainly be willing to support it if it gets fixed.
Oh, my new project/blog: https://alternative-me.com
(I’m still working on the design, set up and all…so no comments from the peanut galley on that…unless you’re going to make helpful suggestions. ?? )
Forum: Fixing WordPress
In reply to: html ascii code in blogtitle doesn’t work since 2.7.1 upgradeI’m not sure what changed in the internals between 2.7 and 2.7.1 but the difference is that Html name codes no longer work in that field; however Html number codes will work.
So, I converted
⊃
to `³’ and now I have my superscript 3.You can view special characters here: https://home.earthlink.net/~awinkelried/keyboard_shortcuts.html
Forum: Fixing WordPress
In reply to: Auto upgrade from 2.7 to 2.7.1 doesn’t workThe auto-update kept failing for me too on asmallorange.com. I ended up doing a manual upgrade.
Forum: Fixing WordPress
In reply to: 2.7 Dashboard: RSS Feed not loadingOK This definitely has something to do with the embedded WP rss functionality. I may not be familiar with the inner-workings of WP but I’ve looked at everything else and if the dashboard RSS doesn’t work and the widget RSS isn’t working, that seems like 1+1=2 to me.
Forum: Fixing WordPress
In reply to: 2.7 Dashboard: RSS Feed not loadingI don’t think that’s it. I deactivated everything but :
Akismet
Bad Behavior
del.icio.us for WordPress
Executable PHP widget
flickrRSS
My Custom Widgets
runPHPI still don’t have any dashboard feeds and the del.icio.us and flickr feeds in my sidebar (https://jlynne.exit-23.net) are coming up empty.
However, the deactivation of Google XML Sitemaps did correct the issue with the built-in auto-upgrade.
Other things I deactivated:
Amazon Reloaded for WordPress
Amazon Showcase
Angsuman’s Feed Copyrighter
Autorelated
Blog Copyright
commentluv
Contact Form ][
DashBar
Do Follow
Post-Plugin Library
Similar Posts
Simple Trackback Validation
Subscribe me
Subscribe To Comments
Tag Managing Thing
Tiny Link
TinyMCE Advanced
Trackback List
WP Super CacheForum: Fixing WordPress
In reply to: 2.7 Dashboard: RSS Feed not loadingI started another thread earlier — not only am I not getting any dashboard feed, my del.icio.us widget and flickr widget feeds have stopped working and I can no longer automatic update plugins. It all seems to have started yesterday. I have cleared my cache, I think.
Something has gone wonky.
Forum: Plugins
In reply to: [Plugin: Simple Tags] Tags disappear from the editing areaI have this same issue after updating to the new simple tags version and I don’t have Adblock Plus.
Forum: Fixing WordPress
In reply to: Error MessageI get this error randomly when the index.php or a single post page is loading. I also never got this error until after upgrading to 2.3.
It’s on https://jlynne.exit-23.net
Forum: Themes and Templates
In reply to: Hemingway and Prev/Next-links to index-pagesDid you find a solution for this? I tried to implement this last night myself and ran into the same issue.
Forum: Installing WordPress
In reply to: 403 Forbidden Error for Upgrade.phpNever mind. It suddenly got past that. Now I have to figure out why the index.php is completely blank.
Forum: Fixing WordPress
In reply to: Adding Parent Category RetroactivelyThis SQL code should have worked, but it for some reason, I get an old SQL error about trying to insert from the selected table.
I guess I have to give up and do it manually.
Forum: Fixing WordPress
In reply to: Adding Parent Category RetroactivelyHow about this? Would this do it?
INSERT INTO 'wp_post2cat' (post_id, category_id)
VALUES ((SELECT post_id FROM 'wp_post2cat' WHERE 'category_id' = '29') ,'51')29 = child id
51 = new parent id