Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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?

    #760972

    Hey biklops,

    can you show us what you’re trying to achieve please? provide us a mockup/screenshot.

    Best regards,
    Andy

    #760980

    I’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”&gt;
    <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”&gt;

    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

    #762054

    Hi,

    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,
    Yigit

    #762183

    Thanks so much!

    #762621

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Move out of wrap_all?’ is closed to new replies.