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 iCal icon | Event Espresso - Staging Server
I would like to move the iCal icon on its own line with the following text – Add this event to your calendar. (instead of being displayed behind the event date).
This can be done by adding some style rules to your custom stylesheet. Many WordPress theme’s have a custom stylesheet option. If you don’t have one there is a feature in Jetpack that adds a custom stylesheet editor, or you could install the my custom CSS plugin.
With that, here is some example code that you can use:
.espresso_ical_link {
display: block;
}
.espresso_ical_link:after {
padding-left: 10px;
content: "Add this event to your calendar";
}
This worked, thank you. Is it possible to move the entire line right below “Maps and Directions” line or below “Price” and before Registration details block? Please see the snapshot: http://lfs-server1.s3.amazonaws.com/wp-content/uploads/2013/06/iCal_Pic1.jpg
Additionally, is it possible to merge State and ZIP Code on the same line where State is currently located?
Finally, it it possible to have an empty line between “United States” and “Map and Direction” lines?
All of those changes can be accomplished by modifying the registration_page_display.php template. You’ll want to follow the instructions here: http://staging.eventespresso.com/wiki/put-custom-templates/, for moving the registration_page.php and registration_page_display.php template files into uploads/espresso/templates before modifying them.
The support post ‘iCal icon’ 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.