• Hi there

    Great plugin, and it really solves my need.

    However, I cannot find a way to get images to upload on the front end post.

    I have both featured image and other images enabled. However, on click on the front end form no dialog box appears.

    The JS error appears to be:

    $("#wpuf-attachment-upload-filelist ul.wpuf-attachment-list").sortable is not a function

    I have disabled all other plugins and the problem is not fixed. Please help!

    http://wordpress.org/extend/plugins/wp-user-frontend/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter applegateian

    (@applegateian)

    PS I updated jQuery to the latest version in my theme.

    Thread Starter applegateian

    (@applegateian)

    Bump…hoping for a resolution.

    I found something interesting…

    Check in the footer of your theme if you have

    <?php wp_footer(); ?>

    You should have it.

    My moneys on setnaps for this. A few themes seem to forget about wp_footer() and this breaks a lot of plugins. It’s omission also means that no plugins can be added to the footer by the WordPress dashboard

    Basically this error means that wp-includes/js/jquery/ui/jquery.ui.sortable.min.js hasn’t been loaded which is done by javascript inserted into your page footer by this function.

    A quick check is to view the page source in your browser and do a find for jquery.ui.sortable.min.js. If it’s not there then this is the problem for sure.

    Try one of the default WordPress themes 2010 or 2011. If Frontend image upload works on these then your theme has definitely omitted wp_footer(). If so look at your themes footer file wp-content/themes/<your theme>/footer.php to see if wp_footer() is there. This isn’t a 100% check as some themes do not use this file.

    Cheers
    The Professor

    jquery.ui.sortable.min.js is present in source of chrome, firefox, and IE.
    Yet IE is the only browser that doesn’t handle the “Add another” button for me.

    IE doesn’t show the attachments, and the clicking the “Add another” button doesn’t initiate the select file dialog.

    Anyone got this working with IE?

    Fixed my IE inactive button issue. See here.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP User Frontend] Cannot upload any images’ is closed to new replies.