page builder background image jump/stretch

By jstevens, 7 years ago
I have a row that has a background image set to cover (design) and full width (layout). The issue I have is it loads within the container then a spilt-second later seems to jump/stretch the full width. I have also tried full width stretched and seems to do the same thing. Is there anyway to…

alignment problem after update in siteorigin page builder plugin

By astropri, 7 years ago
hi, can any one help, im facing a technical problem after updating the siteorigin page builder plugin… the alignment is going up and down, plz check the sample image of alignment problem – http://www.findurfateinstitute.com/wp-content/uploads/2017/03/capture-alignment-problem.png and original view of layout image – http://www.findurfateinstitute.com/wp-content/uploads/2017/03/capture-original-look-of-layout.png plz help for this situation. thank regards P.S

pagination with siteorigin posts loop

By michel lompret, 7 years ago
I discover the post selector but I have one question how do you add a pagination to the post args. I try with $processed query = siteorigin widget post selector process query( $post selector pseudo query ); $paged = ). get query var( 'paged' ) : 1; $processed query = $paged; $query result = new…

Show the hidden masthead when scrolling page

By Vidit Goyal, 7 years ago
Hello SiteOrigin Team, I am using North theme, I would like to know how to do the following : I have hidden the masthead, now I would like it to be visible after I have scrolled a 100vh and keepitfixed and when i scroll back to the top to hide the masthead.

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',…