Support Forum

Topic: developer

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

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…

Video inside Form Field Builder

developergeneral · By Marcel7M17 · 6 years ago · Reply by Alex S 6 years ago

Hello I’m currently writing a custom widget with a builder as form field. The problem I currently have is that the scripts from the video component (mediaelement) aren’t correctly loaded so the mediaelement controls are not displayed. Here is the…

Fullpage.js integration

developerpluginplugin-page-builder · By Violetta · 6 years ago · Reply by Andrew Misplon 6 years ago

Hi Andrew & Siteorigin, I was looking into whether it’s possible to integrate Fullpage.js with siteorigin, and came across this thread here: https://siteorigin.com/thread/integration-of-fullpage-js/ * Quick question re. adding this code you gave there: $(document).ready(function() { $(‘.panel-layout’).fullpage({ sectionSelector: .panel-grid’ }); });…

How to find root font-size for sizing in rem?

developergeneral · By Violetta · 6 years ago · Reply by Violetta 6 years ago

Hi there, I’m using Siteorigin and Corp theme, and having difficulty finding the root font-size so I can size text effectively in rem. All the javascript site origin adds to the site header rather obfuscates this… Any ideas? Thanks greatly.…