
-
AuthorPosts
-
March 25, 2022 at 3:04 am #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 areaThanks
Kerrin-
This topic was modified 3 years, 4 months ago by
printmateaustralia. Reason: update
March 25, 2022 at 7:01 pm #1346064Hi Kerrin,
Could you post a link to where we can see the results you are getting please?
Best regards,
RikardMarch 28, 2022 at 3:53 am #1346250March 28, 2022 at 1:03 pm #1346291Hi,
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,
IsmaelMarch 29, 2022 at 1:50 pm #1346432Hi Ismael,
I just added the code in the fuction.php file at the bottom.
Please see the link below.
Website link hereYou can see the “Hello” header widget is moved on the left side underneath the logo.
March 30, 2022 at 5:13 am #1346501Hi 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 -
This topic was modified 3 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.