Tagged: arrow, color section
-
AuthorPosts
-
October 25, 2014 at 4:42 pm #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 :)
October 27, 2014 at 9:05 am #341372Hey 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,
IsmaelOctober 27, 2014 at 9:21 am #341377Thanks 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 :)October 28, 2014 at 11:14 am #342135Hi!
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,
IsmaelOctober 28, 2014 at 12:14 pm #342166This reply has been marked as private.October 29, 2014 at 11:33 pm #343075Hi!
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,
IsmaelOctober 30, 2014 at 12:33 pm #343356Thanks for looking into it, the css works for now :)
Shortcode pasted to the pastebin below.October 30, 2014 at 12:34 pm #343358This reply has been marked as private.November 1, 2014 at 6:04 am #344485 -
AuthorPosts
- You must be logged in to reply to this topic.