Tagged: 3.0, color section, masonry
Hey Martin!
Thank you for using Kriesi themes.
Could you please elaborate on this glitch. It would be great if you could point it out on the screen shot as well.
Best regards,
Arvish
Hi!
Thank you for the screenshot.
Please switch your advance layout builder to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
Edit the page again then copy the actual shortcodes below the builder. Place it on pastebin.com. We would like to check it on our installation.
Regards,
Ismael
Sure, here is the link to file: http://pastebin.com/MQ4Ueu7w
Thank you Ismael!