prettyphoto is being used to run the photogallery.
Dunes and Trails ATV
When i activate thickbox, the photos no longer show up. Plus thickbox is deprecated, and they even suggest an alternative.
While Thickbox had its day, it is not maintained any longer, so we recommend you use some alternatives.
My user-avatar.php came like the following.
function user_avatar_admin_print_styles() {
global $hook_suffix;
wp_enqueue_script("thickbox");
wp_enqueue_style("thickbox");
wp_enqueue_style('user-avatar', plugins_url('/user-avatar/css/user-avatar.css'), 'css');
}
I tried swapping out all 3 thickbox calls for prettyphoto, and i get the invalid url error.
What do we do if we cant use thickbox? I have prettyphoto installed, and thinkbox screws it up?