Pi Zi
Forum Replies Created
-
The banner below the footer is set within an
<iframe>(content of another website), therefore it’s not possible to change those links with this plugin.Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Incompatibility with plugin WP Mailto Links?Hello Christian, thank you for testing!
Still got the same problem with latest version of the plugin?
Should be solved in version 0.24
Should be solved in version 0.24
Should be solved in version 0.24
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Incompatibility with plugin WP Mailto Links?@christian Could you test again with the new version 0.24?
@chouby You’re right. It’s better to put the code in the init callback (so I did).
I will try to fix this in the next version.
You can choose if you want the plugin to change external links within posts, comments, (text)widgets or the whole page.
The class “ext-link” will be added to the -tag, which meanse you have to use this css code:
a.ext-link:link { color: #4D4D4D; }Please try again with the latest version. If you keep having the same problem, let me know.
I haven’t tested it on a multisite yet. Do you have the same problem with the latest version?
Thanks!
Should be solved in version 1.10
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Template ConflictWhen the <head> tag contains attributes, the html output is all messed up.
For example, the Thematic theme generates:
<head profile=”http://gmpg.org/xfn/11″>When I change it to just <head>, it works fine.
Hopefully solved in version 1.03…let me know.