semrocc
Forum Replies Created
-
Thanks @stevejburge
That was exactly what was said last time this was reported, but eventually you did fix it.
There is no custom code being used, just a simple Gravity Forms submission that fills in basic fields on a new post in the admin.
Hope that helps, thanks
That appears to have fixed the problem… thanks for this!
I will wait for the official plugin to update our installs.
I noticed another post regarding the exact same problem I am experiencing.
(https://www.ads-software.com/support/topic/expiry-date-option-has-disappeared-from-the-sidebar/)
We are using the following plugin to show the classic editor:
// Disable Gutenberg editor add_filter('use_block_editor_for_post', '__return_false', 10); // Disable Gutenberg CSS from loading function wp_dequeue_gutenberg_styles() { wp_dequeue_style('wp-block-library'); wp_dequeue_style('wp-block-library-theme'); wp_dequeue_style('global-styles'); wp_dequeue_style('classic-theme-styles'); } add_action('wp_enqueue_scripts', 'wp_dequeue_gutenberg_styles', 100);
Whatever had caused this issue seems to have resolved itself as I can no long reproduce the problem and everything appears to be functioning as it should. I will report back if the problem reoccurs. Thanks
The problem occurred using the classic editor with only the English language.
Whatever had caused this issue seems to have resolved itself as I can no long reproduce the problem and everything appears to be functioning as it should. I will report back if the problem reoccurs.
The problem occurred on regular posts using the classic editor.
Sure…
I am experiencing the same thing – changing the time offset makes no difference. I had setup all our posts to (+1 month) which had been working until recent. Now every post defaults to the current date and time regardless of making any changes in the settings. Most likely happened in the latest update.
That’s unfortunate that you took away a key feature – especially because it was a feature that has always worked up until now.
Thank you
Thanks, working good in 3.0.2
I’m not seeing any errors – just that the dropdown breaks the div as can be seen in the image
Sorry, I’m not seeing a way to share a screenshot without using a third party service.
The sorting feature I was referring is found on the main edit page (wp-admin/edit.php) if that is helpful.
- This reply was modified 1 year, 9 months ago by semrocc.
You can see the break in the following thread:
https://github.com/publishpress/PublishPress-Future/issues/455
Thanks Riza, yes – still happening in 3.0.1
@netweblogic – just checking for any update on this.
Thanks!