• Hello,

    I am trying to replace the header with a WP-cirrus widget display.
    I have gone through the google pages but can’t really figure out those post which indirectly relate to this question so I am going to present it plain and simple here in case someone can at least point me in the right direction.

    I have a twenty eleven theme and I want to replace the whole section above the black Menu bar with one (possibly two or three) widgets.
    How do I go about doing that?

    In particular, a WP-cirrus ball or two and my .gif (jetpack image widget) in the middle.

    Thanks for suggestions.

    Cheers

Viewing 1 replies (of 1 total)
  • Thread Starter becomebecome

    (@becomebecome)

    Found this post on another Forum, but can’t quite figure out what it means…

    Thanks for the advice guys. I finally figured it out. I created a standard shortcode button and put it on the page, and used html to move it into position on the header. (Through the regular wordpress html page edit section, not within the ATO)

    For example, you have a header and then the text on your page. Put the shortcode inside this div:

    <div style="display: inline-block; margin-left: 600px; margin-top: -140px; position: absolute; ">
    [jbutton link="https://homepage.com/order-online" color=orange size="xlarge"]Order Online[/jbutton]
    </div>

    It will move the button 140 pixels above your main text container and 600 pixels from the left edge of the container.

    If you can guide me through it a little…

Viewing 1 replies (of 1 total)
  • The topic ‘WP-cirrus in the Header?’ is closed to new replies.