Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #340977

    When I place two color sections on one page, the last section comes with an arrow both below _and above_ the section. Could you see if you can figure out what’s causing this to happen?

    To clarify; I want the arrow on the bottom, but not the buggy one at the top :)

    #341372

    Hey frofjeld!

    Thank you for using Enfold.

    Please edit the first color section then look for the Section Bottom Border Styling. Select “No border Styling”.

    Regards,
    Ismael

    #341377

    Thanks for the feedback, Ismael.
    I think I didn’t communicate the problem very well, though. I want the small arrow on both color sections, but when I edit both sections to display the arrow, an arrow just above the last color section appears. I.e. the last color section displays an arrow both above and below. Check out the link in the private data and go down to the last color section to see what i mean :)

    #342135

    Hi!

    Thank you for the update.

    I can’t reproduce the issue on my end. I added two color sections then set the Section Bottom Border Styling to display an arrow. Please post the login details here. We would like to check it.

    Best regards,
    Ismael

    #342166
    This reply has been marked as private.
    #343075

    Hi!

    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";
    }

    You will be able to see the actual shortcode below the builder. Copy the shortcodes then post it on pastebin.com. I would like to use the template on my installation. The after_section_1 container is a bit persistent, not sure why. It should be removed when I added a new color section below. For the mean time, please add this on Quick CSS or custom.css to remove the color section issue:

    .page-id-4383 div#after_section_1 {
    display: none;
    }

    Regards,
    Ismael

    #343356

    Thanks for looking into it, the css works for now :)
    Shortcode pasted to the pastebin below.

    #343358
    This reply has been marked as private.
    #344485

    Hi!

    Thank you for the link. I tested the template on my installation and the section after the first one is not rendering additional arrows. Anyway, you can use the custom css for now. Let us know if the issue happen again on another page.

    Cheers!
    Ismael

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