Pi Zi
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Encoder - Protect Email Addresses and Phone Numbers] Not a code guy!The plugin shows the email as you entered on the screen, but in the code behind it, the emailaddress will be encrypted.
Though you’re that it would be a nice feature to also mask the email as you see on the page as an extra level of protection.I added the feature to protect all kind of content, not particularly phone numbers. Therefore you have to manually mark the content you want to be encoded.
Forum: Plugins
In reply to: [WP Mailto Links - Protect Email Addresses] Conflict with Retina 2x pluginHello John, OK, could you turn off the WPML plugin? So I could see the html source when plugin isn’t inactive.
OK
Do you have an example/url?
Yes, it should work for the posts and all comments (reactions) on your posts.
No not yet, but more users have been asking about this option. So I will put it on the TODO list.
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Load time?Hello Gregor, in the past I’ve had more reactions about the P3 Profiler results. I think it’s biased, but I will do some more benchmarking.
When do you get the error? In the admin part? Or on the site?
I need more information. What exactly doesn’t work? What do you see?
The issue seems a little similar to:
https://wordpress.org/support/topic/displaying-phone-number-when-presing-home-menu-buttonTechnical explanation: it probably has to do with with the Ajax requests (see http://stackoverflow.com/questions/2360076/javascript-document-write-replaces-all-body-content-when-using-ajax)
I’ll put it on the TODO list
That’s not possible.
You could uncheckProtect mailto linksand protect emails on your site by using the shortcode[eeb_email email="..." display="..."]or template functioneeb_email('info@somedomain.com').Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Minor styling questionIt’s recommended to create a child theme with specific customization for your site. That way the parent theme can be updated without touching the child theme.
Why put it in every theme, you just use one theme per site right? Or do you have more sites?I don’t know yet if it will make the majority happy 🙂
Hi, if you change the HEM menu link to:
http://ctit.cworks.se/#Hemit should work fine.Do your external links get a nofollow flag or an icon?
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Minor styling questionYosmc, you might be right on the 12px, but changing would have effect for all existing users (also users who maybe don’t like the change).
A solution would be, to add the correction into your own stylesheet (CSS) within your theme, f.e.:.ext-icon-1 { padding-right:12px !important; }';That wway you don’t have to change after each update.