Delite Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] Implement with phonegapHello! Not having received any response we’ll assume that the problem is resolved and close this thread. Kind regards!
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] CORS issue on register URLHello! Not having received any response we’ll assume that the problem is resolved and close this thread. Kind regards!
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] Implement with phonegapI suggest you to refer to the official documentation of the Register API. As you can see, the 401 means “Unauthorized” and it occurs when “OAuth is enabled but the signature is invalid.” To solve the problem you should disable OAuth or (recommended) implement it correctly.
Hope it helps!
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] CORS issue on register URLHello,
that is a client side error, bound to the Ionic framework.
You can ask to their support if they know the meaning of such error in that context (we think it is a sort of security check).Hope it helps.
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] Implement with phonegapThe token is the Device ID, i.e. a unique identifier of the device. It is an opaque alphanumeric string. For more details I suggest you refer to the documentation of the platform on which you are developing.
Hope it helps!
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] Implement with phonegapHello!
To ensure that a user appears in the list of subscribers you should call the Register API in your app. Then, since you’re using PhoneGap, don’t forget to check “In the Android notification payload add the
message
field” in the Push Notifications for WordPress settings page.Hope it helps!
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] erro when sent test noteficationHello! Not having received any response we’ll assume that the problem is resolved and close this thread. Kind regards!
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] erro when sent test noteficationHello, you can find all the info in the FAQs. Hope it helps!
Forum: Plugins
In reply to: [Staff Directory] Multiple category ids for [staff-directory] shortcodeWe have resolved implementing the feature and allowing the shortcode to use slug instead of ids.
If you want we can submit a pull request to your GitHub repository.
We think supporting slug and multiple categories may be a pro for everyone.Yep! It’s the version 1.2.
Hello! Not having received any response we’ll assume that the problem is resolved and close this thread. Kind regards!
Only a further check: is cURL active on your server? You can verify this by installing a plugin like WordPress phpinfo(). Then go to the page Settings → WordPress phpinfo() and make sure that
cURL support
isenabled
.I think it’s a problem related to ports (maybe a firewall?) on your server. I would recommend you to check and if necessary contact your hosting service. If needed we can also throw an eye, but we can only do so for those who have purchased the premium plugin (the lite plugin is offered “as is”). Note that the premium plugin has several extra features too, so it might be well worth your investment!
Hello, then I guess it’s likely a connection problem toward GCM. Unfortunately from your post I do not have enough information to help you further. However, next week we’ll release an update for the premium plugin with a renewed –and super detailed– logging system. It is possible that some of these changes will converge into the Lite version (although I can’t say for sure).
Now you should register your app’s device token using the Register API. Hope it helps!