Wired Impact
Forum Replies Created
-
Forum: Reviews
In reply to: [Wired Impact Volunteer Management] Easy to use, but…Thanks for the kind words about the plugin @greglfb. We really appreciate it.
In regards to the share buttons, we actually don’t have share buttons integrated into the plugin and there is no “show social share buttons” toggle. I imagine this is an issue with your theme or another plugin. Would you mind taking a look and letting me know what you find?
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Customization workHi, I just sent an email to the address you provided. I’ll go ahead and mark this request as resolved. Thanks!
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Share and PromoteThanks a ton for the great feedback Rick! We really appreciate these kinds of thoughtful comments. I’ll address each one of your notes individually.
1. RSS Feed that is created (and properly formatted) that would enable us to syndicate our volunteer opportunities into feeds by type (ongoing and one-time). Would be great if this included an image. This would allow us to create an RSS Syndicated Feed to MailChimp that could be used to let people know about how they can volunteer and then route them to the volunteer management features of your plugin.
This is a good idea and something that we’ll add to our list of potential features. Unfortunately, the list of features is fairly long at this point and this is the first time someone has brought this up, but we’ll keep it since I’d imagine other folks would be interested in this.
2. Facebook Share – Specifically – I would like to see that it is implemented per the Facebook Developer Standards using Facebook Open Graph Mark-Up – https://developers.facebook.com/docs/sharing/webmasters/ so that it is formatted properly and if re-shared by a user it keeps the right format.
Social sharing is not a feature we plan to add in the near future since there are a tremendous amount of plugins that already exist to handle this. We use AddThis for many of our clients, but there are a ton of options just like their service.
3. List Subscription Option – Ability for people to join a “I’d like to volunteer” list when no opportunities are available. We be even better if this list is integrated with MailChimp so that we can segment them at the time of sign-up. I do realize I could do this now through a specific mailchimp form but it would be great if it was built this way from the start so that I don’t have to hack and stitch a solution.
This one is similar to my last comment in that we probably wouldn’t implement a separate form to add individuals to new email lists since there are already so many options to do that within the WordPress plugin repository. With so many different email providers such as Constant Contact, Mad Mimi, Campaign Monitor, MailChimp, etc., it would be extremely time consuming to build a separate integration for each. That said, we have talked about possibly integrating the volunteer sign up form directly with popular providers, if only because that wouldn’t be easy for a website administrator to do with another plugin.
4. Lastly – have you guys ever thought about asking your plugin users to join a volunteer community so that any opportunities that are available by any one user is displayed centrally in a community that you host. This would allow us to “cross promote” our opportunities.
This is a very intriguing idea and one I’ve spent a decent amount of time thinking about. Down the road, if our usage grows large enough, this could be a very helpful way to allow nonprofits to promote their opportunities outside of their own websites. One potential hurdle I see would is that many times volunteer opportunities are location-based, so we would have to figure out a way to allow users to filter the results based on where they’re located. The second hurdle I see is that the website administrators would likely have to agree to send us data from their site, which I could see being concerning for some. That said, neither of those are a deal breaker.
Thanks again for your notes. We really appreciate it. Enjoy your weekend!
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Timestamp is throwing errorsThanks for letting us know the issue was a conflict with Chronosly. Like you mentioned, the best approach to fix the issue is by reaching out to their support team. I imagine they also have a date and timepicker tool that is conflicting with the one used in our plugin.
In regards to feature requests, we really appreciate you letting us know. Time tracking and reporting is one we have heard many times and is a high priority for us. As you can imagine, a feature like that is fairly complex, so it takes quite a while to build and test.
Good luck with the plugin and let me know if you have any other questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Timestamp is throwing errorsI’m sorry to hear that @rd1970, but it’s great you found the cause and a workaround. Can you tell us the name of the plugin in case others run into the same issue?
I’m going to mark this as resolved, but let me know if there is anything else we can do to help.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Timestamp is throwing errorsThanks @rd1970 for all the additional details. We’re still not able to replicate the issue on our end. It’s possible this is a theme or plugin conflict. I know it’s a pain, but would you mind disabling all plugins except for volunteer management, then switching your theme to Twenty Seventeen? At that point try to set the date and time again, and let us know if it creates a problem for you.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Loader doesn’t appear to be workingIt looks like we resolved this in another thread. I’ll go ahead and mark this as resolved, but let me know if any other questions come up.
That’s great to hear! Thanks @rd1970!
@rd1970, you can still add new CSS rules that override the ones from the plugin. You’ll just have to ask your web developer to adjust them as needed.
I hope that’s helpful. Good luck.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Timestamp is throwing errorsThanks for reaching out about this @rd1970. These timzeone issues can be a little complex, so hopefully you can work through this with me. I have a few questions for you:
1. Are you using the most updated version of the plugin, version 1.3?
2. Are you seeing the time changing incorrectly after you save the opportunity and it reloads, or are you seeing it change immediately when the date and timepicker popup goes away?
3. Are you using WordPress and the plugin in English or are you translating to another language? If so, what language?
4. Have you made any modifications to the plugin at this point?Unfortunately, just by setting the PHP timezone to America/Edmonton I wasn’t able to replicate your issue. Hopefully by getting some more information I’ll be better able to help you.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Loader doesn’t appear to be workingThanks for reaching out @rd1970. If you’re seeing all four messages it’s likely because the plugin styles are turned off. Take a look at the support response at https://wordpress.org/support/topic/volunteer-form-and-opportunity-list-problems/#post-8717094 for instructions on how to turn them back on. Let me know if that does the trick for you.
Jonathan
Wired ImpactThanks a ton for the great review Clement! We really appreciate all your help working through the translation process. Your help was extremely valuable.
Jonathan
Forum: Reviews
In reply to: [Wired Impact Volunteer Management] Great StartThanks for writing out the details @rickpugh. In regards to the CSS, almost all of the items you listed are possible at this point within WordPress, which is great. To add CSS within your theme, take a look at method 1 at http://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/. In regards to styling individual form fields, each field actually has a specific ID which you can use to target it. For example, you could adjust the first name field with this CSS:
#wivm_first_name { background-color: black; }You can also style the flexible opportunities list and the one-time opportunities list by using the
one-timeandflexibleclasses. The only item you noted that you can’t adjust by default is the form based on whether it’s a one-time or flexible opportunity. This is possible though if you copy and adjust theopp-single-form.phpfile in thetemplatesfolder of the plugin into your theme.In regards to reCAPTCHA, our last release actually included implementation of a honeypot field. Essentially, a honeypot is a field that doesn’t display for humans on the site, but spambots can see it. When spambots fill it out, the volunteer form doesn’t submit. We much prefer honeypot over reCAPTCHA since it provides a much better user experience.
I hope that’s helpful. Thanks again for the review and definitely let me know if you have any other questions.
Jonathan
Forum: Reviews
In reply to: [Wired Impact Volunteer Management] Great StartThanks for the great review @rickpugh. We really appreciate it and your suggestions. As far as MailChimp integration and the ability to add volunteers manually, both of those items have been brought up by others and are on our radar.
For your note about “more flexibility/control over the CSS”, can you give me a better idea what you’re referring to here? We’d love to know if there is a way we can improve how the plugin handles styling.
Thanks.
Jonathan
That’s great to hear @rickpugh! Glad it worked out for you.
If you have a second, we’d love for you to provide an honest review of the plugin at https://wordpress.org/support/plugin/wired-impact-volunteer-management/reviews/.
Otherwise, enjoy the rest of your week.