Support » Plugin: WP FullCalendar » Console error when no theme selected

  • Miguel

    (@teledirigido)


    if you have selected “No Theme” you might get an error on your console. So what I did is
    change the if statement on wp-fullcalendar.php:

    if( WPFC.wpfc_theme_css != '' ){ // add themeroller

    for this

    if( WPFC.wpfc_theme_css != '' && WPFC.wpfc_theme_css != 'No Theme' ){ // add themeroller

    And now I get no errors. Hope this helps to someone.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    can I know what error are you getting? this is because am not getting this issue.

    Thread Starter Miguel

    (@teledirigido)

    I’m using Chrome 33 and WP FullCalendar v0.8.4. If I select under jQuery UI Themeroller the option No Theme I get the following error on my console:

    GET http://mysite.loc/No%20Theme 404 (Not Found)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Console error when no theme selected’ is closed to new replies.