Pi Zi
Forum Replies Created
-
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] typoFixed in version 2.1.2
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Conflict with REST APIShould be fixed in version 2.1.2.
Should be fixed in version 2.1.2 when applying settings on whole page.
I send a request to the author of Widget CSS Classes to add some code to her plugin, that will fix the problem in all cases.
Correction: CSS classes will not be overwritten by the plugin.
The icons cannot be found, probably because the font was changed in the CSS code.
Predefined classes of “Widget CSS Classes” doesn’t seem to work at all on my wp install. Maybe I’m doing something wrong.
It could be some CSS style is overwriting the font.
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Incompatible with PHP 7Too bad. I’m testing on PHP 7, but it works fine here. Probably there was an other cause.
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] links keep disappearingDont’t have a clue. It could be anything.
In short:
<a title="{title}">{text}</a>So it refers to the original title or text.
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] typoThanks!
To open PDF’s in a new window you could add this JavaScript code:
jQuery(function ($) { $('a[href$=".pdf"]').prop('target', '_blank'); });Maybe it’s because existing CSS classes will be overwritten by the plugin. This is a bug that should be solved.
This is too specific to built in the plugin.
But you could set the icon for unsecure sites (unlock) and an exception for secure sites in your CSS stylesheet:a[href^="https"] .wpel-icon:before { content: "\f023" !important; /* lock icon for https */ }Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Image IconThe plugin does ignore
<img>tags, but not images set with CSS.
Beside the options Kalico mentioned, it’s also possible to ignore individual links by settingdata-wpel-link="ignore", f.e.:
<a href="#" data-wpel-link="ignore">Some link</a>I need more info. like an URL.
Or you might check the “support” tab on the admin options page and send me the technical info.