This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Page Builder isn’t working in custom Theme

10 years ago · Last reply by Greg Priday 10 years ago

Hello,

I made a custom theme for my site. Sadly Page Builder won’t work with my custom one. It works on the default themes, so there can’t be any plugin conflicts.

On the “Kontakt” site there should be two rows both with a text and the second one with a google map. Neither the map nor the two rows are working. Any guess whats the problem? (As far as I know any other plugin i used works correctly.)

I really appreciate any help you can provide.

URL: http://h101431.server68.campusspeicher.de/index.php/kontakt/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Greg Priday Staff 10 years, 2 months ago

    Hi Gabriel

    Thanks for the wait. We’re busy catching up on our free support at the moment.

    All Page Builder needs to output is the_content filter.

    https://codex.wordpress.org/Function_Reference/the_content

    Can you check that your theme is using this? A common mistake is using something like this instead:

    global $post;
    echo $post->post_content;

    With this, there’s no way for Page Builder to add its content.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread