OneSignal Push Notifications
Forum Replies Created
-
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] minify js and cssHello! Currently there is not, but we would be happy to look into this as a feature request. Would you please reach out to our main support channel support@onesignal.com and let us know more details about the request?
Thank you!
If you are enjoying the ability to connect with your users that the OneSignal provides, it would mean a lot to us if you would give us a 5 star rating!
Thanks for using OneSignal!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] WPML translation for popup textIf you are enjoying the ability to connect with your users that the OneSignal provides, it would mean a lot to us if you would give us a 5 star rating!
Thanks for using OneSignal!
Glad we were able to help. Please feel free to reach our support team anytime at support@onesignal.com for further assistance.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] OneSignal not workingPlease let us know if you have any further issues at support@onesignal.com
Hi. Yes, based on the plugin code it should be safe to remove the meta fields this way if they’re empty.
Hi there, it looks like your site is working now with OneSignal.
Would you be so kind as to update your review of us?
We really appreciate it!
Forum: Reviews
In reply to: [OneSignal - Web Push Notifications] Unauthorized accessThank you for following up with us Zubair.
If you wouldn’t mind updating your review, it will be very helpful!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Cross-Origin Request BlockedHi there,
This is likely due to your CDN overwriting the service worker url. The service worker needs to be accessible on your main site origin, not the CDN.
You should add some restrictions to your CDN not to rewrite the url to the OneSignalSDKWorker.js file.
That will fix this.
More details on commonly used CDN plugins here: https://documentation.onesignal.com/docs/troubleshooting-wordpress-web-push#403–404-service-worker-errors
If you are still having issues, please reach out to our support team directly at support@onesignal.com and share the url to your site.
We are always happy to help!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Buddypress – Push NotificationHi there,
We don’t have any integrations with Buddypress at this time. That does sound like a great idea!
Our plugin only allows for sending upon a post or custom post type publish within the wordpress admin page, not through a front-end publish.
You could setup our API to do this: https://documentation.onesignal.com/reference/create-notification
This will require some custom code work.
Will add this as a feature request.
You may also want to speak with Buddypress if they have an integration with us.
Feel free to reach out to our Support Team using support@onesignal.com if you need further assistance.
Hello, sorry I do not really understand the question. I checked your site and if you click “Misschien later” on the slide prompt, the prompt will show again after 3 days, then 7 days, then every 30 days.
You can disable this slide prompt in our plugin’s settings page and trigger it manually with our SDK OneSignal.showSlidedownPrompt()
method.Details:
https://documentation.onesignal.com/docs/wordpress#step-6-add-prompts-to-your-wordpress-site
https://documentation.onesignal.com/docs/web-push-sdk#showslidedownprompt-method
Please email us at support@onesignal.com for more assistance.
Hello, this should not be throwing an error. Can you reach out to support@onesignal.com with your site url that has the OneSignal code active?
Our support team will be happy to assist you.
Hello, thank you for the input. Our plugin is open source if you want to contribute to it!
https://github.com/OneSignal/OneSignal-WordPress-Plugin
The onesignal_include_post filter is called every time a post’s status changes: https://documentation.onesignal.com/docs/web-push-wordpress-faq#onesignal_include_post-filter
If you do not want to send the push, you can use the onesignal_exclude_post filter: https://documentation.onesignal.com/docs/web-push-wordpress-faq#onesignal_exclude_post-filter
Please email this data to support@onesignal.com if you have any further questions or issues.
Thank you!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Browser Prompt not appearingHello, I checked your site and it is working now!
Please contact support@onesignal.com for more assistance.
Thank you!
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Onesignal check box is not showing.Hello, depending on setup, there may be some additional configuration:
If posts: you may need to check the screen options and check the OneSignal metabox is available.
If pages: you will need to enable OneSignal for pages following this guide: https://documentation.onesignal.com/docs/web-push-wordpress-faq#onesignal_include_post-filter
If custom post types, you will need to enable the custom post type following this guide: https://documentation.onesignal.com/docs/web-push-wordpress-faq#custom-post-types
If you are still having issues please reach out support team at support@onesignal.com
We are happy to help!