• Resolved vedarmarq

    (@vedarmarq)


    We’ve had trouble with this plugin ignoring content using the classic editor. Beaver Builder is active on our site, but we don’t want to be forced to use it for all of our popups.

    There’s a line in WP_Popup->footer that checks for the existence of FLBuilderModel::is_builder_enabled but doesn’t call it. Adding the function call as another condition has fixed the issue for us, like so:

    ...
    if ( class_exists( 'FLBuilderModel' ) && method_exists( FLBuilderModel, 'is_builder_enabled' ) && FLBuilderModel::is_builder_enabled() ) {
    ...

    Can this be included as a fix in the next update?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author cornershop

    (@cornershop)

    @vedarmarq Thanks for figuring this out! I’ll let our project team know so they can include it in the next update.

    Plugin Author cornershop

    (@cornershop)

    Hi again! We will implement this code internally and run it through our QA process to ensure it works as expected, and we will include it in the next release if there are no issues.

    Hi @vedarmarq,

    v1.2.3 released a few months ago should have fixed this issue, can you confirm?

    Thanks!

    Thread Starter vedarmarq

    (@vedarmarq)

    Yes, it’s working wonderfully. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Classic editor content is being ignored’ is closed to new replies.