Search bar in page-wrapper?

By Ibraheem, 6 years ago. Last reply by Alex S, 6 years ago
Hi all, Hoping someone can shed some light on a very strange problem I am having in the Vantage theme. You can see the development server here: http://dev.ikdot.com/ For some inexplicable reason, I am getting a search bar within page-wrapper. I’m not sure if this is being auto-generated by some PHP in the parent theme…

custom widget won’t work

By Mathis Hüttl, 6 years ago. Last reply by Alex S, 6 years ago
Hello, I wanted to add a custom widget to the PageBuilder and found this tutorial: https://siteorigin.com/docs/widgets-bundle/getting-started/creating-a-widget/ I followed the instructions, but i don’t know what you mean with Once you’ve done this, you’ll see your widget in the Plugins > SiteOrigin Widgets list, it can be activated and deactivated My Steps: I created a Folder…

CSS in head on front page

By René Kostka, 6 years ago. Last reply by Alex S, 6 years ago
Hi, I’m trying to create my own frontpage using a child theme. I’m displaying the content of all my pages on the frontpage. The issue is there’s no page builder CSS generated in HTML head section (as it usually is on normal pages). Is there any way to make it work?

PageBuilder not working

By Piotr Szcześniak, 6 years ago. Last reply by Alex S, 6 years ago
Hi, I don’t know why but my PageBuilder in SiteOrigin (free) is not working. I have all pages and posts built using the builder but from a about 2 weeks it has stopped working. My website is www.bumperball.pl. It happens to existing pages and new ones I want to create. I open a PageBuilder, add…

checkout/pay now button not working with theme

By derekallied, 6 years ago. Last reply by Alex S, 6 years ago
I have a merchant who is using our payment plugin, but with this theme my plugin is not redirecting to our checkout page. My module that works has the following code: return ‘ ’.__(‘Cancel order & restore cart’, ‘aw’).’ ‘; } /** * Process the payment and return the result **/ function process_payment($order_id){ $order =…

Mobile Nav JS

By Ibraheem, 6 years ago. Last reply by Ibraheem, 6 years ago
Hi, Long-time lurker here. Can I just start off by saying that I absolutely love what you guys are doing with your Page Builder and Vantage; in my humble opinion, the combination of the two provides the best starting point currently available to devs for custom-built websites using child themes. The code base is very…

I want to disable post revisions. Having some issues .

By alexander biscajin, 6 years ago. Last reply by alexander biscajin, 6 years ago
I have use this code exactly same from the tutorial i have seen https://www.wpblog.com/disable-limit-wordpress-post-revisions/ but still having some issues as it’s not working properly or might be i am doing something wrong. Can anyone help me to disable the post revisions ?