Outerbridge
Forum Replies Created
-
Now updated for this oversight!
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] UTF-8 problemHI Antti,
Thanks for your patience. We have released a new version (v1.3) today which is available for download and should fix your issue.
Please let us know how you get on!
Kind Regards,
^Penny
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] UTF-8 problemHi Antti,
We are working on this today; I will keep you informed of progress,
^Penny
Hi Steve,
You need an underscore in the closing tag i.e. [/show_to].
^Mike
Forum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] Nested Shortcodes in Post Excerpts?Can’t see anything obvious from the list of fixes in 3.5.2 as to why that might be. https://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.5.2
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] no comment captchaHello
I understand that the plugins you have are essential but, as Mike said, we need you to try deactivating them one at a time to find out whether there’s a conflict. If nothing comes to light with the plugins, can you try a different theme (suggest Twenty Twelve) instead of your current theme, as well please?
Many thanks
^StigForum: Plugins
In reply to: [HumanCaptcha by Outerbridge] no comment captchaNot sure why this might be. Do you have another plugin or does your theme modify the standard comment form in any way? As a starting point, try deactivating them one at a time to try to identify whether there might be a conflict…
^Mike
Forum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] Nested Shortcodes in Post Excerpts?Ditto!
Forum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] Nested Shortcodes in Post Excerpts?Thanks Colorcube. Those filters are theme only?
Forum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] Nested Shortcodes in Post Excerpts?Hi Deyson
No, post excerpts don’t “execute” any shortcodes, HTML, etc.
Regards
^MikeForum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] Get max depth of nested shortcodesWe’re not aware of a way of getting the number of nested layers that you have. For reference, our plugin implements the “do_shortcode” functionality as per this part of the codex:
http://codex.wordpress.org/Shortcode_API#Nested_Shortcodes
Please let us know if you find a way to get the max-depth info!
Cheers,
^Mike
Forum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] Nested issueHi,
Glad you found it;
All the best,
^Mike
Forum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] Cant get it to workNot that I know of. See for more information on shortcodes.
Forum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] Cant get it to workHi
Unfortunately you can’t do that. You’re trying to nest a shortcode inside a shortcode tag. You can only nest shortcodes inside (non-enclosing) shortcodes.
For example:
Allowed:
[shortcode1]
[shortcode2]
TEXT
[/shortcode2]
[/shortcode1]Not allowed (what you’re trying to do):
[shortcode1 attribute1=”[shortcode2 /]” /]Cheers,
^Mike