Support

Account

Home Forums Bug Reports Rev Slider Conflict

Helping

Rev Slider Conflict

  • The Revolution Slider appears on the ACF V6 Field Group Editor.

    This should likely be on Rev Slider to fix, but until they do you can add this code to your function.php file

    
    add_action('do_meta_boxes', 'remove_revolution_slider_meta_boxes', 999);
    function remove_revolution_slider_meta_boxes() {
      remove_meta_box('slider_revolution_metabox', 'acf-field-group', 'side');
    }
    
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.