Hello,
Your block seems to forget its settings when you go back to edit a page.
We are using WordPress v6.7-beta3 with Twenty Twenty-Five theme.
To reproduce the issue …
Please advise.
Thank you,
Oliver
]]>I’m trying to add a countdown onto this page, but the style seems to be overridden by plain text. I saw a similar issue that was resolved, but the same solution doesn’t work for us, as the site is already configured for https in settings
]]>On every click on the “Individual Box Styling” Toggle in the “Style” Tab, the Countdown Block itself stops working and gives an error like so:
]]>Hello, I would like to submit a feature request. It would be nice to have an option to count the passed time since the selected date & time. Thank you in advance for considering such feature.
]]>I am using the Countdown block on my main page. On the editing side it shows how I design it but then it just shows as little text on the preview side. I have screenshots to show what I mean. It’s [Moderated: Redundant link removed]
]]>This countdown is good but I can only use it in the Gutenberg block editor. I can’t use it in widgets or other places with shortcodes. Could you please bring this facility? Thanks in advance.
]]>The countdown bock looks good in the back end.
But it what show up in the front is a simple code, without style.
like:
00Days
23Hours
21Minutes
38Seconds
Anyone can help?
]]>Hi there, I do like your countdown very much. However, every time when I activate your Block plugin, all Jetpack editing Blocks disappear. Meaning I can either add a countdown without access to ANY Jetpack Block or use Jetpack Blocks by deactivating your Plugin. Any ideas to solve that. I am happy to provide further informations. Best regards, Micha
]]>Everytime the Gutenberg editor page is refreshed, a new id is generated, causing a revision to be saved, and also a browser alert to popup if you try to navigate away from the page without making a change. See screenshot below.
This is great plugin. Well done! I hope you can get this small bug fixed.
]]>Hey!
The counter lead to vertical scrolling on devices smaller 550px. Or if it is added to a column also on bigger screens.
I think the layout for slim columns/views can be improved.
I created this hotfix for my current projekt:
.eb-countdown-items {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
grid-column-gap: 10px;
}
.eb-countdown-item {
width: auto !important;
margin: 0 !important;
}
.eb-countdown-item div {
display: grid;
align-content: space-evenly;
}
.eb-countdown-item .eb-countdown-digits {
font-size: 24px !important;
}
@media only screen and (min-width: 800px) {
.eb-countdown-item .eb-countdown-digits {
font-size: 48px !important;
}
}
Maybe you can create a even better version of the CSS to allow fully flexible block display.
Greeting
derRALF
This Countdown-Plugin is a mess.
Its not working properly at all.
If i make a countdown now (11pm) for tomorrow 7pm. It shows, it counts one day to much. But tomorrow, it will remove that additional day.
second error. One hour. If I want to put the countdown at 7:30pm MEZ +1, i have to use 6:30pm MEZ +1.
Sorry, but this Plugin has to be improved. At this moment not usable.
]]>