Page Builder with custom theme is unstable, deletes page sections.

By Nicholas Kendall, 5 years ago. Last reply by Andrew Misplon, 5 years ago
We have a custom theme built with the Page Builder theme. Since the update to Gutenberg, even when using the the Classic Editor, we experience high volatility in the editing process. Our main page is designed as a single-column with multiple sections. Editing results in unpredictable behaviour and often data loss, to the point where…

Align text “center” only on mobile

By L, 5 years ago. Last reply by L, 5 years ago
I would like to have the sections of text on my page centered when viewed on mobile. I used the following code in custom CSS but it isn’t working: @media all and(max-width:767px) { .page-id-445 #panel-448-1-1-0 { text-align: center; } } Link: and would like the section starting with “Gepflegte…” to be center aligned. Could you…

Error with Calendarize It plugin

By paskalmtl, 5 years ago. Last reply by Alex S, 5 years ago
Hello, Seems to have an error in your code : Fatal error: Uncaught Error: Call to undefined method SiteOrigin_Widgets_Bundle::register_general_scripts() in /home/asltorgotf/www/wp-content/plugins/siteorigin-panels/compat/layout-block.php:79 Stack trace: #0 /home/asltorgotf/www/wp-includes/class-wp-hook.php(286): SiteOrigin_Panels_Compat_Layout_Block->enqueue_layout_block_editor_assets(‘post.php’) #1 /home/asltorgotf/www/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /home/asltorgotf/www/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/asltorgotf/www/wp-admin/admin-header.php(97): do_action(‘admin_enqueue_s…’, ‘post.php’) #4 /home/asltorgotf/www/wp-admin/edit-form-blocks.php(394): require_once(‘/home/asltorgot…’) #5 /home/asltorgotf/www/wp-admin/post.php(168): include(‘/home/asltorgot…’) #6 {main} thrown in /home/asltorgotf/www/wp-content/plugins/siteorigin-panels/compat/layout-block.php on line 79 Thanks

Move style in header

By Zeljko Bankovic, 5 years ago. Last reply by Alex S, 5 years ago
Hi, I have start to implement your plugin in my best selling theme (also planned to add it in all other themes) but there is a W3 validator problem – your CSS files are placed in the footer – it should be in the header. I can not move forward without this changes because my…