I have an issue in managing archive and taxonomy pages
I have create :
a custom post type
a taxonomy for this custom post type
a custom menu with the item of this taxonomy
a page with beaver builder with this custom menu inside
When i click on a link of this menu i am redirect to a page that i can’t edit with beaver builder.
So if i have well understand beaver builder can only manage single posts and pages.
So i have to create a page for each category of my custom post type and insert with a custom module the list of the post of this category ?
Are you trying to edit the archive page of a taxonomy? If so, BB can’t do that, unfortunately. Yes, you’ll have create a page for each and use either the Posts module or your custom module.
Or are you trying to use BB on your CPT but you can’t? You’ll need to enable the page builder on that CPT under Settings > Page Builder > Post Types.
I will reproduce my html code in taxonomy-(cpt_taxonomyname).php
But i would like to reproduce the code of beaver builder for 2 column to manage the responsive design.
How i can load beaver builder style for a non beaverbuilder page.
I don’t think that’s possible. The styling from the page builder is being loaded dynamically. Are you using the BB theme? If so, you can use the Bootstrap classes to handle that.