Wired Impact
Forum Replies Created
-
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Form not submittingThanks for reaching out @jhboska and I’m sorry you’re running into issues. When you submit the form the page shouldn’t reload, so there is likely something else going on here. Would you mind providing a link so we can take a look at the volunteer opportunity?
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] How to stylize the sign up pageSince 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.
Jonathan
Since 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.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Sort Volunteers by Location or DateThanks for reaching out Sam. The ordering of the opportunities depends on the type of opportunity you’re referring to. For one-time opportunities, they are sorted by each opportunity’s start date and time with the soonest showing at the top.
For flexible opportunities, or those without a fixed date and time, they are sorted by the publish date on the opportunity within WordPress. You can order those by changing the publish date within WordPress.
For one-time opportunities, if a bunch of opportunities have the same start date and time, they should show up one right after the other.
I hope that’s helpful. Let me know if I can clarify anything here.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Assign author to volunteer postSure thing @donenright. Let us know if you have any other questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Auto-response emailsThanks for getting back to us Anne. Mail Poet is a completely separate service that isn’t related to our plugin. If you disable the Mail Poet service do the emails start sending again? Are you seeing any errors related to that plugin?
In regards to trying the steps we originally provided, when you reached out to your hosting provider, what did they tell you? Also, when you install the Email Log plugin (https://wordpress.org/plugins/email-log/), are the emails showing up in there?
Let us know what you find.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Auto-response emailsThanks for reaching out @cfswain. Unfortunately, email issues like this usually don’t have to do with the plugin, but are more related to your hosting provider and how your organization’s email is set up. I’d recommend trying a few things:
- Check your spam folders to makes sure the emails didn’t end up there. If they did, make sure to mark them as not spam so the email system starts to recognize that the emails are okay. How you do this depends on what email client you use.
- If the emails aren’t going to spam, I’d suggest trying to change the email address used in the “From Email Address” field within the settings. You should be able to find it by going to https://www.lacasademaria.org/wp-admin/admin.php?page=wi-volunteer-management-help-settings#top#email. Preferably, it would be great if you could send from an email address that ends with @lacasademaria.org since that’s the domain used on the site.
- If that still doesn’t work, I would recommend reaching out to your hosting provider to have them look into what’s happening with the emails when you’re trying to send them. It may help to install the Email Log plugin (https://wordpress.org/plugins/email-log/) too which can help you prove to them that the site is sending emails, but for some reason they aren’t reaching their recipients.
I hope that’s helpful. Let us know if you have any other questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Displaying details on one-page siteThat’s great to hear. As always is the case, let us know if you have any other questions at all. Good luck!
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Assign author to volunteer postThanks for reaching out @donenright. Unfortunately, right now the volunteer opportunities can only be managed by administrators on your website. We have had a few requests to offer more granular permissions, so this is something we’re considering for future releases.
If you have any other questions don’t hesitate to let us know. Thanks a ton.
Jonathan
Forum: Reviews
In reply to: [Wired Impact Volunteer Management] Practically PerfectThank you so much for the wonderful review @thegoot24. We know it takes time to go out of your way to leave a review, so I hope you know how much we appreciate it.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Displaying details on one-page siteThis is an interesting question @thegoot24 and unfortunately, there isn’t an easy way to do this without some coding knowledge. I think the simplest approach without getting into some pretty complex coding would be to use an iFrame like you mentioned. Are you comfortable at all with CSS. If so, every volunteer opportunity uses the
single-volunteer_oppclass on the body of the page. With that you could add some CSS to your theme to hide the header and footer for volunteer opportunity pages. It’s hard to give you the exact CSS without seeing how your theme is coded, but it might look like this:.single-volunteer_opp .header, .single-volunteer_opp .footer { display: none; }You would have to replace
.headerand.footerwith a class used on your header and footer.Let me know if that’s something you feel comfortable implementing. If not, it would be great if you could send over a link for us to take a look. Thanks.
Jonathan
Thanks for reaching out @sleahcim. Unfortunately, we don’t have plans to support using GPS coordinates in the near future. However, could you cheat a little and put the latitude in the “Street Address” field and the longitude in the “City” field? For example, for the “Street Address” field you might write “41 24.2028” and for the “City” field you might write “2 10.4418”. You could potentially play around with other formats that work with Google Maps by looking at the “Enter coordinates to find a place” heading on https://support.google.com/maps/answer/18539?co=GENIE.Platform%3DDesktop&hl=en.
Let me know how that works for you and if you have any other questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Import UsersThanks for reaching out Tim. There isn’t currently a way to import volunteers into the system. While I’d love to say it will be included in the future, we actually haven’t heard this request much so I’d imagine it won’t be as high of a priority.
Good luck finding a tool and if you do end up using our plugin don’t hesitate to reach out if you have any questions.
Jonathan
I think that makes a lot of sense. Thanks Kenedy. If you have any other questions don’t hesitate to let us know.
Jonathan
Thanks for reaching out Kenedy. Unfortunately, there isn’t an easy way to modify the shortcode for what you’re looking for. As the plugin stands today there are two ways I think you can approach this:
- Manual Links: This is the simpler approach, but also the most time-intensive. Essentially, you would manually create links on each organizaton’s page that linked to their volunteer opportunities. Again, it’s very manual, but would allow you to list only the opportunities you wanted.
- Adjust the Shortcode with PHP Coding: If you or someone you know was really comfortable with PHP coding, you could use the hooks system built into the plugin to adjust the output of the shortcode. That would give you the ability to display whatever opportunities you wanted on each page in a much more automated way. Obviously, the big downside here is that it would require a web developer to implement.
I hope that’s helpful. Let me know if you have any follow up questions.
Jonathan