Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Baden

    (@baden03)

    This is currently not possible. The reason is that a month is not a fixed measure of time, but rather relative to WHICH months. Sorry.

    Thread Starter lolaliz

    (@lolaliz)

    I found what I needed. I found another widget that shows months AND deletes seconds at: https://shailan.com/wordpress/plugins/countdown/help/#time

    Plugin Author Baden

    (@baden03)

    awesome. we have downloaded the plugin and will look into adding this to a future version. thanks for the info!

    Hi, I really like this plugin but would prefer to countdown DAYS only. Is there an easy was to remove hours, minutes and seconds?
    Thanks in advance,
    Monika

    Plugin Author Baden

    (@baden03)

    Monika: how cozy are you with css? it is possible to ‘hide’ the hours, minutes and seconds by tweaking the css. However, this is not possible as an easy option in the current version.

    Hi Baden,

    We are back! We are currently on the trip that we need this plugin for. We would like the plugin to countup with DAYS only. Would you be able to tell me which lines in the 2.2.8 version to remove if I only want ‘days’ to be visible?

    Thanks
    Geoff

    Plugin Author Baden

    (@baden03)

    Which CSS style are you using?

    Hi there,

    Sorry for my ignorance, but I’m not too sure what you mean by ‘CSS style’. I am running the Suffusion wordpress theme if thats what you meant. If not, how do I find out the CSS style you are referring to?

    Thanks
    Geoff

    Plugin Author Baden

    (@baden03)

    Hey Geoff,
    The countdown comes in different styles, such as ‘Jedi’ and ‘Darth’. IF you want to only show the days, then we will need to edit the css to hide all the other elements. Therefore, it would be helpful to know which style needs to be edited. Also, you should always, always, always include a link to the page in question… helps answer most questions like this.

    Hi,

    The style we would like to use is the TIE-fighter.

    Here is a link to our site:

    https://travelsonsaddles.com/

    Thanks
    Geoff

    Plugin Author Baden

    (@baden03)

    Add the following to your theme’s style.css file:

    .TIE-fighter-hours_dash, .TIE-fighter-minutes_dash, .TIE-fighter-seconds_dash {
    	display: none;
    }

    If you want to adjust the width of the black bar—to say 50px for example—you will need to also add:

    .TIE-fighter-dashboard {
    	width: 50px !important;
    }

    Demo can be seen in the sidebar at: https://spacedonkey.de/

    Hi Baden,

    Do you have any plans to add Month Support? I would love to add months and delete seconds also. I gave a run at modifying the code, but…I’m a .Net guy with little php experience…I got lost.

    Thanks,

    Dave

    Plugin Author Baden

    (@baden03)

    Adding months are tricky, as a month is not a fixed number of days or weeks (thanks to Caesars Julian and Augustus… poor February)

    We know there is a way to do this, and it is on the wish-list… but it’s just not requested that often.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Plugin: T(-) Countdown] T Minus Countdown add month and delete seconds’ is closed to new replies.