• Resolved carriebsegrist

    (@carriebsegrist)


    When I create a new volunteer opportunity, it shows the following lines right before the information fields. “Please wait…
    Thanks for signing up. You’ll receive a confirmation email shortly.
    It looks like you already signed up for this opportunity.
    We’re sorry, but we weren’t able to sign you up. We have no more open spots.
    Please fill in every field and make sure you entered a valid email address”

    How to I get rid of this? None of it shows up when I’m editing the volunteer opportunity.

    https://wordpress.org/plugins/wired-impact-volunteer-management/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Wired Impact

    (@wiredimpact)

    Thanks for reaching out @carriebsegrist and I’m sorry you’re having trouble with the form.

    Those lines of content are actually controlled by the CSS of the plugin. Are you able to turn that on in the settings? If not, let me know and I may be able to talk you through how to add the needed custom CSS styling.

    Also, we’ve added this to our list for the future so that even when someone has the CSS turned off those lines will still be hidden until needed.

    Thanks.

    Jonathan

    Thread Starter carriebsegrist

    (@carriebsegrist)

    Yes, under Help and Settings?

    Plugin Author Wired Impact

    (@wiredimpact)

    You got it. Go to Help & Settings >> click the “General” tab >> click the radio button that reads “Yes, please provide basic styling.” >> click the blue “save changes” button.

    Let me know how that works for you.

    Jonathan

    Thread Starter carriebsegrist

    (@carriebsegrist)

    I’ve selected that button, but those lines are still showing up. I’ve even tried creating a new volunteer opportunity, but it’s still doing it.

    Plugin Author Wired Impact

    (@wiredimpact)

    Thanks @carriebsegrist. It looks like the theme isn’t compatible with the styles we have included in the plugin. If you’re comfortable working with your theme files I could talk you through how to adjust it.

    Otherwise, we have in our list to make some changes so the plugin will be compatible with more themes.

    Jonathan

    Thread Starter carriebsegrist

    (@carriebsegrist)

    Sure, let’s try that.

    Plugin Author Wired Impact

    (@wiredimpact)

    Sounds good. One of your theme files has this line of code in it:

    <div class="post" id="post-single">

    Can you replace it with this line of code:

    <div <?php post_class( 'post' ); ?> id="post-single">

    Also, I’d encourage you to take a backup of your website before making any changes. That way you can revert back if we run into any issues.

    Good luck and let me know how it goes.

    Jonathan

    Plugin Author Wired Impact

    (@wiredimpact)

    Since we haven’t heard from you in a little while @carriebsegrist I’m going to go ahead and mark this as resolved. If you have any issues while trying out the code changes please let me know.

    Jonathan

    Thread Starter carriebsegrist

    (@carriebsegrist)

    Sorry, I haven’t resolved it yet. I don’t see where I need to add that line of code.

    Plugin Author Wired Impact

    (@wiredimpact)

    You’ll most likely need to look within your theme files for a line of code that reads <div class="post" id="post-single">. Once you’ve found it you can replace it with the new one we provided.

    Let me know how it goes.

    Jonathan

    Plugin Author Wired Impact

    (@wiredimpact)

    Hi @carriebsegrist, we just released an update that should fix the issue you’re having. Please update the plugin and let us know how it works for you.

    Jonathan

    Thread Starter carriebsegrist

    (@carriebsegrist)

    Yes, it’s now working. The update did the trick. Thanks!

    Plugin Author Wired Impact

    (@wiredimpact)

    No problem @carriebsegrist. Happy to hear we were able to work it out!

    Jonathan

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Incorrect confirmation text’ is closed to new replies.