Viewing 3 replies - 1 through 3 (of 3 total)
  • Yeah, same problem. Close button not working. User is stuck there looking at the cropped image.

    In the same way, remove button does not actually remove the image or reset it back to blank.

    B.

    (@bandonrandon)

    I’m not sure if this helps but you’ll need to load thickbox on the front end.

    add_action('wp_enqueue_scripts', 'my_load_scripts');
    
    function my_load_scripts() {
        if ( !is_admin() ){
       	wp_enqueue_script('thickbox');
       	wp_enqueue_style("thickbox");
         }
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘issue with WP User Frontend’ is closed to new replies.