Dan & Jennifer
Forum Replies Created
-
Forum: Plugins
In reply to: [Stop Spam Comments] comments won't postFYI guys,
I’m having the same problem with the ColorWay theme… works fine in the other themes tho.
Will open a separate forum item for that here.
Thanks!
Forum: Plugins
In reply to: [Captcha] get_plugins every call?Hi guys!
Just following up on this. 🙂
Thanks!
Forum: Plugins
In reply to: [Captcha] does not work for woocommerce loginGuys, we are having this same problem using the Captcha plugin on our site that has WooCommerce as well.
We actually had to disable the Captcha plugin because it was preventing any logins AND password resets via the WooCommerce Login form and the WooCoomerce password reset page.
I see the above example, but it is for generic forms.
Could you please provide the specific code to make this work for WooCommerce? 🙂
Thanks!
Forum: Reviews
In reply to: [WordPress MU Domain Mapping] No longer being developedDomain mapping is being added to WP core over the next few major releases. We will not be adding any new features to the plugin.
@ron that is awesome news!!
Thanks!
DanForum: Plugins
In reply to: [Captcha] get_plugins every call?Hi there!
Just wanted to see if this call was corrected in the latest version?
I would really like to run the Captcha plugin, but concerned about performance of this call on every page view. 🙂
Thanks!
DanHi Max!
I know what you’re referring to… as a possible solution, WooCommerce provides a number of hooks, so we can trigger an action at different points, for example after their login.
Could you give me the function call complete with parameters – so i can add it to functions.php?
Thanks!
Forum: Plugins
In reply to: [Simple Instagram Widget] Empty space in widget where image should be?Sorry wrong plugin… I may try this one though 🙂
Forum: Plugins
In reply to: [WooCommerce] I get Cannot load woocommerce after update to 2.2.2Mike, this was resolved after updating Admin Menu Editor Pro to latest version, 1.9.5.
See the note on their changelog under the 1.9.5 version, the mention of “WooCommerce 2.2.1+ compatibility”.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] I get Cannot load woocommerce after update to 2.2.2Hey Mike.
Just updated our system to the latest WooCommerce 2.2.4 and latest Woo extensions, and seeing the same problem.
A quick google search for that error brought me to this forum post…
To answer your question, of where I am getting that link…
It’s the actual left hand “WooCommerce” menu item, as well as the sub-menu item “WooCommerce” that leads to this URL: /wp-admin/admin.php?page=woocommerce
Screenshot: http://www.screencast.com/t/ERWUmttxd5Z
Thanks for your help on the Stripe API issue on Twitter btw 🙂
Have an awesome day!
DanForum: Plugins
In reply to: [Simple Social Icons] Colors Won't Change – Tried adding code to CSSLOL – oops – my bad… The customer I was working with had another simple social icons widget buried in a custom sidebar… It was overriding the changes to the first widget. #BLUSHINGNOW
Forum: Plugins
In reply to: [Simple Social Icons] Colors Won't Change – Tried adding code to CSSHi there.
I’m having the same problem – can’t change the widget settings once they’ve been set the first time… It seems that any changes after the plugin is first configured are ignored. What gives?
I also can’t edit my stylesheet because the plugin seems to be inserting some inline styles right before the close head tag </head> with !important, so anything I add is getting overwritten by those styles. 🙁
http://www.screencast.com/t/juogSQIbr5B0
Can you please confirm if this code is coming from the plugin – though I think it is as I see the same styles right before the </head> on the plugin authors site 🙂 – view-source:http://www.nathanrice.net/plugins/
I too am using a Genesis child theme and have cleared the cache and everything else I can think of.
How can we get the plugin settings to work again?
Forum: Plugins
In reply to: [Simple Shopping Cart] Plugin Settings Menu LocationHi there.
Just checking in on this…
Thanks Max! Just re-enabled it, will update you if we see any issues. 🙂
>> v.1.0.1 will have the SQL queries fixed.
Great, anything that helps will be great.BTW considering we’re NOT going to be purging the log table (so it can reach millions of rows in not too long), I was wondering if there’s an index on that column to help keep username queries fast?
Also, this is non-related, but I just added a suggestion for quick access user/site action links for enhanced usability here:
http://ww.wp.xz.cn/support/topic/quick-access-links-in-login-log-view-like-wp-user-listing-has?replies=1Thanks!
DanHey Max!
Great to hear from you, thank you! So just to clarify, are you seeing what was causing the full-table-scan of the logins table on each load of wp-login.php?
And is there a way to remove the scanning of that table for the login process?
It took a while to figure out that’s what was causing it – but apparently there are some very common wordpress attacks in the wild now, doing lots and lots of submit to wp-login.php to try and break into a site. i.e. dictionary attacks.
That’s not really a problem for us, BUT our login log table has over 100k entries and keeps growing – we need to keep that data for a long period (read: indefinitely)… we don’t purge it.
So I just need to ensure that the login process does not scan that table. 🙂
Thanks!!Forum: Plugins
In reply to: [Simple Shopping Cart] Plugin Settings Menu LocationHi there! thank so much for the quick response.
We have a large WordPress multisite (1000+ sites) where each user is the admin of their own sub-site (but not administrators of the multisite). We do not allow individual site admins to add, remove, or edit the available plugins. That is handled at the super-admin level of the multisite.
This is not an issue for most plugins because the settings for them are under the main settings menu (which individual site admins do have access) or the plugin creates is own menu item. But this plugin, places the settings under the plugins menu, so individual site admins cannot access the settings.
Does that help? And is there a way to change this?
Thanks again!