Wired Impact
Forum Replies Created
-
Forum: Plugins
In reply to: [Nonprofit Board Management] Not able to save dates and timeGot it. What version of the plugin and WordPress are you using Jostein?
As far as next steps, at this point we’d recommend you turn on debugging on your website, then try to save an opportunity again and provide us with any errors that occur. You can learn how to turn on debugging by following the instructions at https://codex.wordpress.org/Debugging_in_WordPress. Please make sure to turn on WP_DEBUG_LOG so you’re able to see all errors, not just the ones that would display on the screen.
Have a great weekend.
Jonathan
I’m also seeing this error. Did anyone figure out the best way to fix it?
Forum: Plugins
In reply to: [Nonprofit Board Management] Not able to save dates and timeJust to clarify, when using the Twenty Sixteen theme and with all the plugins disabled except for the volunteer management plugin you still aren’t able to save the date and time for one-time opportunities. Is that right? If so, are you trying to save the date and time for an existing opportunity or a new opportunity? It might be worth trying a new opportunity if you haven’t yet.
Good luck!
Jonathan
Forum: Plugins
In reply to: [Nonprofit Board Management] Not able to save dates and timeI would still recommend taking the steps I outlined before to see if that fixes the problem. I tested the newest version of our volunteer management plugin (v1.1.1) with the most updated version of WordPress (v4.6.1) and the date and time saved as expected for one-time opportunities.
Once you’ve taken those steps let me know what you find and we can go from there. Have a good one.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Automated reminders not workingHey Leo,
Just wanted to follow up to see if you had a chance to test the updated plugin to make sure it fixes this problem for you?
Thanks.
Jonathan
Forum: Plugins
In reply to: [Nonprofit Board Management] Not able to save dates and timeI’m sorry you’re running into issues with the timepicker. Usually when we see this it’s a conflict with the theme or a plugin. Can you try switching to the default Twenty Sixteen theme to see if that fixes the problem? If it doesn’t, can you deactivate all of the plugins one at a time to find the culprit? Once we know the cause we can hopefully troubleshoot a little better for you.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Ability to change the sort orderThe way to manipulate the code without changing the plugin is by using what are called hooks within WordPress. It’s a developer topic, but if you search for “how to use WordPress filters” you’ll find a ton of articles on how to utilize them within your website. The filter of particular interest for you is
wired-impact-volunteer-management_flexible_opp_shortcode_query. Good luck!Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Thumbnail Images on ListingsNo problem and good luck!
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Thumbnail Images on ListingsGreat question @iroller. You can actually add thumbnails yourself as long as you’re comfortable with coding by using the built-in templating system in the plugin. Here are the steps you would need to take:
- Copy either
/templates/opps-list-one-time.phpor/templates/opp-list-flexible.phpfrom the plugin’s folder into a folder within your theme calledwivm. - Add in
the_post_thumbnail()or whatever other code you want to display directly into the copied template. - The plugin will now use your template to display the opportunities and you can still update the plugin without losing your changes.
I hope that’s helpful. Let me know if you have any other questions.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Add a search to the volunteerThat makes total sense @iroller. Thanks a ton for letting us know this would also be of interest to you.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Automated reminders not workingHi Leo,
Have you had a chance to test the updated plugin to make sure it fixes this problem for you?
Thanks and have a good day.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Add a search to the volunteerGot it. The volunteer opportunities will work within WordPress’s default search, so you can definitely point people that way to find opportunities. We don’t currently provide category or tag support, but it’s something on our radar for future releases.
Good luck and let me know if you have any other questions.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Ability to change the sort orderThe order is a little tricky since it varies for one-time vs. flexible volunteer opportunities. For one-time opportunities, they are listed with the soonest upcoming event at the top. For flexible volunteer opportunities, they are listed by published date like you mentioned.
If you have someone who is comfortable with code, they can adjust the order the flexible opportunities display in by hooking into the
wired-impact-volunteer-management_flexible_opp_shortcode_queryfilter. If you’d like, we’d be happy to give you a bid to make this happen, but hopefully you all have someone you feel comfortable with.Good luck.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Custom TemplateGlad it helped @jeffwllms. I’ll mark this as resolved, but let us know if any other questions come up.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Bulk ImportI’m sorry we don’t have the feature, but we definitely recommend trying out that import tool.
Jonathan
Wired Impact - Copy either