Forums

[Plugin: Countdown Timer] Image as a bullet before each item (3 posts)

  1. darrellosborn
    Member
    Posted 1 year ago #

    I am trying to get a .gif image to show as a bullet for each countdown item. I've tried everything I can think of but it does not show up.

    I tried what I thought was the most obvious solution in putting the following in the Display Format Prefix

    <li><img src="/images/icon_countdown.gif">
    but no joy. Any suggestions?

  2. fergbrain
    Member
    Posted 1 year ago #

    Get the programmer to fix the bug. Oh wait, that'd be me. The data isn't being escape when it's printed to the screen. In short, it's an issue on my side. I've added it to the bug/todo list: http://plugins.trac.wordpress.org/ticket/892

    FWIW, when the bug does get ironed out, I'd also recommend the following code instead:
    <li style="list-style-image: url(/images/icon_countdown.gif)">
    that code will use the image as your bullet.

  3. darrellosborn
    Member
    Posted 1 year ago #

    I tried just that style sheet code first, but it didn't like it. Oddly enough I stumbled onto a way to make the code in my post work by eliminating the "'s altogether. Works on darrellosborn.com

    <li><img src=wp-content/themes/revolution_blog_split-10/images/icon_countdown.gif>

Topic Closed

This topic has been closed to new replies.

About this Topic