-
AuthorPosts
-
October 28, 2024 at 8:17 pm #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 RachelNovember 3, 2024 at 1:19 pm #1470500Hi,
Just checking in. It’s been a week and no one seems to help me with your code.November 5, 2024 at 5:31 pm #1470673Hi,
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:
Please check.Best regards,
MikeNovember 6, 2024 at 2:08 pm #1470762Hi 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
November 7, 2024 at 4:57 pm #1470849Hi,
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 rightBest regards,
MikeNovember 10, 2024 at 3:24 am #1470987Hi 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
November 10, 2024 at 12:20 pm #1470992Hi,
Sorry I guess I miss read, clear your browser cache and check now
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,
MikeNovember 10, 2024 at 3:19 pm #1471009Hi 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
ReutNovember 16, 2024 at 4:11 pm #1471470Hi,
Thank you for your patience, I adjusted, please clear your browser cache and check.Best regards,
MikeNovember 17, 2024 at 7:14 am #1471479Hi 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
ReutNovember 17, 2024 at 1:06 pm #1471485Hi,
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,
MikeNovember 17, 2024 at 2:33 pm #1471491Hi 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
November 17, 2024 at 2:43 pm #1471494 -
AuthorPosts
- You must be logged in to reply to this topic.