How to make plone 5 link type open in new window?

I know there is an option in the theme management, to make links open in new windows, but it don't work for link type... any idea?

It works in my Plone 5

Does this happen when you open the link from a folder view or when you open it from the navigation (portlet)

I test with summary view, and it load the link in the same tab.

Make sure you test when you're not logged in... the behaviour of Links changes if you have edit permission on them.

1 Like

Have click update / clear cache after active External links open in new window. But it sill the same any idea?

Yeah, looking at the output of wget I'd say the Link does a normal HTTP redirect which wouldn't let you specify whether to open it in a new window:

kim@dev:~$ wget -O google.out https://designinterventionsystems.com/google
--2017-07-07 08:58:58--  https://designinterventionsystems.com/google
Resolving designinterventionsystems.com (designinterventionsystems.com)... 2400:cb00:2048:1::6818:7e2a, 2400:cb00:2048:1::6818:7f2a, 104.24.126.42, ...
Connecting to designinterventionsystems.com (designinterventionsystems.com)|2400:cb00:2048:1::6818:7e2a|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://google.com [following]
--2017-07-07 08:58:58--  https://google.com/
Resolving google.com (google.com)... 2607:f8b0:4000:80c::200e, 216.58.194.110
Connecting to google.com (google.com)|2607:f8b0:4000:80c::200e|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://ipv6.google.com/sorry/index?continue=https://google.com/&q=EhAmADwAAAAAAPA8kf_-UDQ_GKKn_soFIhkA8aeDS_JiRglvkbk3iEgbBKnyL0ddXezBMgNyY24 [following]
--2017-07-07 08:58:59--  https://ipv6.google.com/sorry/index?continue=https://google.com/&q=EhAmADwAAAAAAPA8kf_-UDQ_GKKn_soFIhkA8aeDS_JiRglvkbk3iEgbBKnyL0ddXezBMgNyY24
Resolving ipv6.google.com (ipv6.google.com)... 2a00:1450:4011:804::100e
Connecting to ipv6.google.com (ipv6.google.com)|2a00:1450:4011:804::100e|:443... connected.
HTTP request sent, awaiting response... 503 Service Unavailable

2017-07-07 08:58:59 ERROR 503: Service Unavailable.

It looks like this 'bug' is still present (?)

Plone 5.2.6, Python 3.6.

Did anyone find a workaround ?