Outerbridge
Forum Replies Created
-
Definitely! Please email the code to contact@outerbridge.co.uk and we can discuss further…
Hi hifihedgehog and thanks for your interest in our plugin. We will add this to the list of feature requests, but at the moment we are pretty busy with paid work, so I’m afraid it’s unlikely to happen in the near future…
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Problem with non-English characters?Hi
In answer to your question, yes, I used the รค character. The mixed character sets could be a result of the way your hosting works – my plugin uses the defaults that are set for the database. You might want to trying changing the encoding/collation – but make sure that you take and verify a backup first!
I’d say that this is pretty unusual and not typical of WordPress. As I often say to my customers, the upside of WordPress is that it’s flexible, and the downside is that it’s flexible.
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Problem with non-English characters?Hi.
That’s strange because the update fixed the problem for me – I was testing using the “รค” character that you mentioned.
It might be that there’s a problem with the encoding/collation in your MySQL database. Can you check the “{your_prefix}obr_humancaptcha_qanda” table in the database please? You can use phpMyAdmin in your hosting to do this. For example, I have a test site which uses “UTF-8” and “utf8mb4”. You need to check the table and the individual columns as well.
Please let me know what you find…
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Problem with non-English characters?Hi. I released the update a couple of days ago. ๐ Please let me know how you get on…
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Problem with non-English characters?Hi
I think I’ve spotted the problem. Can you test v3.1 when it’s available and let me know how you get on please?
Many thanks!Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Disable for Backend CommentsThanks for sharing your solution with us!
Regards
OuterbridgeForum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Didn’t worked with my websiteThanks anthorfacte. Sorry the plugin was not quite what you needed. Glad you found something.
^PennyForum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Multiple answers and filter changeYes; you can specify your own questions within the plugin.
Forum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] Can’t embed in iFrame shortcodeHi
You can’t put a shortcode inside another shortcode tag, you can only nest them inside each other. Please see https://codex.wordpress.org/Shortcode_API#Limitations for more information.
Regards
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Multiple answers and filter changeHi Matlo
Many thanks for taking the time to put those patches together. We’re swamped with paid work at the moment, so we can’t look at this at the moment, but I have put your patches on the to-do list for this plugin and we’ll review them as soon as we can.
Many thanks again!
Great news, glad you got it sorted!
Forum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] How this plugin Work?Hi
That looks okay to me, do the individual shortcodes work on their own? I.e. if you try:[ihc-hide-content ihc_mb_type="show" ihc_mb_who="2,3" ihc_mb_template="3" ] TEXT [/ihc-hide-content]does it show TEXT?
And when you try
[INSERT_ELEMENTOR id="1741"]does it show what you expect?You might also like to have a look at this part of the Codex which shows how nesting shortcodes works – this plugin just implements that functionality: https://codex.wordpress.org/Shortcode_API#Limitations
Forum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] Messes up few partsHi
My first thought is that it might be to do with the way that the markdown shortcode works. In essence, all our plugin does is implement the shortcode functionality of WP, but it does have its limitations which you can see here: https://codex.wordpress.org/Shortcode_API#Limitations
Personally I would try removing the different shortcodes one at a time to find out which one is causing the problem.
Let me know how you get on…
Hi Carlos
No you can’t put one shortcode inside another. This plugin allows you to nest shortcodes inside each other. You can read about what’s allowed and what isn’t here: https://codex.wordpress.org/Shortcode_API#Limitations
Regards
Mike