How to move registration link from bottom of the page

Home Forums Calendar Products Events Calendar PRO How to move registration link from bottom of the page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1100966
    Roland
    Participant

    Hello,

    I am trying to move the link to actually register for an event from the bottom of the page to an area more obvious. For instance: http://medtraining.wpengine.com/event/wilderness-first-aid-class-jonesboro-ar/

    I have the classes set up to be sold 1 at a time due to the participant info and waivers I need. Any help with this would be huge. Unless the next patch is going to include the option for required customer info.

    Thanks,
    Roland

    #1101117
    George
    Participant

    Hey Roland,

    Thanks for reaching out. That registration link is generated by your theme, which is heavily customizing the display of events.

    For further refinement of the display of events on your site, I would recommend reaching out to the theme developers. For starters though, you can remove the auto-generated “Register” link by adding CSS like this to the bottom of your theme’s style.css file:


    .av-single-event-meta-bar-inner > ul {
    display: none !important;
    }

    The register links are linked to a Products page, so you can just manually add tickets links in your events content somewhere higher up the page. To auto-generate links somewhere else, you would have to modify the code of the template files directly. 🙁 Reach out to your theme developers for assistance with that if need be….

    I hope this information helps!
    George

    #1107207
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to move registration link from bottom of the page’ is closed to new replies.