phil88530
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Email Subscriber] Broken on WordPress 4.0Hi:
by the look of this error, doesn’t it mean that there’s something wrong with your server, which has permission issue to open the plugin? rather than the plugin itself has a problem?
because it works on mine 4.0 ??
Forum: Plugins
In reply to: [Simple Email Subscriber] How do I get it to send the email.you need to install mail in linux environment (your server), so your server has the capability to send emails
Forum: Plugins
In reply to: [Simple Email Subscriber] Email formatNow u can modify your email content in the widget area, with the unsubscribe content
NO, it doesn’t requires a wordpress user.
The reason for this plugin is because wordpress subscription/plugins all requires user register, so this one is for non-registered users.
Forum: Plugins
In reply to: [Simple Email Subscriber] No email being sentI think this is to do when if you linux server(I assuming that is) have the mail service installed.
What wordpress/PHP send email has to be based on your server able to send it.
U might want to check if you had some server updates and got the mail service disabled/deactivated
Cheers
Forum: Plugins
In reply to: [Simple Email Subscriber] Hide a CategoryHi:
I don’t think it can for this version, I will make a note for the next patch and get this function in, since it sounds a good idea
Forum: Themes and Templates
In reply to: [Vantage] Meta Slider show only half in FF and IEHello, I’ve just fixed it by update the theme for the newest version(which you probably updated very recently)
its now working brilliant ??
Again, cheers for the amazing theme
Forum: Reviews
In reply to: [Simple Email Subscriber] Error 404 issueIf there are still 404 exist and you’ve fixed it, let me know, or do a pull request in the github, I’ll merge it in !
https://github.com/phil88530/Simple-Email-Subscription
Cheers
Forum: Plugins
In reply to: [Simple Email Subscriber] Email formatWill make a note and try fix it for the next update ??
Forum: Plugins
In reply to: [Simple Email Subscriber] Unticking category checkboxes as defaultI’ll make a note for the next update ??
cheers for the suggestion
Forum: Plugins
In reply to: [Simple Email Subscriber] ErrorI’m not really a pro of wordpress errors, but I would briefly guess that its to do with your wordpress. do a upgrade to wordpress itself first and see if it helps.
also try chmod 777 to make sure your server can access to the plugin
let me know if it works
Forum: Reviews
In reply to: [Simple Email Subscriber] great and simpleI’ll put it into the future update ideas. cheers for the feedbacks
Forum: Plugins
In reply to: [Simple Email Subscriber] Specific CategoryDear Puneetjaini:
you must check the “Specific Categories” for subscribe a few categories, if you have “all categories” checked, then it will always subscribe you to all the updates.
The reason behind this is because for user-ability concern, there would always be a way for them the choose all the categories after they mess-up with the individual ones and realised they just need full subscription.
As for hide the categories, the current plugin does not support this function, but I’ll put it into the next update ideas.
Cheers
Forum: Plugins
In reply to: [Simple Email Subscriber] Changing default text in widget?Dear publisher:
you can change it in the code:
admin_pages/subscription_widget.php
line 49
Cheers
PhilDear bradzter:
the warning show that it has failed to open the /wp-admin/includes/template.php file, it might because of a permission denied as well (I am not entirely sure)
however, from the look of it, it seems that you are able to run the plugin now, it might not work because of can’t load your wordpress template.php file.
try to check the permission for your wordpress directory.
btw, I think chmod 755 would be good enough instead of 777.
hope that helps.