Problem with the new PageBuilder version

By stecco, 7 years ago. Last reply by stecco, 7 years ago
Hello, I’m rebuilding (I’m a beginner) my website , using WordPress (last version), Mantra Theme and Page Builder (2.4.10). After to have installed Page Builder last version, all the page are on 1 column; means that before many pages, using Page Builder, where on 2 or 3 columns; now, only 1. In other words, when…

Add meta name code

By choklad11, 7 years ago. Last reply by Alex S, 7 years ago
Hi. I would like to add a meta name line of code on the main page my website between tags and . I’m not sure how one does it, could you please help. Thanks Best regards D

Testimonial Rotator (Ultimate Addon)

By Caitlin Martella, 7 years ago. Last reply by Alex S, 7 years ago
Hi there. I have the Ultimate Add Ons for SiteOrigin and am using the Testimonials widget. I need to slow down the rotator speed, but I cannot find testimonials.php file, as most other forum information pointed to. Is there code I can slip into another area? Or can someone direct me to the testimonials.php file…

Bypass field sanitization

By Gavin Roberts, 7 years ago. Last reply by Gavin Roberts, 7 years ago
Hi all, When trying to create some custom widgets that take embed code from various websites, I’ve noticed that my content is sanitized before it even reaches my custom sanitizer. Is there a way to avoid this without adding the various tags/attributes to the allowed_html within WordPress?

Add dynamic JS to footer

By roya, 7 years ago. Last reply by roya, 7 years ago
Hi there, I am coding some custom widgets. Right now I am building a slider, which has settings like speed and number of slides visible at once. So these settings need to be written into a js in the footer of the website. I tried to use the wp_hook function sliderscripts() { global $sliderscript; return…

Register only one widget (So widgets bundle)

By micemade, 7 years ago. Last reply by Andrew Misplon, 7 years ago
Hi, I’m trying to register widgets following the guides from https://siteorigin.com/docs/widgets-bundle/getting-started/creating-a-widget/ when creating extension plugin for “Page Builder by SiteOrigin” and ” SiteOrigin Widgets Bundle”. I successfully registered one widget (my hero widget), but I cannot register more. My classes are unique, widget ID’s and names (in metadata header), as well as id and class…

Different logo

By PikStealth, 7 years ago. Last reply by Andrew Misplon, 7 years ago
Hi there I am using the North theme. I have been trying to get a different logo on one specific page by using if, else conditional statements along with the is_page(), in header.php. I’m stuck, with the block of PHP code that I have inserted into header.php I only manage to have the logo disappear…