Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Artisan Internet

    (@artinet)

    OK, found it.

    /public_html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/twig (choose the theme folder for the theme you are using).

    Open the file month.twig and locate the line:
    <a href="{{ event.permalink | e( 'html_attr' ) }}"

    Add target=”_blank” to the end of the line:
    <a href="{{ event.permalink | e( 'html_attr' ) }}" target="_blank"

    I hope this helps.

    Hi,

    Thank you for sharing your solution, it will certainly help other users who want to open the event in a new window.

    Take care,
    Ben

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Open event in new window?’ is closed to new replies.