Pi Zi
Forum Replies Created
-
Solved.
Thank you all for testing and reporting!
Solution provided above
Something went wrong with commiting the code. I updated version to 2.1.3 so you would get an update message again in WP.
Very sorry for all the trouble.
Regards,
VictorThat’s the value behind the option “all in the same new window or tab”. Apparently that’s not valid. In that case you need to select another option.
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Exclude HomeNot possible by just using the plugin settings.
The home page link needs to be set, like adding the ignore value:
<a href="/home" data-wpel-link="ignore">Home</a>Or setting the target like:
<a href="/home" target="_self">Home</a>
(and be sure the setting “overwrite existing values” is disabled on the settings page)Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] BlankShieldOption “noreferrer” is enabeld by default.
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] BlankShieldOption “noreferrer” is enabeld by default.
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Strange bugFixed
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Minor typo on admn panelFixed
Correction: “Overwrite existing values” should offcourse be DISABLED.
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Add link popup not showingClosed
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Add link popup not showingClosed
Ticket closed.
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] internal link //site.comForgot to fixed this bug. Will be down in next release.
This functionality is too specific, but can be done by using the JavaScript code above.