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

    (@wiredimpact)

    Thanks for reaching out @deweyw. The opportunities don’t show by default at the bottom of each sign up form, so this is likely due to the way the theme is set up. It’s possible you might be able to remove these through the Widgets section within the WordPress admin, or turn this off in other theme settings. If you aren’t able to see where they are coming from it would be great if you could provide us a link to one of the sign up pages. That may help us diagnose this a little better.

    Have a good one.

    Jonathan
    Wired Impact

    Plugin Author Wired Impact

    (@wiredimpact)

    Since we haven’t heard from you in a while we’ll go ahead and mark this support ticket as resolved. As always, don’t hesitate to reach out if you have any other questions.

    Jonathan
    Wired Impact

    Thread Starter DeweyW

    (@deweyw)

    Sorry I hadn’t got back to you about this. This is a development site.

    I cannot see where the theme is creating the opportunities list. There are no widgets involved on this page in the theme I am using. I also looked at the page in 2014 and 2015 WP themes and they show there also.

    Here is a link:
    http://deweywilliams.com/test/medassist/volunteer-opportunity/high-point-university-medicine-give-away/

    Plugin Author Wired Impact

    (@wiredimpact)

    Sorry that you’re still dealing with this and unfortunately, I’ve never seen this issue before. The easiest approach would be to add the following code into your style.css file:

    .single-volunteer_opp .post-navigation {
        display: none;
    }

    Another option, which requires a little more technical knowledge, is to find the template file which displays the post navigation and remove the functions that do this. You’re most likely looking for code that says previous_post_link() and next_post_link().

    I’m sorry I can’t be more helpful. It’s hard to troubleshoot without seeing the theme files themselves. If those two options don’t work I’m happy to look at the theme files, but that would require you give me access, which I would understand if you’re not comfortable with.

    Jonathan
    Wired Impact

    • This reply was modified 7 years, 7 months ago by Wired Impact.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Opportunities list shows on sign up page’ is closed to new replies.