Hi,
I configured a number of meta boxes. In one of them i use the include / exclude method. In the other one I use the show / hide method. When i load the page in the admin that uses meta boxes with include / exclude, my browser crashes while it's trying to load the meta boxes which should actually be hidden with the show/hide plugin.
'id' => 'page_contact',
'title' => 'Gegevens',
'pages' => array( 'page' ),
'include' => array(
'slug' => array( 'contact' )
),
$meta_boxes[] = array(
'id' => 'page_area_slider',
'title' => 'Afbeeldingen',
'pages' => array( 'page' ),
'show' => array(
'template' => array( 'template/area.template.php' )
),
'fields' => array(