Viewing 15 replies - 1 through 15 (of 16 total)
  • The same problem here, after update to 4.0.1 before an hour……. The form just disappeared and only shortcode is visible. Please help!

    http://www.pdr-tools.eu/contacts/

    I’m having the same issue. Have just contacted the developers to find out what the problem is.

    Just found a solution that worked for me on the developer’s forum.

    Webdorado Forum

    Thread Starter 11Elevencreative

    (@11elevencreative)

    @woodson1975

    Thank you! that worked.

    Plugin Contributor webdorado

    (@webdorado)

    Dear all,

    We’re terribly sorry, that you’re experiencing this. Please be informed, that we will soon release an update of the plugin which will fix your issue.

    The issue was caused by the WordPress. But our developers are working on the issue and the update release will be available within a few hours.

    Until then, please edit the form page with the Text mode of the editor and add a code tag to the shortcode, such as:

    <code>[wd_contact_form id="1"]</code>

    Thank you.

    Plugin Contributor webdorado

    (@webdorado)

    Please be informed, that we have released an update of Contact Form Maker, which is compatible with WordPress 4.0.1. Please update your plugin.
    Thank you.

    I have not received an update. I am currently using Form Maker Pro 2.7.18.

    Plugin Contributor webdorado

    (@webdorado)

    Please download the updated Pro version from your account on Web-Dorado.com > My products section. Please note that after the update you will have to regenerate the shortcode. That is to delete and insert the shortcode from the Editor again.

    Thank you.

    YES! the update 2.7.20 fixed the problem. All forms are back again after delete and insert new shortcode.

    Plugin Contributor webdorado

    (@webdorado)

    Dear all,

    Here is the solution we came up with, we are publishing it, in case any of you is interested:

    1. Go to your Plugins section of the WordPress admin panel of your website.
    2. Find Contact Form Maker and click Edit under the plugin title, you will access the plugin editor.
    3. Please scroll down to the end of the code and add the following code before the main PHP ?> brackets:

    add_shortcode('wd_contact_form', 'contact_fm_shortcode');
    
    function contact_fm_shortcode($attrs) {
    	$new_shortcode = '[wd_contact_form';
    	foreach ($attrs as $key=>$value) {
    	$new_shortcode .= ' ' . $key . '="' . $value . '"';
    	}
    	$new_shortcode .= ']';
    	return $new_shortcode;
    }

    Thank you.

    Hi,
    The free version still does not seem to work – the forms do not come in (though they do give a confirmation message after submission) to my email address. (my email is fine btw)
    downloaded latest avail free version = 1.7.25
    The editor file seems to already have the code above it in yet it still does not work- any ideas? Or is pro the only one fixed? I cannot currently afford to buy pro.
    πŸ™

    Plugin Contributor webdorado

    (@webdorado)

    Dear rozsarak,

    Could you please give us the link to your form page?
    Thank you.

    Hi. I have put it on this page for testing : http://ecoactiveireland.com/test-form/

    thanks

    Plugin Contributor webdorado

    (@webdorado)

    Dear rozsarak,

    Please note, that this is not a WordPress update problem. As we have successfully submitted the form, we suppose the issue is that you are not receiving the submissions with e-mail. Are we correct?

    Thank you.

    I am using wordpress 4.0.1 with optimizepress and the plugin shortcode is not working

    [wd_contact_form id=”7″]

    on http://nashvilleinvestor.com/

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘shortcodes not working after WP update’ is closed to new replies.