Pi Zi
Forum Replies Created
-
Thanks for translating!
I thought only when creating own files the load function is nescessary, but not when using translate.wordpress.org. They will be automatically deployed with WordPress.
I’m not able to approve:
they will need to be approved by a translation editor – a trusted member of the polyglots community
So we have to be patient. Again thanks for your effort. Appreciated!
Yesterday I’ve read an article which said you don’t need to call the
load_textdomainfunction when not using your own pot/mo files. Only set in the plugin header “Text Domain” to the plugin slug. So that’s not right?1) Maybe you’re right. It once started with just exceptions.
2) Oh yah, I keep writing it wrong. 🙁
The plugin converts old option values to the new option values, and after that it removes the old ones.
Clearly something went wrong in the re-activate procedure on your site, and therefore there’s a tiny change the old values still exists in your database. To check if this is the case you have to do some coding, f.e. by adding code to your functions.php of your theme:
$old_wpel_option = get_option( 'wp_external_links-extra' ); var_dump( $old_wpel_option );This should be done automatically. I’m surprised your list is gone. Did you get any errors during the update procedure?
Just released v2.1.0.
Under “development” all new strings are available.
I don’t know when the “stable” will be updated.The option is now under tab “Exceptions” and called “Exclude external links by URL:”.
After updating the plugin copies the settings from v1.8.x to v2.x.Cannot simulate your issue. The first image is being shown.
Maybe you can send me an url showing the problem?
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Still seeing issuesPlease try if the v2.1.0 solves the problem.
I think it’s because I used a text domain that wasn’t the same as the plugins slug. Hopefully next release will be updated on translate.wordpress.org.
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Still seeing issuesAgain a DOMElement error. I am going to remove PHP DOMElement dependencies. I thought it would be good build on a standard class, but it’s to buggy.
The next release it will be fixed. I try to release today or tomorrow.
Robert,
You could also add the attribute
data-wpel-link="ignore"to your links (when detecting the WP External Links plugin is installed). Those links will be completely ignored by the plugin.
That way the users don’t have to take any action.Regards,
VictorHello Robert,
Indeed the options have been changed. Thank you for making our plugins compatible!
Regards,
VictorHello Robert,
Very nice that the plugin shows the compatibility notice.
I haven’t seen that PHP error before. Also I installed the Leaflet Maps Marker, but it doesn’t break, even when I haven’t applied the exclude list it does seem to work on my install.
Tried GeneratePress in Customizer. I can make changes and save & publish them.
Can you be more specific?Probably some code within the script block(s) broke the regular expression search.
Glad it works for you again.