Support

Home Forums Event Espresso Premium Edit singel events

Edit singel events

Posted: September 13, 2017 at 2:40 am

Viewing 1 reply thread


swisswebprofi

September 13, 2017 at 2:40 am

How can I edit for example adress on single event ?


Josh

  • Support Staff

September 13, 2017 at 11:14 am

Hi there,

One way would be to edit the content-espresso_events-venues.php template (you can copy this template file from the EE plugin into your active theme’s folder).

Or if you don’t intend on making any more customizations there, you could add the following code which will also move those items:

add_action( 'AHEE_event_details_after_venue_details', 'my_move_venue_address' );
function my_move_venue_address() {
  ?>
  <script>
    jQuery( document ).ready(function($) {
      $(".espresso-venue-dv > strong, div[itemprop='address']").insertBefore(".event-venues-h3");
    } );
  </script>
  <?php
}

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.

Viewing 1 reply thread

The support post ‘Edit singel events’ 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