Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    It looks like you have some styling issues on your site… some floated element that hasn’t been cleared.

    If you add the following css, the ticker should show up:

    #mtphr-dnt-3695 {
      clear: both;
    }

    But, I also see this javascript error on your site, which may break the ticker functionality: ReferenceError: jQuery is not defined default.include.0ddba9.js:2:1

    Run through this FAQ http://metaphorcreations.ticksy.com/faq/1483 and see if there is a specific plugin or theme that is causing this error.

    Thread Starter Taryn

    (@ladytike)

    Great – thank you! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working on Firefox or IE’ is closed to new replies.