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”?
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.
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