Support

Home Forums Event Espresso Premium iCal icon

iCal icon

Posted: June 6, 2013 at 7:58 am

Viewing 4 reply threads


Jake Vizner

    June 6, 2013 at 7:58 am

    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).

    Thank you,

    Jake


    Josh

      June 6, 2013 at 10:15 am

      Hi Jake,

      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";
      }


      Jake Vizner

        June 6, 2013 at 11:13 am

        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?

        Thank you,

        Jake


        Sidney Harrell

        • Support Staff

        June 6, 2013 at 11:36 am

        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.


        Jake Vizner

          June 12, 2013 at 11:31 am

          Thank you,

          Jake

           

          Viewing 4 reply threads

          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.

          Event Espresso - Staging Server