Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1121349

    Hello,
    I want to add a widget area to the right of my logo in the header on this site: https://twinriverspt.net/
    I have tried the fix on this page but it added it under the menu. I would like it above please.

    Thanks,
    LF

    #1121470

    Hey liliaf,

    I can’t see a widget in the header on the site you linked to, we need to be able to inspect the element in question in order to give you accurate CSS.

    Best regards,
    Rikard

    #1122230

    Hi Rikard,
    I wasn’t able to add one to the header.
    This code added widgets to below the menu:
    /* ADD HEADER */
    add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    dynamic_sidebar( ‘meta-header’ );
    }
    I’d like to add one here: https://twinriverspt.net/
    as marked on the screengrab.
    header widget desired area
    Thanks,
    LF

    #1122290

    Hi,

    Thanks for the update. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1125325
    This reply has been marked as private.
    #1125532

    Hi,

    Thanks for that, I can’t see the code in your functions.php file though. Do you want us to add the widget area for you as well? Are we allowed to fill it with some dummy content in order to style it?

    Best regards,
    Rikard

    #1126337

    Hi Rikard,
    Yes, I think I took it down before you had a chance to get on there. No worries on the dummy content. I’ll give it a try when it’s done.
    Thanks,
    LF

    #1126411

    Hi,

    Thanks for that, I added the widget area and some content. Please review your site.

    Best regards,
    Rikard

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