Support Forum

Topic: plugin-page-builder

Browse community answers for this topic or search for a specific issue.

Row of Images

pluginplugin-page-builderquestion · By Dan Kuehn · 6 years ago · Reply by Andrew Misplon 6 years ago

I’d like to make a row of images with different aspect ratios, each in its own SiteOrigin Editor widget, all come out to the same height. Here’s the page I’m working on. It’s a category page of posts, some with…

Live Editor not shown?

pluginplugin-page-builderquestion · By Ju-W · 6 years ago · Reply by Andrew Misplon 6 years ago

Hej everyone, i just got a second domain (http://www.studivt-ipu.de/) – theme is twenty seventeen (updated), installed wordpress and the page builder. Everything works fine, but there is no “live editor” button shown – not in the editor at the backend…

Layout slider with hero

pluginplugin-page-buildertechnical · By Jan Runhardt · 6 years ago · Reply by Andrew Misplon 6 years ago

Hello, I used a layout slider on www.waardenhuis.nl/testpagina. To add some text on a transparant image i user siteorigin hero. When the page opens the height of the slider is smaller than i want. After that all is ok. The…

How Can I use SiteOrigin inside my own custom plugin

developerpluginplugin-page-builder · By Sudhir Pandey · 7 years ago · Reply by Alex S 6 years ago

I have create my own plugin and in form I have used following code. $settings = array(‘editor_class’ => ‘wp-editor-area siteorigin-panels-data-field required’,’textarea_name’=>’description’); $description = (isset($resultRows->description))?$resultRows->description:”; wp_editor($description, ‘description’, $settings); How can I used SiteOrigin page builder inside my own plugin. Without custom…