Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #328743

    Hey guys,
    after the update to 3.0 I get this weird glitch / bug when using a color section and a masonry below it.

    Any ideas?

    #328757

    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

    #328800

    Hey Arvish,
    sure.

    The green part should be one color section with the background color red.
    Instead the red color is in the masonry (yellow outlines) as well. In addition, the masonry is not fullwidth as it should be.
    Thanks!
    Martin

    #329449

    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

    #329641

    Sure, here is the link to file: http://pastebin.com/MQ4Ueu7w

    Thank you Ismael!

    #330064

    Hey!

    Please remove the icon shortcode inside the 3rd code block in DAS IST INPIXELS section. Not sure why it’s breaking the layout. Removing the icon will fix the issue. For now, please insert an image in place of the icon.

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.