• Resolved akh1966

    (@akh1966)


    Hi Tobias,

    Many thanks for your great plugin. I am having a small problem at the moment.

    When I create a link in a cell using the “Insert link” option, it creates two identical links. I can correct this by deleting the first link, but obviously I am wondering what I am doing wrong.

    I have been using TablePress for a few years and never had this problem before. In the “Insert/edit link” box, I am entering the URL in the “URL” field, and the text in the “Link text” field.

    Please let me know if you need more info.

    Many thanks

    Andrew

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This sounds strange. I just tested this on a few of my test sites, but could not reproduce this issue. The “Insert Link” button only inserted the link HTML code once… Also, I have not received similar reports, so that I can only assume that something is interfering on your site. Can you therefore please try again after temporarily deactivating all other plugins and after switching to a WordPress default theme like Twenty Twenty? That way, we can find what’s causing this.

    Regards,
    Tobias

    Thread Starter akh1966

    (@akh1966)

    Thanks Tobias – I will try doing this at the weekend and let you know what happens.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks, that would be great!

    Best wishes,
    Tobias

    Thread Starter akh1966

    (@akh1966)

    Hi again,

    I deactivated all the plugins except TablePress. BEFORE I did this, the “Insert/edit link” box had these fields:

    Enter the destination URL

    URL
    Title
    Link Text
    Open link in a new tab
    Add rel=”nofollow” to link
    Add rel=”sponsored” to link

    Or link to existing content

    But now with all the other plugins deactivated, TablePress works fine (no double links) and just gives these fields (as it did until quire recently):

    Enter the destination URL

    URL
    Link Text
    Open link in a new tab

    Or link to existing content
    ….

    I tried reactivating the other plugins and I think it is All in One SEO Pack which changes the way TablePress is working.

    I hope that helps – please do let me know if you need any other info.

    Thanks

    Hey @akh1966, @tobiasbg

    I’m one of the devs of AIOSEO. You can blame this issue on us. 😉 We have been made aware of it and are working on a fix. It will be included in our next release.

    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.

    – Arnaud

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    @akh1966: Thanks for testing all this! It looks like you helped find that issue in the AIOSEO plugin 🙂

    @arnaudbroes: Thanks for being this helpful and for offering a solution! I really appreciate it!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Thread Starter akh1966

    (@akh1966)

    Hi

    @arnaudbroes: Many thanks also from me for your help – that’s great.

    @tobiasbg: Thanks for following up so quickly on my query etc, and for the great plugin. I will certainly follow that link and give the plugin top ratings.

    Best wishes

    Andrew

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    great to hear that this helped! 🙂

    Best wishes,
    Tobias

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

The topic ‘Insert link option creating two identical links’ is closed to new replies.