Viewing 5 replies - 1 through 5 (of 5 total)
  • I love this plugin! But I’m having the exact same problem:
    https://www.lifesongonline.org/dropspot/

    Any ideas?!

    Plugin Author Baden

    (@baden03)

    To fix your problem:
    1. install version 2.3.1 or newer
    2. under Dashboard > Settings > T(-) Control you will see a new setting ‘Force Load CSS’. Here you can select the style you are using
    3. save the settings and it should work.

    Awesome! That worked–Thank you. And thank you for building this plugin. I’ll be sure to rate it 5 stars and donate.

    I’m trying to combine html after the counter AND html to be revealed when the counter expires. I can get them to work individually but when I combine them I get a problem. I think it’s because one short code closes itself, while one has a separate closing tag. I’m simply trying to put an image below the counter and then replace it all with another image once the counter reaches zero. I combined these 2:

    [tminus t= "DD-MM-YYYY HH:MM:SS"]HTML to be displayed when the countdown reaches zero.[/tminus]

    AND

    [tminus t="2012-12-20" after="<p>...be with you.</p>"/]

    TO GET:

    [tminus t="05-04-2015 13:00:00" after="<img src="https://www.LifesongOnline.org/wp-content/uploads/2015/03/helicoper_egg_drop.png" width="100%" height="100%" />"/]<img src="https://www.LifesongOnline.org/wp-content/uploads/2013/09/location-reveal-image.png" width="100%" height="100%" />[/tminus]

    Any advice?

    Thread Starter pmkenny

    (@pmkenny)

    Thank you – this worked great.

    Plugin Author Baden

    (@baden03)

    Pay attention to the way you are using double quotes:
    You can not use double quotes for BOTH wrapping the attribute values AND the items inside the quotes. Use double quotes for one and single quotes for the other, like so:

    [tminus t="05-04-2015 13:00:00" after="<img src='https://www.LifesongOnline.org/wp-content/uploads/2015/03/helicoper_egg_drop.png' width='100%' height='100%' />"/]<img src="https://www.LifesongOnline.org/wp-content/uploads/2013/09/location-reveal-image.png" width="100%" height="100%" />[/tminus]
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No Styling’ is closed to new replies.