Title: linuxguy's Replies | WordPress.org

---

# linuxguy

  [  ](https://wordpress.org/support/users/linuxguy/)

 *   [Profile](https://wordpress.org/support/users/linuxguy/)
 *   [Topics Started](https://wordpress.org/support/users/linuxguy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/linuxguy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/linuxguy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/linuxguy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/linuxguy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/linuxguy/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SEO Ultimate] [Plugin: SEO Ultimate] Syntax error ver. 7.5.7](https://wordpress.org/support/topic/plugin-seo-ultimate-syntax-error-ver-757/)
 *  [linuxguy](https://wordpress.org/support/users/linuxguy/)
 * (@linuxguy)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-seo-ultimate-syntax-error-ver-757/#post-2977954)
 * I ran into this problem today while launching a client’s web site. You all saved
   me a ton of work trying to figure it out. Thanks for posting!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP FullCalendar] Removing event start times in WP FullCalendar](https://wordpress.org/support/topic/plugin-wp-fullcalendar-removing-event-start-times-in-fullcalendar/)
 *  [linuxguy](https://wordpress.org/support/users/linuxguy/)
 * (@linuxguy)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-fullcalendar-removing-event-start-times-in-fullcalendar/#post-2976196)
 * Hi Sue,
 * I’m afraid that’s all I’ve got. The change seems to be working for me on multi-
   day events, too.
 * Hopefully, the devs will work these changes into the next release.
 * God bless!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP FullCalendar] Removing event start times in WP FullCalendar](https://wordpress.org/support/topic/plugin-wp-fullcalendar-removing-event-start-times-in-fullcalendar/)
 *  [linuxguy](https://wordpress.org/support/users/linuxguy/)
 * (@linuxguy)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-fullcalendar-removing-event-start-times-in-fullcalendar/#post-2976169)
 * Hi suerama,
 * This was driving me crazy, too, but I found an answer. You’ll have to do some
   file editing. Follow this path on your WP installation:
 * wp-content >> plugins >> wp-fullcalendar >> includes >> js
 * The file you want to edit is main.js. Search for the following string:
 * if(!n.allDay&&B.isStart)
 * There should be only one occurrence in the file. Verify this before proceeding.
   Then delete:
 * n.allDay&&
 * so that the new string reads:
 * if(!B.isStart)
 * This solved the problem for me, and so far it hasn’t caused any problems.
 * For safety’s sake, I copied the main.js file to my local computer and then renamed
   the file on the server to main-old.js. I then edited the local file and copied
   it back to the server.
 * Hope this helps!

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