• Whenever enabling WP USER FRONTEND plugin, I get a thumbnail of the featured image at the end of all articles…

    My issue does not occur on cloned development site, but it does on live.

    Another issue I had (which may be related) is that the upload function did not work on UFE submission page. I figured out that disabling this in functions

    // wp_deregister_script( ‘jquery’ );

    makes attachments work. I haven’t seen any issues from doing so.

    Then I noticed the thumbnail issue… I Enabled jquery line again, and no fix. Deleted plugin, cleared out wp options for plugin and re added it and the thumbnail come right back… Any idea?

    Thanks,

    Joe

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Joe

    (@joesrocha)

    I should of mentioned, the thumbnail is in wp user frontend attachment div, which tells me it is generated by plugin.

    Yeah I get this too, I wanted to use this plugin with a custom post type where it outputs the thumbnails but it seems to do it on all post types which have a thumbnail.

    Hi
    There is an option in WP User Frontend > others > Show attachments in the post. Uncheck the checkbox and attachment images will not be shown
    in the post.

    Hope this helps

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘thumbnail images appearing after enabling plugin’ is closed to new replies.