Jonathan Goldford
Forum Replies Created
-
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] About PaginationUnfortunately, our team doesn’t work on custom coding projects. I’d recommend finding a WordPress developer who may be able to help you with some of the coding.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] About PaginationGood question @bpasko. You can modify the shortcode to make this happen, but you’ll need to be comfortable with basic PHP code to make it work. If you are, there are two filters that will be helpful.
wired-impact-volunteer-management_one_time_opp_shortcode_queryfor displaying one-time opportunities andwired-impact-volunteer-management_flexible_opp_shortcode_queryfor displaying flexible opportunities. Then you would modify the$argsvariable so thatposts_per_pageis the number you want on that page.If you decide to hop into the code and get stuck don’t hesitate to reach out with any questions. Good luck.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] About Adding FieldsThanks a ton for the feedback @sauceyman. We totally agree that the lack of custom fields makes it tough for organizations who need the flexibility. Unfortunately, once you start allowing custom fields you’re getting into form builder territory, which is a massive technical undertaking. Then you’re looking at different field types (text fields, radio buttons, checkboxes, dropdowns, etc.), the ability to order, add and delete them, as well as the flexibility to store that information and display it in a number of different ways.
We’ve considered doing a simpler implementation or possibly integrating with form tools like Gravity Forms, but haven’t been able to find the time to make it happen at this point.
We do really appreciate the feedback. It’s always helpful to know what’s holding back nonprofits from using the plugin. Thanks again.
Thanks for reaching out David. I’m not completely sure what you’re referring to, but it sounds like you want to list your volunteer opportunities on a page of your site. If that’s the case, take a look at the instructions on https://wordpress.org/plugins/wired-impact-volunteer-management/#how%20do%20i%20display%20a%20list%20of%20volunteer%20opportunities%20on%20my%20website%3F. Those should help guide you.
If I misunderstood let me know so I can help clarify. Have a good one.
Thanks for reaching out @advertisingworks. Right now if a volunteer logs in there isn’t a page for them to view their volunteer opportunities, but this kind of functionality is exactly why we create a new “Volunteer” user every time someone signs up.
To your note about coding the customization, it’s definitely possible, but would be a pretty substantial undertaking. If you have a developer you’re comfortable with, I’d suggest discussing it with them. If you’d like to discuss the project with our team, feel free to reach out at https://wiredimpact.com/contact-us/.
Otherwise, don’t hesitate to let us know if any other questions come up. Take care.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] delayed opportunity notificationThat’s great to hear Joel. If this issue comes up again let us know and we can work on troubleshooting the problem.
Also, if you’re up for it, we’d love for you to leave an honest review of the plugin at https://wordpress.org/support/plugin/wired-impact-volunteer-management/reviews/. No worries at all if you can’t make it happen.
Have a good one.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] delayed opportunity notificationThanks for reaching out @joelnewcomer and sorry you’re running into issues with the reminder emails. For some background, the plugin utilizes the WordPress Cron system to send emails. Essentially, the reminder email is triggered to be sent when anyone visits your website and the volunteer opportunity is starting in less than four days. That said, it’s pretty unlikely that it was a month between your website visits. However, it can be helpful to know that the emails don’t normally come exactly four days before the opportunity starts.
To troubleshoot the best next step would be to create a new volunteer opportunity to start five days from now and RSVP for it. If you get the email four days out then you’ll know the system is generally working fine. Since we don’t know how the Duplicate Post plugin might be affecting this, I’d suggest creating one opportunity from scratch, and duplicating another.
Feel free to give that a try and let me know how it goes. If you’re not getting the reminder emails then we’ll need to continue troubleshooting to find the cause.
Forum: Plugins
In reply to: [Mailjet Email Marketing] Parse error when i activate the Mailjet pluginAwesome, thanks for doing that. I already see it reflected in the sidebar on https://wordpress.org/plugins/mailjet-for-wordpress/.
Forum: Plugins
In reply to: [Mailjet Email Marketing] Parse error when i activate the Mailjet pluginIt would be great if you all added
Requires PHP: 5.6to your plugin’s readme file as shown at https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/. That way folks with older versions of PHP installed know in advance.Thanks for reaching out @sheryllynn. Unfortunately, there’s not a built-in way for volunteers to modify their own RSVPs after they’ve already expressed interest or signed up. Only WordPress users with elevated permissions can remove RSVPs and modify volunteer information.
Take care and don’t hesitate to reach out if any questions come up in the future.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] About PaginationSince we haven’t heard from you in a little while I’m going to mark this as resolved. As always, let us know if you have any other questions.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Adding tagsSince we haven’t heard from you in a little while I’m going to mark this as resolved. As always, let us know if you have any other questions.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Adding tagsThanks for reaching out @pscjwilliams. You’ve asked some great questions. As of now there is no built-in way to add categories or tags to the volunteer opportunities. It is something you could add manually, but you’d need a web developer to help build that out.
As always, let us know if you have any other questions. Enjoy the rest of your week.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] About Adding FieldsSince it’s been a week I’m going to mark this request as resolved, but don’t hesitate to let us know if you have any other questions.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] About PaginationThanks for reaching out @pscjwilliams. Yes, this can definitely be changed. The number of volunteer opportunities shown on a page uses the global setting that determines how many blog posts are shown on each page. You can find this setting within the admin at Settings >> Reading >> Blog pages show at most. The number used for that setting will be applied to volunteer opportunities. We recommend you adjust this setting with caution though, as it’s used often when themes and plugins display their own types of content.
I hope that’s helpful. Let us know if you have any other questions.