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
Thanks Tobias – I will try doing this at the weekend and let you know what happens.
Hi,
thanks, that would be great!
Best wishes,
Tobias
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
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!
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
Hi,
great to hear that this helped! 🙂
Best wishes,
Tobias