Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Styling the Waiting list link for Themeroller | Event Espresso - Staging Server

Support

Home Forums Custom Files Styling the Waiting list link for Themeroller

Styling the Waiting list link for Themeroller

Posted: October 4, 2012 at 2:42 am

Viewing 3 reply threads


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

  • Support Staff

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.

Viewing 3 reply threads

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 - Staging Server