Saltar navegación

[Resuelto] target="_blank" does not work

This support ticket is created hace 4 años, 3 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por martinB-16 hace 4 años, 3 meses.

Asistido por: Minesh.

Autor
Mensajes
#1812581
hardcopy from website.jpg

This link open at the same tab. Why?

<p>Ansprechpartner</p>
<p>[types field='mitglied_vorname'][/types] [types field='mitglied_nachname'][/types]<br>[wpv-conditional if="( $(wpcf-mitglied_ortsteil) ne '' )"][types field='mitglied_ortsteil'][/types]<br>[/wpv-conditional] [types field='mitglied_strasse'][/types]<br>[types field='mitglied_plz'][/types] [types field='mitglied_ort'][/types]</p>
<p>[wpv-conditional if="( $(wpcf-mitglied_telefon) ne '' )"]Telefon: [types field='mitglied_telefon'][/types]<br>[/wpv-conditional] [wpv-conditional if="( $(wpcf-mitglied_mobil) ne '' )"]Mobil: [types field='mitglied_mobil'][/types]<br>[/wpv-conditional] [wpv-conditional if="( $(wpcf-mitglied_fax) ne '' )"]Fax: [types field='mitglied_fax'][/types]<br>[/wpv-conditional] [wpv-conditional if="( $(wpcf-mitglied_e-mail) ne '' )"]E-Mail: [types field='mitglied_e-mail'][/types][/wpv-conditional][wpv-conditional if="( $(wpcf-mitglied_website) ne '' )"]</p>
<p>Website: [types field='mitglied_website'][/types][/wpv-conditional]</p>

Test on this Site: enlace oculto

see picture

#1813583

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Once I checked the problem URL you shared, I can see the two anchor tags added one with no caption value.

Can you please try to use the following code for the anchor tag and replace it with your existing anchor tag code and try to resolve your issue:

<a href="[types field='mitglied_website' output='raw'][/types]" target="_blank" rel="noopener noreferrer">[types field='mitglied_website' output='raw'][/types]</a>
#1814411

Than you.
It works