New Install - Not Working

I’ve just installed Page Builder and when I toggle the editor to use Page Builder, I see the interface, but none of the Templates when I click the Templates button, none of the Row Layouts show when I click that feature.

I deleted and reinstalled the plugin without any change in the issues.

Hi Brian,

Thanks for contacting us, apologies for the inconvenience! What theme are you using and would you be able to share a link so we can take a look?

Best,
Billy

Thanks for the lightning fast response! I’m ousting Genesis with the Agency Pro child theme. I want to use on inside pages for this site under development at - http://trophy.wpengine.com

Hi Brian, I believe this may be related directly to WP Engine. Have a look at this thread (http://forum.wpbeaverbuilder.com/support/q/unable-to-edit-pages-console-gives-js-error/) and give the suggestion Nicolas mentions a shot as I believe that may clear this right up. It sounds like you are experiencing the same thing. Let me know how it goes!

Best,
Billy

Thanks, Billy, I’ll take it up with WP-Engine! Great work on the Page Builder features and layouts!

Thanks Brian! Let me know how it goes and if we can be of assistance!

Best,
Billy

WPEngine said to add this plugin - https://gist.github.com/JPry/b1f6c55a5d5337557f97

The plugin needs to use the $pagenow variable … do you know the easiest way to find that value?

Hi Brian! In the plugin you linked, (once you’ve uploaded it to your server) try changing this line:

$heartbeat_allowed_pages[] = 'plugins.php';

to this:

$heartbeat_allowed_pages[] = 'index.php';

Let us know if that works for you. We’re actually planning an update that will fix this issue without the need for an additional plugin. So, worst case we’ll be able to have this all resolved on our next update. Sorry for all the trouble!

The page I want to use Page Builder on is not the home page, it’s http://trophy.wpengine.com/services/

That should still be okay. Give the code snippet I pasted a try. The index.php file gets hit any time a page is loaded on the front end of WordPress, so hopefully that will do the trick even though you’re working on the services page.

That didn’t work for me. When I click the “Page Builder” tab, the URL briefly changes to http://trophy.wpengine.com/?fl_builder&p=86 before resolving to http://trophy.wpengine.com/services/?fl_builder

Hi Brian,

My apologies for the issue! We’re going to release an update that checks for the availability of WP’s heartbeat API before trying to make use of it. It is used for an auxiliary feature (post locking) so disabling it won’t break anything.

The update won’t be out today, so for now, you can disable it by commenting out the following line in wp-content/plugins/fl-builder/js/fl-builder.js on line 196…

$(document).on(‘heartbeat-tick’, FLBuilder._lockPost);

Commenting it out should look like this…

//$(document).on(‘heartbeat-tick’, FLBuilder._lockPost);

Let me know if that doesn’t help.

Justin

Hi Justin,

That fix - to fl-builder.js - didn’t work for my install.

I’ve asked support at WPEngine for help in getting the global $pagenow variable for the page I’m most in need of working on today.

Can you try clearing your cache? The browser might be pulling in a cached copy of fl-builder.js. Let me know how that goes.

Justin

I cleared the cache and reset file permissions as well. I’ll do both again.

Thanks, Brian. If that doesn’t work, can you copy/paste any console errors you are getting?

“NetworkError: 404 Not Found - http://trophy.wpengine.com/wp-content/plugins/genesis-responsive-header/js/resize-header.js?ver=0.1
resize-…ver=0.1
TypeError: wp.heartbeat is undefined

wp.heartbeat.interval(30);

fl-buil…r=3.9.1 (line 66, col 12)

Any chance you can set me up with a temporary login?

[Content Hidden]