Title: Console error when no theme selected
Last modified: August 21, 2016

---

# Console error when no theme selected

 *  [Miguel](https://wordpress.org/support/users/teledirigido/)
 * (@teledirigido)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/console-error-when-no-theme-selected/)
 * 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/](https://wordpress.org/plugins/wp-fullcalendar/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/console-error-when-no-theme-selected/#post-4714121)
 * can I know what error are you getting? this is because am not getting this issue.
 *  Thread Starter [Miguel](https://wordpress.org/support/users/teledirigido/)
 * (@teledirigido)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/console-error-when-no-theme-selected/#post-4714165)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-fullcalendar.svg)
 * [WP FullCalendar](https://wordpress.org/plugins/wp-fullcalendar/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fullcalendar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fullcalendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fullcalendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fullcalendar/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Miguel](https://wordpress.org/support/users/teledirigido/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/console-error-when-no-theme-selected/#post-4714165)
 * Status: not resolved