Posted: January 16, 2013 at 11:03 am
|
Hello again EE folk. Another question for you. I’ve had several people mention to me that they can’t figure out how to register for an event when they get to the event page. I’m using Event Posts to fuel Mailchimp RSS campaigns, so the links in those emails take users to the Post, and they can’t seem to be able to find the Register link easily. |
Hi Mike, There are two buttons on the event post (one before and after the content) and they both have a class name of a_register_link. So if you apply some CSS3 styles to that class, you canmake that link look more button like. Here is some example code you can try by placing into a custom stylesheet or a child theme style.css file:
The above style rules were adapted from Chris Coyier’s CSS button maker if you’d like to customize it further: http://css-tricks.com/examples/ButtonMaker/ If you want to move the register links, that will require altering the event_post.php template. You’ll likely want to copy over the event_post.php template to /wp-content/uploads/espresso/templates. One thing to keep in mind if you do copy it over, you’ll need to keep it maintained when there are changes to the built in template in future versions of Event Espresso. |
|
|
Man, you rock! That’s perfect. Thank you! |
You’re welcome Mike. Glad it worked for you. |
|
The support post ‘Register Link Style’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.