Wedding - Open MAP Link in new window

Hey guys,

I am trying to open all “MAP” Links of the wedding demo in a new window.

See my page : http://luiseundchristian.de/#TERMINE

If you click on the map link for church it opens in same window. Have tried lots of codes without success.
Can you help me ?

Regards

Christian

Hello Chris,

Thanks for asking. :slight_smile:

To open the link in a new window you will have to use target=”_blank”. In the buttons element please turn on Open Link in New Window option.

https://www.w3schools.com/tags/att_a_target.asp

Thanks.

Hi Prasant,

thanks for your help. It didn’t work out for the turning around church box with the back ( hope you know what I mean, you can see it on demo link -> http://demo.theme.co/wedding/ when you go to events. Every shown event turns around on mouse over ) The same I have on my page and want to open that link in new page. I already tried this:
https://goo.gl/maps/D4GCXHJjVAU2 target=”_blank” (or do I something wrong )

but it didn’t work out. Any suggestions ?

regards

Christian

Hi Christian,

Please add a class to the card elements where you want the buttons to be opened to a new tab. Then add this code in the Global JS in X > Theme Options > JS:

jQuery('.the-card .x-face-button').attr('target', '_blank');

The code above assumed that the class you add to the card elements is the-card.

Please also remove the blank attribute you added to the link of the first card element.

Hope this helps.

Hey Jade,

thanks for your mail. It worked out. Well done! Thanks so much !

regards

Christian

Hi Christian,

You’re most welcome!
We’re glad @Jade were able to help you out.

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.