Forum Replies Created
-
AuthorPosts
-
Stephen SherrardKeymaster
SMS is not something you can do directly from WordPress. You have to go through a gateway service first, for which you would need an account and have to pay for (most likely).
Very quick Google search shows there is at least one plugin that will send SMS if you have an account with one of their supported gateways:
https://wordpress.org/plugins/wp-sms/But, this belongs in the feature request section, and is not something I would spend my time programming for free unless there was a huge demand for it. Most people using my free plugins don’t want to pay anything at all, so I doubt that they would ever pay to have an account with an SMS gateway service.
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterNo automatic emails were added, but a new “Email Volunteers” feature has been added in version 1.13.0, where you can email all volunteers currently in the database (anyone who has signed up and is still in the database — noting that if you have it set to deleted expired signups, those signups will be deleted when the event is over), or you can email the volunteers for a specific sheet.
Stephen SherrardKeymasterThis feature has been added in version 1.13.0
Stephen SherrardKeymasterThis has been added in version 1.13.0
Stephen SherrardKeymasterSince I’m working on an update anyway, I went ahead and added that as a new option. Not ready to release yet, as I may still need to do more updates to work with the updated Groups extension I’m working on.
Customizer won’t help you with what you need, it will allow you the change the header, but won’t remove it (only customizes the fixed text strings, can’t customize variable field values that the user has filled out on sign-up forms).
If you send me a private email through the contact form, I can send you the updated version of the main plugin, which has that option to do what you want. I’m just not ready to release it to the public yet, but it will work for what you need.
Stephen SherrardKeymasterI suck at CSS, but I believe you would have to use the nth-child type of selector to get just that particular columns (instead of all the columns). Count the # of td cells to get to the one you want, and specify that child of the tr.
Something like this answer (Google is your friend):
http://stackoverflow.com/questions/15448679/using-nth-child-in-tables-tr-td -
AuthorPosts