Support

Home Forums Custom Files Add-on (EE3) Styling the Waiting list link for Themeroller

Styling the Waiting list link for Themeroller

Posted: October 4, 2012 at 2:42 am


onadventure

October 4, 2012 at 2:42 am

Today’s EE task on my plan was to start using waiting lists for my events

The link to join the waiting list, turns out un-styled. I made a small change in the event_list_display.php template (and copied the updated file to my uploads/eventespresso/templates directory).

The following small change enables use of the Themeroller styling on the Waiting list link, similar the other “Register” links.

line 104:
<p id="register_link-” class=”register-link-footer”><a class="a_register_link" id="a_register_link-” href=”” title=””>

Changed to
<p id="register_link-” class=”register-link-footer”><a class="a_register_link ui-button ui-button-big ui-priority-primary ui-state-default ui-state-hover ui-state-focus ui-corner-all" id="a_register_link-” href=”” title=””>

Check out the result here:
http://onadventure.dk/tilmelding/
(in danish, Register = Tilmeld, Waitlist= Venteliste)

Just a tip for those who what their wait list links to be more visible.

Cheers,
Tue


Dean

October 4, 2012 at 3:25 am

Thanks for the tip Tue!


onadventure

October 4, 2012 at 3:28 am

Same goes for line 285 in registration_page.php

Old:
<p id="register_link-” class=”register-link-footer”><a class="a_register_link" id="a_register_link-” href=”” title=””>

New:
<p id="register_link-” class=”register-link-footer”><a class="a_register_link ui-button ui-button-big ui-priority-primary ui-state-default ui-state-hover ui-state-focus ui-corner-all" id="a_register_link-” href=”” title=””>

Cheers,
Tue


Seth Shoultes

  • Support Staff

October 4, 2012 at 12:25 pm

Thanks Tue!

This has been added and will be in the 3.1.28 release.

The support post ‘Styling the Waiting list link for Themeroller’ 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.

Event Espresso