Support » Plugin: Ditty – Responsive News Tickers, Sliders, and Lists » Not showing up in Karma theme

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

    (@metaphorcreations)

    Can you please direct me to the page where it should be showing on your site? Are you using the shortcode or direct function input?

    Thread Starter wjweb

    (@wjweb)

    Hi,
    it should be on the homepage of http://www.linkandconnect.nl, just below the slider and above the 3 pictures below. The shortcode is placed there but it just doesn’t show up. If I have to add the code in php, where do i do it?

    Plugin Author metaphorcreations

    (@metaphorcreations)

    I think you may just need to add a font-size to your ticks. Currently you have everything set to font-size:100% by default. I believe this is causing issues because the News Ticker container is somewhat sized based on it’s content… and if your content is setting it’s font-size to based on the size of it’s container, everything ends up being 0 pixels.

    Try adding this to your css:

    .mtphr-dnt-tick,
    .mtphr-dnt-tick a {
      font-size: 14px;
    }

    Let me know if that changes anything.

    Thread Starter wjweb

    (@wjweb)

    Thanks for your reply! Unfortunately it didn’t do anything, the ticker is still invisible..

    Plugin Author metaphorcreations

    (@metaphorcreations)

    I am seeing it now when I go to your site. If you added the css in an external css file, it may have just needed some time to refresh.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not showing up in Karma theme’ is closed to new replies.