Wired Impact
Forum Replies Created
-
Forum: Reviews
In reply to: [Wired Impact Volunteer Management] Great pluginThanks a ton for the review @girdy74. We really appreciate it.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Volunteer ListingNo problem at all. Glad it’s working for you now and let us know if you have any other questions.
Jonathan
Since we haven’t heard from you in a while I’ll go ahead and mark this as resolved. Please let us know if you have any other questions.
Jonathan
Thanks for providing a link @kkullack. It looks like this issue is caused by the “Slidebox” system on your website. The code to display the slidebox is pulling in the form twice. If you’re using a plugin for that can you disable it to see if that fixes the problem?
Let me know how that works for you.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Volunteer ListingGreat question. You can adjust the number shown on each page by changing the “Blog pages show at most” setting within WordPress under the Settings >> Reading menu. Based on what you’re saying that number is likely set to 1. You can change it to show however many you’d like.
Let me know how that works.
Jonathan
Wired ImpactForum: Reviews
In reply to: [Wired Impact Volunteer Management] Great pluginThanks a ton for taking the time to write a review @jonh! We really appreciate it!
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] The PermalinkWe totally agree. There are plenty of opportunities to expand the features, and we’re excited for the future of the plugin.
And thank you for the kind words. Since this is such a new plugin it would be great if you’d take a moment to leave an honest review at https://wordpress.org/support/view/plugin-reviews/wired-impact-volunteer-management.
Good luck and let us know if you have any other questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] The PermalinkThanks for reaching out @jonh. I’ve noted comments for both of your thoughts below.
Editing the Permalink
You actually can change the permalink for volunteer opportunities. Here’s an example of the code to place in your functions.php file:add_filter( 'wivm_opp_rewrite', 'change_vol_opp_permalink' ); function change_vol_opp_permalink( $slug ){ $slug = 'volunteer'; //Change this to whatever you'd prefer the slug to be return $slug; }Once you have that on your site you need to refresh the permalinks by logging in and visiting Settings >> Permalinks. Once you’re there click the blue “Save Changes” button.
Listing One-Time and Flexible Opportunities on the Same Page
Unfortunately, this isn’t possible due to ordering and pagination. If we listed them together, how would we decide the order to put them in? One-time opportunities have dates associated with them, while flexible opportunities do not.The other option is to list them both of the same page, but separately, either in columns or one on top of the other. The problem here is pagination. Depending on the number of opportunities in each you might need a page two for one-time opportunities, but not for flexible opportunities.
This is, of course, something we struggled with while developing the plugin. At this point we don’t have any great solution.
Let me know if you have any other questions at all.
Jonathan
Wired ImpactGreat questions @sunkur. At this point we don’t have a built-in tool to download the volunteer list to a CSV. In regards to capturing other information such as the address, you can add fields by adjusting the signup form template, but it would definitely require some custom programming. Do you have someone that can help you with that?
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Sign up failureThanks. The reason you’re seeing this issue is because your theme includes code that prints out the form twice. When you rollover the About Us navigation item you can see the form show up again. If you fix that you should be all set.
Let me know if you have any other questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Sign up failureThanks for reaching out @ajaabney and I’m sorry you’re running into issues. Would you mind sending us a link so we can test it ourselves? And of course, do you mind if we try to sign up to see what’s happening?
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Plugin not sending confirmation emailsThanks for letting us know @takingroot. Once IT has had a chance to look at it let us know if you have any more questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Plugin not sending confirmation emailsSince we haven’t heard back in a week or so I’ll go ahead and mark this as resolved. Don’t hesitate to let us know if you have any other questions or want to pick up the conversation again.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Change hover color on "Read More" buttonSince we haven’t heard back in a week or so I’ll go ahead and mark this as resolved. Don’t hesitate to let us know if you have any other questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Incorrect confirmation textNo problem @carriebsegrist. Happy to hear we were able to work it out!
Jonathan