• Resolved jvmedia

    (@jvmedia)


    Let me just first say that we use this plugin on just about every site we do because we much prefer it to the competition. You’ve created a very easy to use, streamlined SEO plugin here.

    After quite a bit of time, we finally tracked a very oddball sort of bug down to All in One SEO. The bug is, if you happen to be in the Text view in Classic editor (which we are a lot as we’re developers) and go to add a link using the link option, it duplicates the link in the editor and front end. More of a general annoyance thing, but I know just from experience that the cause of weird little things like this can sometimes lead to other things or cause other errors, so just wanted to bring it to your attention.

    ETA
    I should add that we program all custom themes with a Foundation base and noticed the error after the latest update to the WP core, although still not sure if that had anything else to do with it.

    • This topic was modified 4 years, 10 months ago by jvmedia.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @jvmedia,

    Glad to hear you enjoy using our plugin!

    We are aware of this issue and will be shipping a fix for this in our next release which should be out soon. In the meanwhile you can deregister our script that is causing this by adding this code snippet to your theme’s functions.php file –

    add_action( 'wp_enqueue_editor', 'aioseop_dequeue_script', 9999999, 0 );
    
    function aioseop_dequeue_script() {
    	wp_dequeue_script( 'aioseop-link-attributes-classic-editor' );
    }

    – Arnaud

    When will this bug be fixed!?

    Plugin Support Steve M

    (@wpsmort)

    We expect to release this next week.

    Plugin Support Steve M

    (@wpsmort)

    We’ve just released v3.5.2 that fixes this problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Links Duplicating on Text tab’ is closed to new replies.