-
AuthorPosts
-
November 22, 2015 at 6:25 pm #540379
Hello – We created a widget to display an image with a link, in our header. As you can see, it’s pushing down into the body on all the pages. I did get it into the header by going into Enfold Child Theme Options/Header/Extra Elements and inserting my code there, but it bumped the header info down, and made it too tall. Can you take a look and give some advice? https://mauston.org/
Thanks,
Linda (Email address hidden if logged out)- This topic was modified 8 years, 12 months ago by Lynnr321.
November 23, 2015 at 9:09 am #540576Hi Lynn,
Not sure what’s going on there, did you following this guide? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Thanks,
RikardNovember 23, 2015 at 8:11 pm #541139I had not tried that. I just tried it and it totally broke the site. I can’t get into the back-end and I can’t view the website at all.
Help!November 24, 2015 at 9:36 am #541389Hi,
You must have done something wrong then, please try to download the theme again from Themeforest and replace the functions.php file with the freshly downloaded one via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Thanks,
RikardNovember 24, 2015 at 8:06 pm #541904I could not do that, but the web host got it going from back-up. I will look at the link again.
November 24, 2015 at 10:39 pm #542007Hey!
Great. Please do let usk now if it works.
Best idea is to upload the changes one by one, so you can be sure which is not working or maybe braking the site / code so we can also help you out and help you update the code that is not functioning properly.Cheers!
BasilisNovember 24, 2015 at 10:41 pm #542011What I did was add the following code to Theme Functions (functions.php). Should I instead add it to functions-v1-0.php?
Please look at my sight to make sure I am adding the correct code. http://www.mauston.org I want to put the “Town Guide” and image up in the header, to the left of “Mauston”. I think adding this to functions.php broke the site. I’m a little hesitant to add it again…add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}Thanks for your help.
- This reply was modified 8 years, 12 months ago by Lynnr321.
November 25, 2015 at 8:22 am #542188 -
AuthorPosts
- You must be logged in to reply to this topic.