shprink
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Nginx support is available now :)Hi,
I am interested to know if 0.8.5.5 is nginx compatible. If so is it normal that it asks for htaccess modifications ?
Your are featured on my blog: https://julienrenaux.fr/2015/06/25/ios-android-push-notifications-100-free-and-self-hosted-for-wordpress-using-cordova-and-ionic/
Hope you get some more users thanks to me ??
Do not hesitate to share on social media.
Cheers,
JulienI am featuring your plugin on my open source project https://github.com/shprink/wordpress-hybrid-client/blob/pushNotif/PUSHNOTIFICATIONS.md
I am also going to add a blog post talking about it, I will le t you know when.
Updated, works great! Thanks
Confirmed ??
It is just perfect!
Thanks, how is this suppose to be published? Can’t wait ??
Thanks
Yes it is ok, only message is mandatory but without title the push notification looks weird.
Take this example: https://www.sysaid.com/betahelp/Preferences_files/Push%20notification.PNG
“New Message” is the title
“You have been…..” is the message.If you do not specify the title then you will have an empty title. It is no big deal but it is better with the title.
The code I shared does not work because the $message variable does not exist. It was just an example.
This works:
$payloadData = array_merge(array('message' => $title, 'title' => 'THE TITLE OF YOUR PUSH NOTIFICATION'), $user_info);
You will need to add a another input in the configuration to add the title of simply get the blog name.
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] Cannot get App SubscribersI am going to try using all functionality using Cordova and if everything works fine you will get 5 stars! You are the only one doing self hosted push notifications. This is more than great ??
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] Cannot get App SubscribersOk I could registered using your plugin and phonegap pushPlugin https://github.com/phonegap-build/PushPlugin
Here is the code (coffeeScript):
This is absolutely awesome guys, I am going to distribute my software https://wphc.julienrenaux.fr/ with your plugin as mandatory to get push notifications.
Hope we can work further together,
JulienForum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] Cannot get App SubscribersForget what I just asked. You need to install a android plugin as well https://www.delitestudio.com/wordpress/push-notifications-for-wordpress/push-notifications-library-for-android/
I use Cordova but I am gonna try to make it work anyway as everything happens over http request it should be fine.
Forum: Themes and Templates
In reply to: [Shprink One] Excerpt length and tag cloudYou need to use Css once again:
.widget_categories a:before { font-family: FontAwesome; margin-right: 5px; content: "\f095"; }
You can find the icons unicode here: https://fortawesome.github.io/Font-Awesome/3.2.1/icons/
Forum: Themes and Templates
In reply to: [Shprink One] Excerpt length and tag cloudSorry for the delay, I am not notified when a new issue is posted.
The excerpt has 55 words by default in WordPress. There is no way to change that without hacking the template code. https://codex.www.ads-software.com/Function_Reference/the_excerpt
For the tag cloud you can force the size of it using CSS.
Past this into the CSS textarea in the template options page:
.tagcloud > a { font-size: 15px !important; }
Cheers,
Forum: Themes and Templates
In reply to: [Shprink One] Changing color, size, font, in navigation bar?Using the CSS textarea on the “theme options” (admin) you can do anything you want.
Cheers,
Julien