Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Moify header to include a widget #880541

    Actually a more pressing problem has arisen and I can open a different case if it is too divergent from what I originally asked. I am using a child theme so I can customize without affecting the original. Most of my pages are working except the news page. The page is displayed as from the original page. However, when I edit the page there are no elements there and the page is essentially void of objects. I saw a post saying that updating the plugins helped but I tried this and it didn’t. If you suggest a specific action please give me the details as I am new to WordPress and may not know the specific actions.

    in reply to: Moify header to include a widget #880493

    I left the functions.php file in tact in the original theme and added only the add_action to a functions.php file in the child theme. Seems to work. I have a widget in the header now but am still working to get it right. I put the css code to center the widget in the child theme style.css. However, when I put a content element in the widget it is not centered. I tried a custom html and a text element and both are not working well. Thanks for your help.

    in reply to: Moify header to include a widget #879962

    When I add the code you suggest to the functions.php file in my child theme I can no longer log in. The login page is blank.
    This is what I am adding to functions.php file:
    It is added at the very bottom of the file.

    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

Viewing 3 posts - 1 through 3 (of 3 total)