Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter justhere1319

    (@justmark1319)

    <?php
    /**
    * Plugin Name: Fix SmartCrawl LinkControl WP7
    */
    add_filter( 'script_loader_tag', function( $tag, $handle, $src ) {
    if ( strpos( $src, 'wds-link-format-button' ) !== false ) {
    return '';
    }
    return $tag;
    }, 10, 3 );

    This MU helps until official fix

    Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hello @justmark1319

    Thanks for the information. Our development team is aware of this issue, where links in the default Page Editor (Gutenberg) can’t be properly edited while SmartCrawl is active. They have worked on a fix and we are looking to release a new version of the plugin soon.

    Kind regards,
    Jair.

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @justmark1319,

    Thank you for sharing the temporary solution.

    The issue should be fixed in future versions, and and update will be posted in the changelog after the release.

    I’ll be marking this thread as resolved. Please feel free to reopen it, in case you have any questions.

    Best Regards,
    Dmytro

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

You must be logged in to reply to this topic.