Thanks for reaching out @vanessenstudio. In order to adjust the content of the heading and button text the easiest thing to do is to change the volunteer opportunity so it’s a one-time opportunity at a fixed date and time. The system is set up to display “Express Interest in Volunteering” as the heading for flexible volunteer opportunities and “Sign Up to Volunteer” for those that are at a fixed date and time. The button will say “Express Interest” for a flexible volunteer opportunity and “Sign Up” for a fixed opportunity.
If that approach won’t work for you then the next best option is to work within the plugin’s templating system. To adjust the heading and button text you’ll want to follow these steps:
- Copy the plugin’s file at \wp-content\plugins\wired-impact-volunteer-management\templates\opp-single-form.php to a folder within the current theme called “wivm”.
- Adjust line 17 of that file to change the heading however you’d like.
- Adjust line 51 of that file to change the button text however you’d like.
By copying the file into your theme you ensure any changes you make won’t be lost when the plugin is updated.
Let us know if you have any other questions.
Jonathan