Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #472663

    Hi,

    I implemented a second logo using this method

    http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    I now want to add a third element using a widget to the header. How can I go about this?

    I tried implementing the following code under the code that I originally implemented in functions.php

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }

    However this did not work. I obviously changed ‘header’ to something else.

    Please advise,

    Gideon

    • This topic was modified 9 years, 4 months ago by Gwellins.
    #472910

    Hi Gwellins!

    You could add another widget to the header widget area maybe? We can help with styling once you have added it.

    Cheers!
    Rikard

    #473283

    Hi Rikard,

    Thanks for the response.

    I’ve added it as another widget to the same area as the 2nd logo.

    How can I align this one to the far right and ensure that it isn’t re-sized.

    http://dev.advancedparking.co.uk/w/car-park-management/

    Thanks,

    Gideon

    #473511

    Hey!

    I’m not sure what you’ve done there so I wanted to log in and have a look, but I can’t seem to find the correct login page?

    Regards,
    Rikard

    #473551

    Hi Rikard,

    Sure. Here are the details to log in.

    Kind regards,

    Gideon

    #474077

    Hi!

    Hm, seems to be an .htaccess password on that page as well? We would need details for that too please.

    Cheers!
    Rikard

    #474102

    Hi Rikard,

    Yes that was the first username and password I shared with you.

    Kind regards,

    Gideon

    #475728

    Hi!

    WP login details are not working for me. Please check and let us know.

    Regards,
    Andy

    #476066

    Hi Andy,

    Please try again, same credentials.

    Kind regards,

    Gideon

    #476321

    Hi!

    I get a 302/500 internal error after the .htaccess password, not sure what’s going on there?

    Cheers!
    Rikard

    #476331

    Hi Rikard,

    Sorry about that, was trying to debug something and caused issues. Should be good to go now.

    Kind regards,

    Gideon

    #476360

    Hi!

    Worked better now, thanks. I added some content to the widget since it was empty, try adding this to Quick CSS:

    #text-13 {
      top: 30px !important;
      left: 50% !important;
    }

    Best regards,
    Rikard

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