• Resolved ranakamransl

    (@ranakamransl)


    Hello
    when i add the css code

    .mtphr-dnt-661 {
      font-size: 12px !important;
      color: #ffffff !important;
      line-height: 12px !important;
      background: #0A7787 !important;
      border: 2px solid #595959 !important;
      margin-bottom: 10px !important;
      padding: 10px 10px 10px 10px !important;
      -webkit-border-radius: 5px !important;
      -moz-border-radius: 5px !important;
      border-radius: 5px !important;
    }
    .mtphr-dnt-661  .mtphr-dnt-inline-title {
      font-size: 18px !important;
      line-height: 12px !important;
      font-weight: bold !important;
      color: #ffffff !important;
      padding-bottom: 0;
    }

    the ticker content stops showing up
    whats the issue?

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

    (@metaphorcreations)

    It’s hard to say without seeing your site. Can you provide a URL for me to check out?

    Thread Starter ranakamransl

    (@ranakamransl)

    here is the url https://webseowiz.com/condo/

    the ticker works only if i do not tick the inline title- when i click on inline title. the ticker stops showing ticks only titles shows up.

    i m using this css code below

    .mtphr-dnt-661 {
      font-size: 12px !important;
      color: #ffffff !important;
      line-height: 12px !important;
      background: #0A7787 !important;
      border: 2px solid #595959 !important;
      margin-bottom: 10px !important;
      padding: 10px 10px 10px 10px !important;
      -webkit-border-radius: 5px !important;
      -moz-border-radius: 5px !important;
      border-radius: 5px !important;
    
    .mtphr-dnt-661-inline-title {
      font-size: 12px !important;
      line-height: 12px !important;
      font-weight: bold !important;
      color: #ffffff !important;
      padding-bottom: 0;
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    • This reply was modified 7 years, 6 months ago by bdbrown.
    Plugin Author metaphorcreations

    (@metaphorcreations)

    Your theme is setting 100% width on all heading tags. You’ll need to override this for the ticker title using the following custom css:

    .mtphr-dnt-inline-title {
      width: auto !important;
    }

    Let me know if that resolves the issue or not.

    Thread Starter ranakamransl

    (@ranakamransl)

    added this width: auto !important;
    under the title css. still not working

    .mtphr-dnt-661  .mtphr-dnt-inline-title {
      width: auto !important;
      font-size:20px !important;
      line-height:12px !important;
      font-weight: bold !important;
      color: #ffffff !important;
      padding-bottom: 0;
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    this is total css with inline title checked inside the ticker settings

    • This reply was modified 7 years, 6 months ago by bdbrown.
    • This reply was modified 7 years, 6 months ago by bdbrown.
    Thread Starter ranakamransl

    (@ranakamransl)

    its working ?? thanks alot
    one more thing :

    .mtphr-dnt-661  .mtphr-dnt-inline-title {
      font-size:20px !important;
      line-height:12px !important;
      font-weight: bold !important;
      color: #ffffff !important;
      padding-bottom: 0;
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    i have added this code. still the title is showing black while i set the title to white with 18px size

    • This reply was modified 7 years, 6 months ago by bdbrown.
    Plugin Author metaphorcreations

    (@metaphorcreations)

    It is working for me when I view the page now.

    Thread Starter ranakamransl

    (@ranakamransl)

    if you can help in title issue as well which i posted i would be greatly thankful

    Plugin Author metaphorcreations

    (@metaphorcreations)

    Your css selector is wrong. You have “.mtphr-dnt-661-inline-title” (I can see this in your html source), but it should be “.mtphr-dnt-661 .mtphr-dnt-inline-title”.

    Thread Starter ranakamransl

    (@ranakamransl)

    i made the whole css and made it white.
    i just used this code

    }
    h1, h2, h3, h4, h5, h6 {
        color: #ffffff;
        margin-bottom: 0.5em;
        margin-top: 0;
        text-rendering: optimizespeed;
        width: 100%;
    }
    Thread Starter ranakamransl

    (@ranakamransl)

    Author is great ?? marking this thread as completed ??
    thanks a lot again

    Plugin Author metaphorcreations

    (@metaphorcreations)

    You’re welcome!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Ticker not working’ is closed to new replies.