• Hi,
    I have the same problem as in post http://wordpress.org/support/topic/events-not-displaying-depending-on-user-role?replies=7 , that means that events only are displayed when I´m logged in. Deactivating plugins and updating the theme didn´t brought any effect.

    In FullCalendar-Options I found this message: “Warning: Invalid argument supplied for foreach() in /www/htdocs/w0101529/pt-wp/wp-content/plugins/wp-fullcalendar/wpfc-admin.php on line 144”

    content up to line 142 of wpfc-admin.php is the following:

    //get theme CSS files
    								"$plugin_path = get_stylesheet_directory()."/plugins/wp-fullcalendar/";
    								foreach( glob( $plugin_path.'*.css') as $css_file ){
    									$css_file = str_replace($plugin_path,'',$css_file);
    									$css_custom_files[$css_file] = get_stylesheet_directory_uri()."/plugins/wp-fullcalendar/".$css_file;
    								}
    								?>

    I use the included black-tie.css-Theme and Events Manager.

    Any help or idea would be very appreciated.
    Thanks in advance,

    http://wordpress.org/plugins/wp-fullcalendar/

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Events Not Displaying when logged out’ is closed to new replies.