Support

Home Forums Event Espresso Premium force venue link to open new tab or window

force venue link to open new tab or window

Posted: June 1, 2017 at 9:01 pm

Viewing 5 reply threads


Joe

June 1, 2017 at 9:01 pm

Hello,
In EE4, how do I set the venue links to open in new browser window or new tab?

My event is here: golf tournament


Tony

  • Support Staff

June 2, 2017 at 4:07 am

Hi Joe,

You can add this snippet to you site:

https://gist.github.com/joshfeck/4f8fb1ce71462d7d49ea6bf12d077ae3

That will set the venue website url to open in a new tab.

I recommend using a Custom Functions Plugin for functions like these.


Joe

June 2, 2017 at 10:48 am

thanks for reply. I added that code via a custom functions plugin and get this error:

The code snippet you are trying to save produced a fatal error on line 15:

Cannot redeclare espresso_venue_website() (previously declared in /home/web_sgi/solidgroundinternational.org/wp-content/plugins/event-espresso-core-reg/public/template_tags.php:1117)

Please advise
thx


Tony

  • Support Staff

June 2, 2017 at 10:53 am

Seems EE is loading before your snippet, you should be able to use the themes functions.php for that snippet instead.


Joe

June 2, 2017 at 11:16 am

My theme (or rather my clients theme) does not let me edit the functions.php from the WP backend so as a work around I am using a plugin called Snippets to inject the code. However, I will see if I can gain FTP access and add it that way.
Thanks for the quick responses.


Tony

  • Support Staff

June 2, 2017 at 11:22 am

If snippets works for you it’s fine to use, it just needs to load before the EE template_tags.php file does so it declares the function first (EE checks if its already declared which allows you to override it)

Viewing 5 reply threads

The support post ‘force venue link to open new tab or window’ 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