Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterHi Trenice,
Thanks for using announcer plugin.
I could not understand the issue/context you are facing. Can you please share more details ?
Any issue with upgrading WordPress itself ?
February 5, 2021 at 1:14 am in reply to: Announcer appears to be using universal time instead of my local time #8969Aakash
KeymasterOk.. thanks. The screenshots not displaying on your side is something I need to check. May be in your next post you can reply if this image is accessible to you – https://i.snipboard.io/ud8qJ9.jpg. Also can you please let me know your city ? Just to know if there are any restrictions for this URL.
Aakash
KeymasterExcellent ! Cheers !
February 5, 2021 at 1:00 am in reply to: Announcer appears to be using universal time instead of my local time #8965Aakash
Keymasterhmmm strange. I could see the image from side. Not sure if the image is blocked.. it should not happen.
So basically in file
announcer/public/js/script.js
at line number247
and248
var schedule_from = Date.parse(this.props.schedule_from) || (now - 1); var schedule_to = Date.parse(this.props.schedule_to) || (now + 1);
change it to
var schedule_from = Date.parse(this.props.schedule_from + 'T00:00:00') || (now - 1); var schedule_to = Date.parse(this.props.schedule_to + 'T00:00:00') || (now + 1);
Thanks,
AakashFebruary 5, 2021 at 12:50 am in reply to: Announcer appears to be using universal time instead of my local time #8962Aakash
KeymasterThe end result should be like in the screenshot above. Edit lines 247, 248 in script.js.
Correction – The file to clear cache for is this
/wp-content/plugins/announcer/public/js/script.js?ver=5.0
February 5, 2021 at 12:36 am in reply to: Announcer appears to be using universal time instead of my local time #8960Aakash
KeymasterMark,
Yes, the JS API was returning UTC instead of local time. I need to revisit this API.
For now can you please make this change ?
It should now check the date as per the user’s local time.Insert this
+ 'T00:00:00'
like highlighted below.After saving, clear your site cache by ctrl+f5 any WP Cache to see the latest changes.
/wp-content/plugins/announcer/public/css/style.css?ver=5.0
I’ll fix this in the next version of the plugin.
Thanks,
AakashFebruary 4, 2021 at 10:38 pm in reply to: Announcer appears to be using universal time instead of my local time #8958Aakash
KeymasterMark,
I believe you are talking about the “schedule duration” option.
The announcement is displayed as per the date on the user. If the user’s date is between the given date range then the announcement will be displayed.
The “published date” you have mentioned is the date when the announcement was “modified/published”. This is just an internal date for your reference.
Thanks,
AakashAakash
KeymasterHi Dan,
Right now there is no out of the box option to print any XML tag in the RSS feed. I have this item in my todo list. I don’t have an exact release date yet.
But for now you can add below line to display the “location” tag you want.
In plugin editor edit super-rss-reader-pro/includes/feed.php file and insert below line after line 250.
$loc = $item->get_item_tags(SIMPLEPIE_NAMESPACE_RSS_20, 'location'); $t_desc .= '<em>' . $loc[0]['data'] . '</em>';
So it looks like this.
This will display the location after description like below.
Thanks,
AakashFebruary 4, 2021 at 9:00 pm in reply to: Announcer appears to be using universal time instead of my local time #8955Aakash
KeymasterHi Mark,
I’ll get back to you on this.
Thanks,
AakashAakash
KeymasterHi Kathryn,
Thanks for using Announcer plugin.
Looks like you have followed a different link to upload the plugin to WordPress. Please follow instructions below.
1) Download the plugin (.zip file) using the link sent to your email.
2) Try to open the zip file with your zip file opener to just see if the file is intact and not corrupted.
3) Disable the free version of announcer plugin.
3) Navigate to the plugin upload page and upload the PRO version.
See this youtube video.
4) Activate the plugin. If you continue to receive the same error for some reason, please send the username and password of your staging site to my contact form below. I’ll check it out live.
Thanks,
AakashAakash
KeymasterHi Jesus,
I see the shortcode is printed as is without being executed.
This will happen when there is no plugin to “execute” the shortcode. In your case there is no plugin to execute a shortcode with the name “easy_media_download2”
Can you please check with the plugin author from where you copied the “easy_media_download2” shortcode ?
Thanks,
AakashAakash
KeymasterHi Cuisinons,
I guess you have some caching plugin enabled.
Can you please share your website link where I can have a look ?
Thanks,
AakashFebruary 2, 2021 at 11:58 pm in reply to: Announcer plugin causes CLS score to go into the red #8940Aakash
KeymasterHi Helena,
Thanks for using Announcer plugin.
The content shifts down to not hide the page content. This is one of the features of the plugin 😉
Right now there is no option to stop doing this.
But I can suggest two solutions.1) Set below CSS anywhere in theme settings. This will simply stop shifting the content. (remove style tag if the setting will insert it already)
<style> .ancr-top-spacer { height: 0 !important; } </style>
2) Open the announcement after few seconds of page load.
Thanks,
AakashAakash
KeymasterHi uv-dev,
Thanks for replying and happy that issue is addressed.
Cheers !Thanks,
AakashFebruary 2, 2021 at 11:18 pm in reply to: Follow Icon’s WP Socializer disappeared after updating settings #8938Aakash
KeymasterHi @pedrocad,
I saw the email recording you had sent me. Thanks for taking time in recording and sharing the issue.
I guess it has to do with the whatsapp link. I tried a very long link as URL and it got saved correctly. Something to do with the some special characters in the link I guess.
Can you please share the whatsapp link you are using ?
Thanks,
Aakash -
AuthorPosts