• Resolved krut1

    (@krut1)


    Hey,

    thank you for such good plugin. We have a small problem. The previews are not be displayed if we change title or description. See screen here: https://ibb.co/6yQbW8k

    P.S. WP last version, WooCommerce last version, Multisite (the plugin is network wide active), in Browser-Console no errors.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @krut1

    I trust you’re doing well!

    Please click on the Refresh button as shown in this screenshot:
    https://monosnap.com/file/x3LDnW2j341qLA3YT23sU7XI8aV53K

    Let us know if this changing the description. If not, please let us know if after updating the page/post new description is shown.

    Please advise,

    Kind regards,
    Nastia

    Thread Starter krut1

    (@krut1)

    No it doesn’t work too. After page reload the preview is also default.

    Can it happen because we are using version “SmartCrawl Prо – 2.6.0”?

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @krut1

    I hope you’re well today!

    I tried to replicate it with the recent 2.6.1 release but it worked fine on my end.
    It’s always recommended, though, to keep plugins up to date as there are fixes implemented and even seemingly irrelevant fix might actually turn out to be related on some setups.

    The latest release includes some fixes related to “headers already sent” issues in “wp-admin” area so it does sound like might be related.

    Would you please update the plugin, clear all caches on site/server and try again? If it’s not helping, we’ll then investigate it further.

    Best regards,
    Adam

    Thread Starter krut1

    (@krut1)

    I have fount the problem. In one of my plugins was it:
    \wp_deregister_script( 'autosave' );

    And your plugin needs it:

    $this->register_js( self::POST_EDITOR_JS, 'js/build/wds-classic-editor.js', array(
    	'jquery',
    	'underscore',
    	'autosave',
    	'editor',
    ) );

    And so your all JS were not loaded.

    If you want, you can fix it ?? I have solved my problem ?? Thanks.

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @krut1

    I trust you’re doing well!

    Glad to see that you have fixed this issue. We could not replicate it from our end, so it must be specific to your set up. Nevertheless, I’ve forwarded it to our developers so they could review the code.

    I’ve marked this ticket as resolved for now. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Preview doesn’t work’ is closed to new replies.