-
AuthorPosts
-
April 28, 2019 at 10:07 am #1095015
I can’t seem to change the publication date of a post once it has been published. Am I missing something?
ThanksApril 30, 2019 at 7:39 am #1095629Hey hbourdillon,
I can see that it is possible to edit the post just fine. Not sure where your issue is located.
Best regards,
BasilisApril 30, 2019 at 8:31 am #1095657I wish to edit the date of publication….
When I try and click on “Publish” to change the date, nothing happens…
When I click on “Visibility” to change that, nothing happens…
Best wishes
Helena- This reply was modified 5 years, 6 months ago by hbourdillon.
April 30, 2019 at 2:01 pm #1095762I have also experienced this issue since updating to 4.5.6. When editing a page (posts are working fine), clicking on the date or visibility links no longer invokes the popover. This is happening on our live site, dev site and a fresh local WordPress install with the latest Enfold theme. I have also tried various browsers too and the result is the same.
As a workaround, we can make the page a draft, then immediately publish again and use the drop down to change the values (as they are not displayed in a popover).
May 2, 2019 at 1:12 pm #1096458Hi,
What editor are you using?
I cannot reproduce it on my install. Both classic editor (enabled with theme option) and block editor open a popup to change the publish date.
Can you try to disable all plugins, clear server and browser cache and try again?.
Best regards,
GünterMay 2, 2019 at 1:38 pm #1096467Hi Günter, for me, the problem only seems to occur when using the Advanced Layout Builder editor on both Posts and Pages. When switching back to the default block editor, the popovers appear as usual. I initially thought the problem was just Pages, but our Posts use the block editor which is why they were fine.
On my localhost install, there are no plugins activated and clearing the cache hasn’t helped. I have WordPress 5.1.1 installed, using Enfold 4.5.6.
- This reply was modified 5 years, 6 months ago by sspmarketing.
May 5, 2019 at 10:35 am #1097379Hi,
Are you using the classic editor plugin?
There is a beta feature in Enfold (add to functions.php of the child theme or parent theme):
add_theme_support( 'avia_gutenberg_post_type_support' );
If you choose in Enfold Options Page -> Theme Options Tab – Select Your Editor: Use WP Classic Editor you can select for each page/post which editor to use.
Deactivate the classic editor plugin.
Maybe this solves your problem.
Best regards,
GünterMay 7, 2019 at 4:03 pm #1098113Hi, I can confirm we are not using the classic editor plugin. As before, the problem is only occurring when the page uses Enfold’s Advanced Layout Builder.
May 7, 2019 at 5:15 pm #1098136Hi,
Please try to deactivate all plugins and check.
Clear server and browser cache and use a private window to force loading of js files.
I cannot reproduce it on my install.
Best regards,
GünterMay 7, 2019 at 5:36 pm #1098139I have deactivated all plugins, cleared the server and browser cache and have used a private window to force loading of js files.
The problem still persists.
I am using Advanced Layout Builder for my posts.
Best wishes
HelenaMay 7, 2019 at 5:51 pm #1098147Hi,
Can you check your login credentials please? I cannot access your backend.
Best regards,
GünterMay 14, 2019 at 12:29 pm #1100499Hi, I have the same issue than hbourdillon. It’s impossible for me to change the visibility status when using the Advanced layout builder. The link doesn’t work. Yet, it works with the classic editor.
May 14, 2019 at 1:17 pm #1100523Hi,
You can try the following:
In functions.php of the child theme (or parent theme) at the bottom add:
add_theme_support( 'avia_gutenberg_post_type_support' );
(Re)load Dahboard -> Enfold Options Page -> Tab Theme Options -> “Select Your Editor”
Choose “Classic Editor”.When opening a page/post you now can select which editor you want to use for editing.
When using ALB open it with classic editor.Best regards,
GünterMay 14, 2019 at 3:08 pm #1100588All Right. That works well. Thank you !
May 14, 2019 at 3:32 pm #1100617May 14, 2019 at 4:22 pm #1100654Thank you Günter, it is now working for me too.
May 14, 2019 at 4:26 pm #1100655Hi,
I found the bug:
Please replace enfold\config-gutenberg\css\avia_gutenberg.css
with
Do not forget to clear server and browser cache, disable Enfold CSS merging to force a rebuild of compressed files.
Keep a backup of the original file for a fallback.
If you need help let us know and we can do the update for you.
Best regards,
Günter -
AuthorPosts
- You must be logged in to reply to this topic.