• Resolved King Ding

    (@dazzerr)


    Hey Andrew! Thanks for this simple and effective plugin! Unfortunately however, it is static on my banner 🙁 It works in the backend through the plugins panel, but for some reason not on the front end.

    Could it be a javascript issue? Something to do with no java in the footer? I havent a clue. Any guidance would be appreciated thanks!

    I’m using shortcode: [fergcorp_cdt_single date=”Wed, 31 Oct 2018 23:59:59 AEST”]

    Also do you have any clues on the CSS I would use to remove the underline?

    I thought I could use:

    .wpfront-notification-bar .fergcorp_countdownTimer_event_time {
        border: none;
    }

    or

    .fergcorp_countdownTimer_event_time {
        border: none;
    }

    but it doesn’t do me any favours :/

    Thanks,

    – D

    • This topic was modified 6 years, 6 months ago by King Ding.
    • This topic was modified 6 years, 6 months ago by King Ding.
    • This topic was modified 6 years, 6 months ago by King Ding.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author fergbrain

    (@fergbrain)

    @dazzerr: It’s likely an issue with the theme you’re using. If the theme doesn’t call wp_footer, then the JS can’t be added.

    With regards to the underline, you need to use:

    .fergcorp_countdownTimer_event_time {
        border-bottom: none;
        text-decoration: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Time is static’ is closed to new replies.