parrothead
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirect Issue – Site Redirecting to PageAfter updating to 3.0.1, and later updates of plugins, all my existing page redirects broke because a trailing slash (/) had been appended to the links. Fixed them. Added a new page and had the front page redirection problem.
Solution:
In the Redirection plugin dashboard, I chose ‘groups’, then chose ‘edit group’ for ‘Modified Posts’ (the link is on the right end of the row). I disabled the group. I wasn’t using redirects for modified posts anyway. That seems to have fixed the problem.
Forum: Plugins
In reply to: [Ad-minister] [Plugin: Ad-minister] Problem with wordpress 3.0.1Not a fix, JonBishop. I got a ‘headers have already been sent’ error on login. Had to delete the plugin by FTP.
Good news though, I deleted another ad manager plugin I was trying at the same time (sorry i can’t remember which) then re-downloaded ad-minister and it works! At least so far…
Forum: Plugins
In reply to: [Ad-minister] [Plugin: Ad-minister] Problem with wordpress 3.0.1Thanks JonBishop,
The swap out fixed the original error. Hope there are no others.
The code to change is near line 103 in ad-minister.php after “//create a new one”
Forum: Fixing WordPress
In reply to: “Press This” ProblemsHere’s a partial fix. I replaced this part of the Press This javascript:
u='+e(l.href)+
with this:
u='+e(l.href.replace("https://",""))+
This deletes the https:// from the beginning of the URLs so the script works. It does NOT fix Press This for URLs that start with https:// or other prefixes.
Forum: Requests and Feedback
In reply to: 2.8 Great Update! Syntax highlighing, not so greatPlease accept my apologies for my last post.
I know the editor project is of value to a lot of folks, and many people like it as evidenced by posts in this forum. Unfortunately, for me it was like buying a new car and having the cruise moved from the steering wheel to its own stick below the wheel. It will just take some getting used to.
I’m using WordPress as a CMS and haven’t found any better. WordPress is a great thing. I always find myself modifying things and WordPress has been the best for easy configurations and code additions.
I hope in future versions I’ll be able to turn off the highlighting feature. I do that to all my text editors, its not a WordPress thing.