Hey Barry,
Thanks for getting in touch!
What happens when you try launching the page builder? Do you get the builder interface, but can’t click on any of the items? Or can you not launch the builder at all?
If it’s the former, it’s usually caused by a 3rd party plugin conflict. Let’s have you go through the plugin deactivation route first, i.e., disable all plugins and test the Beaver Builder while reactivating each to determine if the issue is related to a 3rd party plugin.
Let us know how it goes!
Ben
Hi Ben
Thanks for your help – I have discovered it is a clash with the Plugin Posts in Page (I have now completely removed it.) – Which brings me to the reason I installed that in the first place.
What I am after is to be able to have just one categories posts show on my page. I did that by putting a shortcode from that plugin in a Beaver Builder text editor which worked apart from it stopped BB working.
Any suggestions please.
Barry
Hey Barry,
Are you referring to the plugin below?
https://wordpress.org/plugins/posts-in-page/
It hasn’t been updated in over a year. We’d love to check and see if there’s anything we can do, but chances are high that the plugin is no longer maintained. It’s not really recommended to use such plugins for security purposes.
Our premium version has a Posts module. This allows you to display a group of posts, pretty much like what an archive page does. You can also use its filter to show only certain posts, or posts with a certain category, author, or tag. If you haven’t yet, I’d suggest doing a demo of the premium version on our site so you can check all the feature it offers.
http://demo.wpbeaverbuilder.com/?new
The only other way to do it would be to create your own template for the page. You can use WP’s wp_query class. More info on the codex below.
https://codex.wordpress.org/Class_Reference/WP_Query
Hope this helps! 🙂
Ben