Just an update, i added the debug code and i am not able to see the builder again
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
add_theme_support('avia_template_builder_custom_css');
I know i have posted the issue just a few hours ago but this is very important right now.
I have launched a new product and need to update my site as soon as possible.
Hi Devin, i do understand what you are trying to say here, but recently i have got to know that we can override default bbPress and WooCommerce styles by adding them to our theme.
Isn`t it possible to add custom styles for them to get this fixed?
Hi Devin, sorry for so late reply, i thought no one is answering to these tickets. Maybe you should enable subscription to topics.
Anyways, i was using bbpress shortcode for showing forums index on a page built with layout builder. I was using a text block to place the shortcode but it broke the whole layout.