Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #480047

    Hi There,

    I am builing a website white enfold on this test server: http://demo-hosting.vpo.nl/?page_id=60
    (it gets an unsave massage somethimes but it is just a test enviroment)

    When I put a “color section” on the page, my left sidebare goes under it on the page.
    And when I put fullwidth button in it, my left sidebare disappears.
    When I put a fullwidth button in a column, the entire footer gets in the column.

    How can I put a full witdh element in, under the sitebare.

    I need a extra footer under my tekst, when above is not possible, how do I do this?
    A bit like the footer of this page: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
    You got a footer with 2 rows, how do I make this in enfold?
    It needs to end up looking a bit like the footer here: http://www.hetexpertisebureau.nl/index.php/het-expertisebureau

    Please your advice and thanks in andvance,
    Nadine Krijgh

    #480546

    Hi Nadinekrijgh!

    What you are experiencing with the sidebar is as expected, full width elements are just that, full width – they will span across the entire width or the screen. If you have selected to show a sidebar on the page in question it will display below the full width element. If you want to display something on the same level as the sidebar you can use the 1/1 layout element for instance.

    Best regards,
    Rikard

    #480578

    Oké Thanks Rikard, Would it be possible then to make 2 layers in the footer?
    Maybe with a widget or someting?

    Like here http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
    In the footer, where the envanto logo and community members are, is a different leven then where the social media icons are.
    Would something like that be possible with Enfold?

    Hope somebody has a sollution!

    Best regards, Nadine

    #481113

    Hey,

    You could get the look by adding a color section just above the footer and select the same background in it as in the footer.

    Regards,
    Rikard

    #481200

    Hi Rikard, thanks but that is not possible because then the side bar goes under the color section.

    #481329

    Hi!

    As a workaround, you can choose not to display sidebar on your page and use Advanced Layout Builder’s Widget Area element to display your widgets :)

    Best regards,
    Yigit

    #481355

    Hi Yigit,

    I tried that, but then the submenu doen not automatically gets there.
    I solved than with a widget, but then the submenu is automatically extended to show the submenu’s, all of them, and that does not look right.

    Regards,
    Nadine

    #481925

    Hi,

    Please try copying footer.php to your child theme folder and then add the following to your child theme’s functions.php:

    function before_footer(){
    	?>
    	<div class="container">
    		<h2>Content</h2>
    	</div>
    	<?php
    }
    add_action('ava_before_footer', 'before_footer');

    Thanks,
    Rikard

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