Hi there @silktech,
Thanks for getting in touch with us!
Can i disable views for places (even if i use pro)?
Yes, just paste the snippet below in your theme’s (or child theme’s) functions.php file and it will disable the venue links (although the venue page will still be available via direct URL):
/* Tribe, disable Venue link added by Events Calendar PRO */
remove_action( 'tribe_events_single_meta_before', array( 'Tribe__Events__Pro__Single_Event_Meta', 'filter_fields' ) );
Please let me know if this works for you,
Have a great weekend,
Nico