Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1074438

    WP5.1
    PHP7.2
    ENFOLD 4.5.4

    Hi
    ——————————————————————–
    ISSUE 1
    I have a function

    $post   = get_post( 2323 );
    $output =  apply_filters( 'the_content', $post->post_content );

    This returns
    SELECT * FROMwp_postsWHEREID= '2323' post_content

    However this is the original post when it was first created.

    The latest version of the post content resides here:
    SELECT * FROMwp_postmetaWHEREpost_id= '2323' meta_id ='5662' meta_key ='aviaLayoutBuilderCleanData'

    Please explain:
    1. Why Enfolds is not updating the original post. This goes against native WordPress
    $content=apply_filters('the_content', get_post_field('post_content', $my_postid));

    2. If the post update is being saved in post_meta – How do I get the actual post_content and apply_filters() ?

    ——————————————————————–

    ISSUE 2
    Let’s say my post/page has 5 revisions
    When I click on 5 Revisions in the post/page sidebar it goes nowhere – there are no revisions
    The only other time I could review revisions is when I change the permalink and post title. The revision screen I was only presented with the post title difference to restore, it did not show any content differences. The pervious revision was 3 days old even though I had been updating all day.

    I also think this is related to ISSUE 1 above, in that the original post is not actually updated. ALB is saving to post_meta

    I look forward to your explanation.

    #1074557

    Hi,

    FIXED!

    All this was caused by the new WordPress Gutenberg Editor

    I gather ENFOLD is still not fully compatible after reading a few post on the subject

    For other people – the solution is to install Classic Editor by WordPress Contributors
    open each page/post and update!

    Kriesi, may be you could include a ENFOLD notification to users that the classic editor plugin is required until you resolve your compatibility issues

    cheers : )

    #1074599

    Hi,

    I’m glad you got this fixed. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘wp_posts the_content VS wp_postmeta meta_key='_aviaLayoutBuilderCleanData'’ is closed to new replies.