Support Forum

Topic: plugin

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

layout problem

pluginplugin-siteorigin-csstechnical · By 唐慧詠 · 6 years ago · Reply by Andrew Misplon 6 years ago

Hi, my checkout page has layout problem problem page looks like: https://drive.google.com/file/d/1uB2ru5_-XcLbRlFd1CAe90Qj5xaTJjk1/view?usp=sharing It should looks like: https://drive.google.com/file/d/1PvFDmNllMpSe3Z_HLPSuYalHjyes0tZ3/view?usp=sharing I assume that it is because the yellow area see below link,does not have correct css setting. This area is made by a…

How Can I use SiteOrigin inside my own custom plugin

developerpluginplugin-page-builder · By Sudhir Pandey · 6 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…