Thanks for the help, but it did not do the trick.
I am using Events-calendar 6.6-beta
and the pages are in a Local testing server
At around line 200 there is
if(isset($_GET['page']) && strstr($_GET['page'], 'events-calendar')) {
That line is in the function EventsCalendarManagmentINIT()
Seems to me that the js and the css comes from events-calendar.php around line 160
function EventsCalendarINIT() {
$inadmin = strstr[$svr_uri, 'wp-admin');
if (!$inadmin) {
wp_enque_scirpt('....');
}
Is it possible to call if( is_page(999)) from events-calendar.php ?
Tried if ((!$inadmin) && (is_page(999)) {