Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I am learning about Page Builder and Vantage. Would the following be correct?
All elements on a web page are contained inside of widgets
Widgets are written in HTML and CSS
The source code for widgets is available and can be edited
New widgets can be created
Thank you
Hi Engine,
Preface: You can find the developer documentation here.
It really depends on what you mean by element. If you mean “everything you see on the page”, then no. Everything you add through SiteOrigin Page Builder (outside of rows and cells) are widgets.
Widgets are written in PHP and if the widget calls for it, JavaScript. HTML and CSS (and optionally LESS) are used for the widget templates and styling.
Yes. However, we would never recommend directly editing a widget and would instead recommend extending it.
Correct. For more information, please refer to this page.