Custom theme add_meta_boxes action seems to override “siteorigin_panels_metaboxes” metabox callback

If I delete the action from the theme everything works fine. The call to the theme meta boxes is in a class and the callback is added as follows: //add meta box action add action( 'add meta boxes', array($this, 'defaultMetaBoxes') ); add meta box( 'drowtheme breadcrumb', ( 'Options', 'drowtheme' ), array($this, 'metaboxCallback'), array('post', 'page'), 'side',…

Linking rows

Hi everyone, i have an design idea but not quite sure how to implement it, and would appreciate the help. I need to add link to entire rows, including all the content inside (text and pictures) and a hover effect to the same row like background color changes from white to light gray or something…