Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1046052
    JP
    Participant

    Hi

    I activated header widget and placed some text in it but i cannot see it appear.

    any ideas?

    thanks

    #1046054
    JP
    Participant
    This reply has been marked as private.
    #1046376
    John Ezra
    Member

    Hi there,

    Thanks for writing in! The header widget bar is collapsible, if you toggle the “+” plus button on the upper right hand corner you can see your widget and text there is working.

    If you want the header widgets to always be visible then use the following CSS. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-widgetbar.collapse {
    height: auto;
    display: block !important;
    }
    
    .masthead{
        margin-top: 150px;
    }
    
    a.x-btn-widgetbar.collapsed, a.x-btn-widgetbar {
        display:none;
    }

    Note: you will need to adjust the .masthead margin value depending on the size of your widgets to move the rest of the site below it. Currently it is set to just what you have there.

    Hope this helps – thanks!

    #1048836
    JP
    Participant

    Thanks. I didn’t realise this.

    If I want to add some links (My Account) on the right of the screen in the white space level with and opposite the logo how do i do this?

    cheers!

    #1049064
    Christian
    Moderator

    You will need to create or setup a menu. See codex.wordpress.org/WordPress_Menu_User_Guide for details.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1046052 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>