Forum Replies Created
-
AuthorPosts
-
March 29, 2025 at 5:06 pm in reply to: The countdown is not showing correct count. Possibly ignores DST. #15760
Aakash Chakravarthy
KeymasterHi Eugene,
Thanks for reporting this.
I’ll fix this in the next release of the plugin.For now, can you please make this change in the “plugin editor”?
1) Deactivate Announcer – PRO plugin.
2) Go to plugins –> Plugin editor
3) Selectannouncer-pro/includes/display.php
4) Delete lines 451-455 – Image
5) Paste below lines at line no. 451. Image$wp_timezone_string = get_option('timezone_string'); if (!$wp_timezone_string) { $wp_timezone_offset = get_option('gmt_offset'); $wp_timezone_string = timezone_name_from_abbr('', $wp_timezone_offset * 3600, 0); } if (!$wp_timezone_string) { $wp_timezone_string = 'UTC'; } $countdown_time = new DateTime($settings['cdt_countdown'], new DateTimeZone($wp_timezone_string)); $countdown_timestamp = $countdown_time->getTimestamp();
6) Save the file and activate the plugin.
Let me know if it works.
Thanks,
AakashAakash Chakravarthy
KeymasterHi Sayn,
You can paste the error here as a reply.
Since there are no known such critical failure, it could be some plugin conflict.
I’ll look at the errors and get back to you.
Thanks,
AakashAakash Chakravarthy
KeymasterHi Eugene,
Thanks for using Announcer plugin.
Can you please use the CSS below to reorder?.ancr-countdown-wrap { order: -1; }
Thanks,
AakashAakash Chakravarthy
KeymasterHi Rain,
There will be a “save button” at the bottom of the form when editing the UFW widget box.
May be some other plugin broke/hid it.
Can you please share a full screenshot?
Please upload it on https://imgur.com/ and share the link here.Thanks,
AakashAakash Chakravarthy
KeymasterHi Sayn,
Could you please let me if it is free/PRO?
If you are trying to activate PRO version, please ensure free version is deactivated.
Can you also please paste any error logs as seen in debug.log?
Thanks,
AakashAakash Chakravarthy
KeymasterHi Ruben,
Sorry for the late reply.
I see there is a container wrapped around the block. Is that expected? Can you please place the shortcode outside the container?
Please see the image below.
Thanks,
AakashAakash Chakravarthy
KeymasterHi Ruben,
Can you please share the page URl where that is seen?
Since shortcoder replaces the shortcode with the HTML content, the issue will happen even when you use HTML content directly instead of the shortcode.
I’ll try to look at your site’s layout and point out the reason.
Thanks,
AakashAakash Chakravarthy
KeymasterHi Stephen,
Sorry for the late reply.
I see that you have mentioned the plugin stopped working.
Can you please share details on the issue?
Please let me know if you are trying to activate the license on a new website using the existing key.Thanks,
AakashAakash Chakravarthy
KeymasterHi Anna,
Extremely sorry for the late reply.
I have removed the association of your website with the license key. You can now activate the key on your new website.Please let me know if you have any more questions or concerns.
Thanks,
AakashAakash Chakravarthy
KeymasterHi Karling,
Thanks for using Announcer plugin. I guess you are using the PRO version of the plugin.
To achieve this, you can use the below rule and set it’s value to 2.
Hope this helps 🙂
Thnaks,
AakashAakash Chakravarthy
KeymasterHi Jacques,
Thanks for using UFW plugin. I see that you have set the widget box width to 1000px and height to 863px.
I guess you figured out the configuration. Please let me know if you have further queries.
Thanks,
AakashAakash Chakravarthy
KeymasterHi Anna,
Can you please share the order ID for which the registration is made? I’ll manually deactivate the existing site.
Thanks,
AakashAakash Chakravarthy
KeymasterHi Ruben,
Thanks for using Shortcoder. It could be that the theme is overriding the background color on the page wherever the shortcode is inserted.
Since shortcoder does not manipulate the content, there is no way shortcoder can strip off the styles. If background color is the only style which is not working then it is definitely a theme styling/overiding issue. You can confirm this by adding other styles like font color, size etc.
If theme is overriding the style, then you need to inspect the style or check with the theme/plugin author and see how to reduce the specificity of the CSS style.
Hope this helps.
Thanks,
AakashAakash Chakravarthy
KeymasterHi Ryan,
It might be that the WP Rocket is showing you old cached page when the plugin is enabled.
Please clear the WP Rocket cache and check it out.
Announcer works in a very simple way. So when WP rocket caches the page, it should contain the announcer plugin working on it. This way the page will cache along with announcer.
If you notice the issue again, please see if you need to reconfigure WP Rocket settings. If issue persists, please send me the page URL where it is not seen.
Thanks,
AakashMarch 12, 2025 at 1:52 am in reply to: Change of repo owner on GitHub, now Git it Write doesn’t update changed files #15690Aakash Chakravarthy
KeymasterHi,
Thanks for using GIW. Is the new repo private? Can you please share the logs printed when you pull the changes manually?
Thanks,
Aakash -
AuthorPosts