• Resolved datto510

    (@datto510)


    wordpress updated to 4.01 today and the frontend uploader plugin upload boxes are no longer showing up on my page with default form unticked.
    I am using this configuration

    [fu-upload-form title="Upload Disclosure Plan, Site Plan, Floor Plan, Elevations etc"]
    Please include job reference and address details in your file names as that is how we know what job they are for.
    [input type="file"]
    [input type="file"]
    [input type="file"]
    [input type="file"]
    [input type="file"]
    [input type="submit" class="btn" value="Submit"]
    [/fu-upload-form]

    https://wordpress.org/plugins/frontend-uploader/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Rinat

    (@rinatkhaziev)

    Your shortcode doesn’t look right to me: you only have one valid input – submit button. Your form should look like the default one in readme.

    My form is also broken!

    Maybe it has something to do with this: https://wordpress.org/support/topic/issues-with-wordpress-401-and-shortcodes

    [fu-upload-form class="your-class" title="Mach mit" form_layout="post_image" category="2" post_type="image"]
    [input type="text" name="post_title" id="title" description="Name" multiple=""]
    [textarea name="post_content" class="textarea" id="ug_caption" description="Botschaft"]
    [input type="file" name="featured_image" id="ug_photo" class="required" description="Foto" multiple=""]
    [input type="submit" class="btn" value="Gesicht zeigen"]
    [/fu-upload-form]
    Plugin Author Rinat

    (@rinatkhaziev)

    Hey zweilicht,

    Thanks for the info, I’ll look into it.

    Plugin Author Rinat

    (@rinatkhaziev)

    This should be fixed now.

    Thanks for your incredible fast reaction!

    I’m sorry, but the update produces an error: when WordPress tries to activate the plugin, this is the answer:

    Parse error: syntax error, unexpected T_FUNCTION in /…/wordpress/wp-content/plugins/frontend-uploader/frontend-uploader.php on line 106

    Plugin Author Rinat

    (@rinatkhaziev)

    Ah yes, you must be running PHP version older than 5.3. I released 0.9.2 that fixes your issue just now. Enjoy 🙂

    You are the GREATEST! Everything now works fine again.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘broken on 4.01 update’ is closed to new replies.