Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1095015

    I can’t seem to change the publication date of a post once it has been published. Am I missing something?
    Thanks

    #1095629

    Hey hbourdillon,

    I can see that it is possible to edit the post just fine. Not sure where your issue is located.

    Best regards,
    Basilis

    #1095657

    I 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.
    #1095762

    I 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).

    #1096458

    Hi,

    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ünter

    #1096467

    Hi 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.
    #1097379

    Hi,

    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ünter

    #1098113

    Hi, 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.

    #1098136

    Hi,

    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ünter

    #1098139

    I 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
    Helena

    #1098147

    Hi,

    Can you check your login credentials please? I cannot access your backend.

    Best regards,
    Günter

    #1100499

    Hi, 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.

    #1100523

    Hi,

    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ünter

    #1100588

    All Right. That works well. Thank you !

    #1100617

    Hi,


    @cfourtune

    Glad it works for you now. Enjoy the theme and have a nice day.

    Best regards,
    Günter

    #1100654

    Thank you Günter, it is now working for me too.

    #1100655

    Hi,

    I found the bug:

    Please replace enfold\config-gutenberg\css\avia_gutenberg.css

    with

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_7/Gutenberg/avia_gutenberg.css

    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

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.