Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1470036

    Hi,
    I want to make some changes to the header and lucky me, I found on the documentation a guide for those changes –

    I followed the instructions and didn’t miss anything.
    But for some reason, nothing happened. The header stayed the same.
    I even tried changing the menu through the theme options to the regular menu, I’ve tried to add the CSS code in the quick CSS and not to the CSS file in the child theme – but nothing fixed it.

    Also, the site is going to have 3 mirror sites in several languages, so I would like to have the secondary on the right side of the burger menu (which I’ll use as links to the other sub-domains)

    Can you please help me?

    Thank you
    Reut Rachel

    #1470500

    Hi,
    Just checking in. It’s been a week and no one seems to help me with your code.

    #1470673

    Hi,
    Thanks for your patience, the needed function code was not in your child theme functions.php, I added it for you:

    //--------------------------------
    
    // Header widget area
    
    //--------------------------------
    
    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( 'header' );
    }

    this was in the documentation here. Now it looks like this:
    Enfold Support 6525
    Please check.

    Best regards,
    Mike

    #1470762

    Hi Mike
    Thank you so much.

    2 things I would like to change –
    1. How can I move the menu to the right and the widget area to the left?
    2. I would like to show a language menu (already created, I wouldn’t mind it being the secondary menu if it’s simpler) beside the burger menu, on the left (and the search icon on the right as it is now). How can I do it?

    Thanks again for all the help

    Reut

    #1470849

    Hi,
    To move the menu to the right and the widget area to the left please try the css in our documentation for Widget Left, Logo center, Menu right

    Best regards,
    Mike

    #1470987

    Hi Mike,

    As I wrote in my feature request, I already did that.
    and the CSS written in that documentation was there before I approached you for help, and still there.
    Again, for some reason that I don’t know why, the code doesn’t work.

    So again –

    1. How can I move the menu to the right and the widget to the left?
    2. How can I move the secondary menu next to the menu on the left?

    Thank you

    #1470992

    Hi,
    Sorry I guess I miss read, clear your browser cache and check now
    Screen Shot 2024 11 10 at 6.14.07 AM
    As far as moving the secondary menu next to the menu on the left there is not a built-in way to do this, and on mobile it would be over the logo unless you make the logo and button much smaller. The secondary menu where it is now in the top bar is better and shows on mobile.

    Best regards,
    Mike

    #1471009

    Hi Mike

    Thank you so much, now it works.
    Regarding mobile, I would like all those changes to the header to be shown only on screens larger than 500 px.

    I understand what you are saying, and I agree, however, since I don’t want those changes to appear on mobile, I would like to move the secondary menu next to the menu on the left. How can I do that (with code of course since it is not a built-in option)

    One last thing if I can
    For some reason, there is a yellow large rectangle all over the content in the widget. You can see it also in your picture.
    How can I remove it?

    Thank you so much for all your help
    Reut

    #1471470

    Hi,
    Thank you for your patience, I adjusted, please clear your browser cache and check.

    Best regards,
    Mike

    #1471479

    Hi Mike,
    Thank you :)

    What about the other 2 things?

    1. I would like all those changes to the header to be shown only on screens larger than 500 px (and not on mobile)
    2. I would like to move the secondary menu next to the menu on the left. How can I do that (with code of course since it is not a built-in option)

    Thanks again
    Reut

    #1471485

    Hi,
    I believe that my adjustments addressed the changes to the header to be shown only on screens larger than 500px, please clear your cache.
    As previously posted, there is not a built-in way to do this.

    Best regards,
    Mike

    #1471491

    Hi Mike

    No, I’ve cleared my cache and checked to see the site with a clear and new mobile, and I can still see the changes on screens smaller than 500.

    As I previously posted, I know there is no built-in way to have the secondary menu on the left side of the burger menu. That is one of the reasons I opened this thread – I would like to do it with code.
    How can I do it?

    Reut

    #1471494

    Hi,
    Perhaps I don’t understand, I see this on mobile:
    Screen Shot 2024 11 17 at 8.39.39 AM
    and this on desktop:
    Screen Shot 2024 11 17 at 8.40.09 AM
    I don’t have a solution to move your secondary menu on the left side of the burger menu.

    Best regards,
    Mike

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