• Resolved bviadmin

    (@bviadmin)


    Hi there,

    since Vers. 3.4.3 there is an issue of duplicate links in Classic Editor.

    If a link is generated via the “Link” button in the classic editor, this generated link then appears twice in the editor.

    With previous version 3.4.2. this issue does not appear! So I will use the old version until the problem is solved.

    Here you can see an image of this issue.
    Bilder-Upload.eu - share DEINE Bilder

    Greetings
    Andy

    • This topic was modified 4 years, 7 months ago by bviadmin.
    • This topic was modified 4 years, 7 months ago by bviadmin.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter bviadmin

    (@bviadmin)

    Sorry! I just saw that this bug has already been reported.

    Greetings
    Andy

    Yes, I’m watching the problem too. The bug`s not fixed yet.

    Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @bviadmin, @sergeyspb

    We don’t have an ETA for our next release yet but in the meanwhile you should be able to disable our script by adding this code snippet at the bottom of 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' );
    }

    The script will be renamed in the next release of AIOSEO. This means that the snippet will effectively become useless when the fix for this is released so that you can continue to benefit from our added link options.

    Let me know if you have any questions.

    – Arnaud

    This issue is still not resolved. Not providing an ETA or some kind of rollback option isn’t making me happy. I’ve been using it for years and this is the first time I’ve seen this plugin have an issue that wasn’t fixed almost right away.

    Plugin Support Steve M

    (@wpsmort)

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Duplication of Links in Classic Editor’ is closed to new replies.