Viewing 6 replies - 1 through 6 (of 6 total)
  • have you tried to:

    Have you tried to temporarily:

    – deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    – switching to the default theme to rule out any theme-specific problems
    – deactivate/activate plugin
    or add snippet below located at wp-content/plugins/wp-fullcalendar/wpfc-admin.php

    if ( is_array(glob( $plugin_path.'*.css')) ){
    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;
    }
    }

    also, please check directory plugins/wp-fullcalendar/includes/css if there’s any css files?

    Thread Starter cmoralesk

    (@cmoralesk)

    Thank you very much, the problem disappeared adding the code you wrote me.
    Now do not get me work appears the calendar using the fullcalendar event manager.

    Thread Starter cmoralesk

    (@cmoralesk)

    Thank you very much for the help, problem solutions, but now what happens is that the plugin does not work in the subject that I think.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    can you explain further –

    but now what happens is that the plugin does not work in the subject that I think.

    Thread Starter cmoralesk

    (@cmoralesk)

    Wp plugin fullcalendar function fails to create the theme. When testing the plugin on wp themes default, this been operated properly.

    Someone can help me work on my theme

    https://https://test.yogananda.cl/noticias/calendario/

    thank you very much

    https://www.ads-software.com/extend/plugins/wp-fullcalendar/

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    if it’s your theme you may need to hire someone to help you (or contact the theme maker). I took a look and you seem to be using the default calendar, if you put up the fc one somewhere we can look at maybe we can spot something obvious.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Events Manager] Error WP-Fullcalendar with events manager’ is closed to new replies.