Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #556239

    So I found a code snippet in your docs that allows for the addition of a widget area in header. – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    I was wondering if this could be modified to let me add a widget to the top bar, above the menu/header. I am using a plug-in that allows me to use a dynamic login/logout shortcode and I would like to place it here.

    Let me know. Thanks!

    #556258

    Hey infusion-leadership!

    Go ahead and add it in and then send us a link to your page and we’ll give you some CSS to move it up there.

    Regards,
    Elliott

    #556652

    I’ve added the widget and also modified the PHP file per your documentation. You will see it’s stuck to the top left. When I added in Header Secondary Menu in the Enfold options and then try to nudge it up with ( top: -20px ) or something like that it just slides under the secondary menu. Tried to change the z-index but had no luck.

    Here is the link: http://infusionilead.wpengine.com/ (hosted on WPengine)

    #556706

    Hi!

    You can try adding following code to Quick CSS

    #header .widget {
        left: 8%;
    }

    Nice site by the way!

    Regards,
    Yigit

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