danbrady
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Lightbox] YouTube parameters break the video lightbox add-onThanks, I didn’t notice the support on GitHub.
We’ll take a look at templates, and I look forward to the video add-on supporting all the YouTube URL parameters.
My mistake about shortcodes, I was getting mixed up with another plugin we’re using for separate functionality.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Tim Thumb updateI stand corrected, timthumb has been deprecated so is no longer included (though why it’s taken this long I have no idea)
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Tim Thumb updateArgh. Now I’ve learned you’re still using Tim Thumb, after serious vulnerabilities were found in it a long time ago, I am deleting this plugin in a hurry.
And make sure the path you are accessing can never be caught as a 404.
If this page doesn’t exist, create a blank page:
IP addresses didn’t help, but we think it’s working again now so I’m listing our steps.
In ithemes security’s settings page, make sure xmlrpc restriction is set to ‘off‘ (it already was for us). This enables xmlrpc (ie, it doesn’t block it).
Untick “Remove the RSD (Really Simple Discovery) header”.
Then save the settings
We also deactivated and reactivated the shipstation plugin.
(The above refers to the Woothemes Shipstation plugin)
Have received the IP addresses from Shipstation, am trying that …
To clarify, shipstation can’t update woocommerce order statuses and add tracking codes
thanks
Forum: Plugins
In reply to: [ImageInject] please please add more sources.Great plugin, and I agree it would be even better with more free images from other sources.
Everystock photo is a good place to look as it aggregates many free photo collections. You could possibly hook into their search, or simply use the same sources they do (excluding those that require account creation):
imageafter
NASA
RGBStock
Wikimedia Commons
morgueFileThere’s also: freeimages.com
Forum: Plugins
In reply to: [Custom Post Type UI] DissapearedThis worked for me (plugin v1.0):
1. Go to Permalinks
2. Click saveForum: Plugins
In reply to: [Contact Form 7] Block email address or domainThe problem with comment blacklist is that it matches inside words. ie you can’t give it an exact match or phrase.
So “seo” produces false positives such as “Gaseous”
Not that I expect many messages will contain “Gaseous”, but you see the problem.
Forum: Plugins
In reply to: woocommerce "Returning customer? Click here to login" lead nowhere.We had the same issue (login and coupon links not working on the checkout page)
It turned out that the javascript had been updated via a woocommerce update, but that the browser was receiving an old, cached version.
For us, the cached version was being served by Cloudflare so we had to flush the cache there, but in theory the cache could be in one of many places depending on your set up.
To check if this is the cause of your issue, open the offending cart/checkout page and inspect element using Firebug. If you have the same issue as I experienced, in the console tab there will be js error. Looking at the code in the error versus the file on the server, showed that the browser wasn’t being served the correct file.
Hope that helps someone as it took a bit of time to figure out.
Or, if you have a Redirect plugin just create a redirect on your main domain
example:
lost password link is
mainmulitsitedomain.com/wp-login.php?action=lostpasswordgo to:
mainmulitsitedomain.com/install/activate redirect plugin
create redirect from
/wp-login.php?action=lostpassword
to:
/yourhideslug?action=lostpasswordBut the PHP route might be better
Sorry, dumb question. I forgot the link is always the same. Redirect added at the main domain works fine.
The plugin should have a better, more elegant solution, but it works
Thanks
Thanks, did you need to add the redirect on each sub site individually?
I have a similar problem, looks like it’s related to the new version of Contact Form 7.
I assume this honeypot plugin needs to be updated…