Adding a ticker to the top bar?

  • saraf

    #19340

    It unticked the Show Specific Posts button in the Slider pane when I activated 1.5.5. I activated my child theme and ticked it back in. So I guess the protocol is activate the latest version, then reactivate the child theme, right?

    Meanwhile, I now have the Advanced tab and managed to get the ticker into a space below the menu, so I’m guessing with some trial and error I can find the right action hook to get it into the top bar.

    Thanks once again!

    Sara

    Anonymous

    #19341

    You can try adding this to your custom css:

    #ticker {
    margin-top: -40px;
    margin-left: 100px;
    width: 610px;
    }

    But the styling is being called from your plugin. So, you might have to make the adjustments in the plugin css.

    But give mine a try first. You can always remove it if it doesn’t work.

Viewing 2 posts - 11 through 12 (of 12 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.