Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • After 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.

    Not 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…

    Thanks 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”

    Here’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.

    Thread Starter parrothead

    (@parrothead)

    Please 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.

Viewing 5 replies - 1 through 5 (of 5 total)