Outerbridge
Forum Replies Created
-
Forum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] Thank you!That’s brilliant; thank you for making mine!
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Doesn't accept correct answerNot sure why this is showing as resolved – did anyone change the status?
If you are still having issues, please can you confirm that you have upgraded to WordPress 3.9 for me?
Thanks
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Doesn't accept correct answerThanks for making me aware of this – I am looking into it.
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] HumanCaptcha doesn't work with JetPack?Hi
The problem is that you need to disable HumanCaptcha on the options page so that Jetpack doesn’t try to use it.
Go to Plugins > HumanCaptcha and in the first section “HumanCaptcha Usage” toggle option 1 “Use on comments form? Default: On” to Off.
I’ve just tried this out myself and it works perfectly.
Regards
^MikeForum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Captcha Not Showing UpAny update on this please Aaron?
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] HumanCaptcha doesn't work with JetPack?Thank you for letting me know – I will look into it.
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Captcha Not Showing UpHi Aaron
Have you tried switching to another theme? Themes can have plugin-like functionality in them, as well as having their own coding issues (like not enqueuing scripts properly). I don’t know about the theme that you’re using, but you can see the following message in the footer which implies that all is not well: “Warning: Missing argument 2 for wpdb::prepare(), called in /home/votrradioadmin/perfectpeaceplan.com/post/wp-content/themes/inove/footer.php on line 22 and defined in /home/votrradioadmin/perfectpeaceplan.com/post/wp-includes/wp-db.php on line 992”.
Please test with a standard WP theme like Twentythirteen or Twentyfourteen and let me know how you get on.
Regards
^MikeForum: Plugins
In reply to: [HumanCaptcha by Outerbridge] add several answers to question?No, but the plugin converts its answer and the user’s answer to lowercase before comparing them though.
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Doesn't accept correct answerInteresting. I can’t leave a comment. I’m getting the monday, tuesday, … question. Can you check that the answer is still friday please, and that you haven’t changed it?
I can’t see any copy and paste code. Do you have a screenshot?
Have you tried it with a default WP theme and/or other plugins disabled, as it’s possible that something is conflicting with it?
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Question Not Being ShownThe theme is conflicting with the plugin as the change of theme demonstrates, and I can see that you’ve found an alternative solution, so there isn’t much I can add.
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Does this work with the WP SuperCache plugin?It could be the browser’s handling of cached variables. As per your original post, caching and anti-spam don’t seem to mix very well.
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Does this work with the WP SuperCache plugin?In front of.
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Does this work with the WP SuperCache plugin?We are not aware of any conflicts with the WP Super Cache plugin, but you are right that cache plugins are notoriously tricky – let us know if you have any problems.
No, please see the piece entitled “Square Brackets”:
Square Brackets
The shortcode parser does not accept square brackets within attributes. Thus the following will fail:
[tag attribute=”[Some value]”]Unfortunately, you cannot do what you are suggesting.
I’m afraid this is a limitation of WordPress. Please see http://codex.wordpress.org/Shortcode_API#Nested_Shortcodes for more info.