Tagged: footer
-
AuthorPosts
-
March 14, 2017 at 7:34 pm #760932
Hello Enfold!
I’m trying to place a couple of <canvas> elements into my site and I’m running into a little bit of an issue. I’d like to wrap everything BUT the footer in some kind of element so that I can target everything BUT the footer. Any idea how I might do this?
March 14, 2017 at 8:48 pm #760972Hey biklops,
can you show us what you’re trying to achieve please? provide us a mockup/screenshot.
Best regards,
AndyMarch 14, 2017 at 9:08 pm #760980I’m trying to achieve this:
<header id=”header” class=”all_colors header_color light_bg_color av_header_top av_logo_left av_main_nav_header av_menu_right av_slim av_header_sticky_disabled av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_tablet av_header_searchicon_disabled av_header_unstick_top_disabled av_minimal_header av_bottom_nav_disabled av_header_border_disabled” role=”banner” itemscope=”itemscope” itemtype=”https://schema.org/WPHeader”>
<div id=”main” class=”all_colors” data-scroll-offset=”0″>
<div id=”footer” class=”container_wrap footer_color”>
<footer id=”socket” class=”container_wrap socket_color” role=”contentinfo” itemscope=”itemscope” itemtype=”https://schema.org/WPFooter”>https://monosnap.com/file/U2YkmQWlrM7xITeZ8jOHcucmNxQnC9.png
My footer and footer socket no longer in #main.
I’m trying to do this so I can create a series of <canvas> drawings, with a different <canvas> wrapping #main than is wrapping #footer.
A video mockup of our work is here: https://cl.ly/3f0t0p2q3k1O
March 16, 2017 at 4:44 pm #762054Hi,
Please edit footer.php file in Appearance > Editor and find
<div class='container_wrap footer_color' id='footer'>
and change it to
</div><div class='container_wrap footer_color' id='footer'>
Best regards,
YigitMarch 16, 2017 at 8:40 pm #762183Thanks so much!
March 17, 2017 at 6:05 pm #762621Hi,
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Move out of wrap_all?’ is closed to new replies.