Sperry77
Forum Replies Created
-
I received your email, but your instructions do not work. I sent you a response.
I don’t understand why Shareaholic makes verifying so difficult. If you would simply provide an easy way/tab/faq where we can get the code so we can place it on our site to verify it would be most helpful.
Forum: Plugins
In reply to: [Widget Logic] Tag is breaking my siteUPDATE:
Realized I needed to add wp prior to it to make it work:
!wp_is_mobile()
Works now ??
I emailed you directly (so my websites aren’t listed here for the world to see).
Thanks
Forum: Plugins
In reply to: [Email Address Encoder] My email addresses are not being obfuscated.And yet other plugins seem able to do it.
I finally found a solution. I combined your plugin along with SpamShiv Lite, another WP plugin email obfuscator. Now my meta tags and custom posts are obfuscated – along with the the_content and widget_text which your plugin obfuscates. Maybe you guys can combo up and merge your code ??
Forum: Plugins
In reply to: [Clone] Can′t login to my cloned site?You need to login with the original website name (the one you cloned), not the new site’s password.
Forum: Plugins
In reply to: [Email Address Encoder] My email addresses are not being obfuscated.Understood. It would have been nice if you could tell me (or add to your plugin) the proper filter to obfuscate meta data in addition the areas you currently obfuscate. This would not be specific to my site but rather beneficial to all who download your plugin.
All the best.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] repeating the same taskI am having the same problem. It appears my plugins won’t backup (although it appears all other things have).
I don’t understand your solution offered. What is split size and where do I change it?
Forum: Plugins
In reply to: [Email Address Encoder] My email addresses are not being obfuscated.I believe what I need to do to make your plugin work for all my themes is add the appropriate filter to the following in your plugin:
foreach (array(‘the_content’, ‘the_excerpt’, ‘widget_text’, ‘comment_text’, ‘comment_excerpt’) as $filter) {
add_filter($filter, ‘eae_encode_emails’, EAE_FILTER_PRIORITY);Can you please let me know the proper filter to add to your plugin so I can obfuscate my meta data on dealgrove.com? I assume it’s listed here: https://codex.www.ads-software.com/Plugin_API/Filter_Reference
I tried ‘meta_data’ but it didn’t work.
Finally – do you know what filter tag(s) I would add alongside yours to obfuscate my emails that are showing on shanespitzer.com?
Forum: Plugins
In reply to: [Email Address Encoder] My email addresses are not being obfuscated.While adding a mu-plugin would be helpful for installing across multi sites, I’m not sure how it assists me in getting your plugin to work with obfuscating my meta tags or adding to the filters. It appears this has to be done manually. So I guess I have to find an alternate email obfuscator plugin since yours solely handles the basics and your documentation and response does not describe in enough detail how one would go about modifying/adding to the filters and meta.
Forum: Plugins
In reply to: [Email Address Encoder] My email addresses are not being obfuscated.First, thank you for the reply. It is nice to see an author be so responsive!
I assumed your plugin obfuscated all email addresses (wherever they may be). I will have to work on removing that email from my meta tag (once I can find out where to do that). Unless you have plans to update your plugin code so I can obfuscate this too?
I also run another site and your plugin is not obfuscating my emails there. It’s shanespitzer.com. Perhaps it’s because the theme I’m using creates special pages to post content. Any easy fix for this?
Also, I read your faq’s about how to add code – but it doesn’t say where to add it. functions.php? header.php? etc. Any direction would be much appreciated.
Forum: Plugins
In reply to: [HumansNotBots - Easy, Accessible Email Cloaker] Doesnt work properly anymore7 months later you respond? Who can remember the issue. I’ve since moved on to other plugins that work and have better support.
Forum: Reviews
In reply to: [W3 Total Cache] Don't upgrade to 0.9.2.10Sadly, I had to remove W3 Total Cache. It was working wonderfully except for a minor issue re iPad caching. But then, minify gave an error – and it tried to solve the error but couldn’t. I couldn’t log into WP anymore and my site was down. Had to delete all files via FTP (which was a real pain the arse!). So now… I’m considering Super Cache and WP Minify. Sad, cause I really liked W3 Total Cache. But I can’t go through hours of finding and deleting files in case the minify error happens again upon reinstall. Error was something about file or filename being too large.
Ah, I found my error. I tagged my photos as a featured image but did not also choose a featured image. It works now. Thanks!!
I’m pretty sure it is a windows based server.
This post was great. I was having the same exact problem and once I changed to this:
$protocol = ( !empty($_SERVER[‘HTTPS’]) ) ? ‘https://’ : ‘https://’;
the problem went away.BraveNewCode has updated their version since this thread and it still hasn’t been fixed, so I had to use the hack. Hope it doesn’t cause a security issue.