Default layout on new post. Is it possible?

By Yari Bernardus, 8 years ago. Last reply by Andrew Misplon, 8 years ago
I want to create default page builder setting that automatically load upon adding a new post. And if possible with widgets inside them so that my client only have to edit those widgets. I do not want my client to use the clone option or what so ever. Is this possible? Kind regards, Yari Bernardus

Some widgets not let me out

By Mario Avila, 8 years ago. Last reply by Greg Priday, 8 years ago
Yesterday I was working normal today after the upgrade plugin Page Builder by SiteOrigin I can not leave the window of the widget in any way. I have to clarify that it is not for everyone, but if the majority, I hope I can help. A greeting.

add_theme_support bug

By Semih Memiş, 8 years ago. Last reply by Semih Memiş, 8 years ago
Hi, I can not activate PageBuilder editor on “mycustom” post type and not set “margin-bottom” in settings page with this code in functions.php. I’m using version 2.3.2 add_action( ‘after_setup_theme’, myfn ); function myfn(){ add_theme_support( ‘siteorigin-panels’, array( ‘tablet-layout’ => true, ‘tablet-width’ => 640, ‘margin-bottom’ => 0, ‘post-types’ => array( ‘post’, ‘paget’, ‘mycustom’ ), ) ); }…

Menu Scroll Down in the same page

By Victor Reyes, 8 years ago. Last reply by Andrew Misplon, 8 years ago
I have got vantage premium and i have a question; with this template is there any way to create a menu with anchors? i mean surf in the same page calling the anchors like in the following template Front Page Regards, Victor

Switching to and from classic WP editor

By Marc Tanne, 8 years ago. Last reply by Alex S, 8 years ago
Hi all, I am a web developer and I am having a problem finding the code powering the switch logic for the plugin switching between the classic and page builder interfaces. When switching back and forth, I want to add functionality to the plugin to make it recgonize generated content and restore it to it's…

Main menu location

By Kenan Bayramoglu, 8 years ago. Last reply by Alex S, 8 years ago
Hi, how can I get my main menu underneath my breadcrumbs. I don’t want the menu in my masthead. I want it between the breadcrumbs and the actual page-content. Thank you