Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.
    #540576

    Hi 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,
    Rikard

    #541139

    I 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!

    #541389

    Hi,

    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,
    Rikard

    #541904

    I could not do that, but the web host got it going from back-up. I will look at the link again.

    #542007

    Hey!

    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!
    Basilis

    #542011

    What 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.
    #542188

    Hi,

    We would need login details in order to view the functions.php file, you can post the details in the Private Content section of your reply. Not sure where you are adding the code but please try at the very bottom of it.

    Regards,
    Rikard

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