Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1345950

    Hi,

    I have followed this online instruction to my website enfold theme. The menu doesn’t center and the widget is not on the right. the website is showing the logo on the left, the menu on the right and the widget in the below the logo on the left side.

    see the below the instruction that I follow from kriesi.at.
    Example of Logo left, Menu center, Widget right
    and
    Adding a header widget area

    Thanks
    Kerrin

    #1346064

    Hi Kerrin,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1346250

    Hi Rikard,

    See below the website link:
    Website link

    one
    two
    three
    four

    #1346291

    Hi,

    Thank you for the inquiry.

    We cannot find the widget in the header. Did you add this code in the functions.php file?

    function avf_enfold_after_main_container() {
        dynamic_sidebar( 'header' );
    }
    add_action('ava_after_main_container', 'avf_enfold_after_main_container');
    

    This should insert the header widget area after the main menu container. While testing, you should disable the cache plugin and turn off css and js minification or compression settings.

    Best regards,
    Ismael

    #1346432

    Hi Ismael,

    I just added the code in the fuction.php file at the bottom.

    Please see the link below.
    Website link here

    You can see the “Hello” header widget is moved on the left side underneath the logo.

    #1346501

    Hi printmateaustralia,

    Looking at your screenshots, it seems you have replaced the content of style.css of your parent theme (Enfold) which would cause issues, there’s a condition posted above the instruction of what you must do and one of the instructions is to use a child theme: https://kriesi.at/documentation/enfold/header/#text-3 if you look at the screenshots in the documentation you’ll see that the selected theme is Enfold Child.
    Please re-install the Enfold theme again, so style.css will be fixed.
    Download the child theme here: https://kriesi.at/documentation/enfold/child-theme/ then follow the instructions written in the documentation.
    Once that is done, proceed to the instructions written in https://kriesi.at/documentation/enfold/header/#toggle-id-3 and that should resolve the issue.

    Best regards,
    Nikko

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