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…

Uploaded Image Size

By Fiesta, 6 years ago
Hi I’m trying to place images next to one another within two columns which are the same size. You can see on the following page that they are not aligned: Spain Tourist Attractions I’ve tried all the sizing options without success. Does this mean that my uploaded photos have to be exactly the same size…