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: https://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.
Support forum for Event Espresso 3 and Event Espresso 4.