d-media
Forum Replies Created
-
You can try adding a simple isset() check for the variable before you start using it
I also had this problem but found a workaround:
Looks like the dash is the problem:In the file: class-bwp-recaptcha-cf7.php search for the line:
wpcf7_add_shortcode('bwp-recaptcha', ...
And replace this by removing the dash:
wpcf7_add_shortcode('bwprecaptcha', ...Don’t forget to change the shorttag in your form
[bwp-recaptcha...]to[bwprecaptcha...]Not exactly sure if you have the same problem. But my problem was that the shortcode/tag wasn’t parsed.
I found an solution. Looks like the dash is the problem:
In the file: class-bwp-recaptcha-cf7.php search for the line:
wpcf7_add_shortcode('bwp-recaptcha', ...
And replace this by removing the dash:
wpcf7_add_shortcode('bwprecaptcha', ...Don’t forget to change the shorttag in your form
[bwp-recaptcha...]to[bwprecaptcha...]Forum: Plugins
In reply to: [Contact Form 7] Google CaptchaI found an solution. Looks like the dash is the problem:
In the file: class-bwp-recaptcha-cf7.php search for the line:
wpcf7_add_shortcode('bwp-recaptcha', ...
And replace this by removing the dash:
wpcf7_add_shortcode('bwprecaptcha', ...Don’t forget to change the shorttag in your form
[bwp-recaptcha...]to[bwprecaptcha...]Forum: Plugins
In reply to: [Contact Form 7] Google CaptchaI’ve got the same problem. The shortcode:
[bwp-recaptcha bwp-recaptcha-761]isn’t parsed.
I used your plugin as a basis and implemented Recaptcha v2 in it.
I you would like me to contribute it to your code just let me know.Would be cool. Could you give an indication on when you think 1.2.0 will be released?
Forum: Plugins
In reply to: [Apply with LinkedIn buttons] New API LinkedInDue to a busy schedule we have not been able to make a decision on further development yet.
Forum: Plugins
In reply to: [Apply with LinkedIn buttons] Apply With LinkedIn Button Not DisplayingHi,
sleblang: i don’t know if you got it working yet, but we have some bad news: Please see the last post on our support form regarding the new API.
Thank you pawprintexample for the support.
Forum: Plugins
In reply to: [Apply with LinkedIn buttons] Apply With LinkedIn Button Not DisplayingHi,
sleblang: i don’t know if you got it working yet, but we have some bad news: http://wordpress.org/support/topic/new-api-linkedin?replies=3
Thank you pawprintexample for the support.
Forum: Plugins
In reply to: [Apply with LinkedIn buttons] New API LinkedInHi,
We also heard the news. Unfortunatly migrating the current setup to the Profile API to maintain the same functionality is not a simple process.
If you visit the LinkedIn Dev page regarding the migration process you’ll notice the outrage on the sudden drop in support and especially the short notice on which it was announced.
We are currently assessing if we will rebuild the current plugin. And if so, when.
If you drop us an email at wp-apply[at]d-media.nl we will let you know if we have any updates.
Forum: Plugins
In reply to: [Apply with LinkedIn buttons] LinkedIn Apply questionsHi James,
Good to hear you like the plugin. We created the plugin quite some time ago when the functionality was not yet available.
Unfortunately we received news that LinkedIn will change the way the ‘apply button’ works. We are checking out if/when we will make new version of this plugin.
Forum: Plugins
In reply to: [Apply with LinkedIn buttons] Apply With LinkedIn Button nNot ShowingHi Sleblang,
Sorry for the late reply. Did you find any solution or cause of the problem yet?
If not, could you post the URL where the button should show?
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] WP 3.9 insert seems brokenI was too quick to judge, it was another plugin (probably visual composer) that caused the problem. Updating that plugin fixed it 🙂
Forum: Plugins
In reply to: [Google +1 button automator] Placing / Location of buttonHi Toby,
There is a feature to add a CSS wrapper class to the button.
You can style and place the wrapper to your own liking.