• When using Beaver Builder’s new iFrame UI (in 2.7+), you see this when you open BB to edit

    I can see some BB compatibility code in
    inc/widgets/widgets-ultimate/inc/init.php

    I was able to resolve by changing it to this

    if ( FLBuilderModel::is_builder_active() || FLBuilderUIIFrame::is_iframe_request() ) {

    FLBuilderUIIFrame::is_iframe_request()

    Is a new function in BB 2.7+. So you’d need to check if that was available to avoid a problem with people using older versions.

    Another way to resolve is using CSS
    #widgets-ultimate-icons-picker {display: none;}

    • This topic was modified 1 year, 8 months ago by Jamie.
    • This topic was modified 1 year, 8 months ago by Jamie.
  • The topic ‘Conflict with Beaver Builder 2.7+’ is closed to new replies.