I click page builder but it does not show up

OK, here is the scoop. It was an NGINX configuration issue. Problem solved. BB works great. And FATS! Thanks all for your help. It was Matt Williams that solved it.

Here is the exact answer for others that may experience this:

in the vHost config, you have to make a change from:

try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php;

TO -

try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php?$query_string;

with the ( ?$query_string; ) at the end solved the issue :=)

I had to do that in the virtual.conf and vhost.conf to get it to work right.

Hey Dave,

Thanks for the follow up! Matt ended up posting on the .org forums and had me do some testing. I’m glad to hear that he figured it out! Let me know if you run into anything else.

Justin

My pleasure Justin! I am just hoping that someone else can benefit from our experience. NGINX is becoming a very big player in the WordPress community.

Dave