Title: springthistle's Replies | WordPress.org

---

# springthistle

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/users/springthistle/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/springthistle/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/springthistle/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Field Template] Patchstack is saying 2.7.7 is vulnerable to Cross Site Scripting (XSS)](https://wordpress.org/support/topic/patchstack-is-saying-2-7-7-is-vulnerable-to-cross-site-scripting-xss/)
 *  [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [3 months, 3 weeks ago](https://wordpress.org/support/topic/patchstack-is-saying-2-7-7-is-vulnerable-to-cross-site-scripting-xss/#post-18854511)
 * [@hiroaki-miyashita](https://wordpress.org/support/users/hiroaki-miyashita/) 
   I am also wondering if this will be patched. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Uncanny Toolkit for LearnDash] Bug in the code breaks group tables (with a fix for you)](https://wordpress.org/support/topic/bug-in-the-code-breaks-group-tables-with-a-fix-for-you/)
 *  Thread Starter [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [8 months ago](https://wordpress.org/support/topic/bug-in-the-code-breaks-group-tables-with-a-fix-for-you/#post-18710745)
 * Yes, happy to submit there as well. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Monitor] Frequent 404 errors](https://wordpress.org/support/topic/frequent-404-errors-2/)
 *  Thread Starter [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/frequent-404-errors-2/#post-16100868)
 * Cristian – I upgraded to 4.7 and will reply back here if the 404s happen again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Monitor] Frequent 404 errors](https://wordpress.org/support/topic/frequent-404-errors-2/)
 *  Thread Starter [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/frequent-404-errors-2/#post-16093282)
 * Thanks, Christian. DLM version 4.6.2 and WP version 6.0.2.
 * Note, though, that the 404s have been occurring, intermittently, for a few months.
 * Here’s a page with a bunch of download links:
    [https://cnyepiscopal.org/resources/financial-matters/compensation-benefits/](https://cnyepiscopal.org/resources/financial-matters/compensation-benefits/)
 * At the moment, all links are 404s, but if things continue as before, they may
   stop being 404s any second.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] “Preview Changes” not working](https://wordpress.org/support/topic/preview-changes-not-working-6/)
 *  Thread Starter [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/preview-changes-not-working-6/#post-10105574)
 * Thanks. I tested and found that if I switched to the TwentySeventeen theme, the
   content changes showed up in Preview (though event date/time/location changes
   didn’t, but I don’t care about those).
 * Do you have any suggestions or ideas as to what in our theme could be interfering
   with Previewing events? Remember, previewing posts and pages works.
 * Thanks,
    Aaron.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] preview changes not working on events since WP 4.9](https://wordpress.org/support/topic/preview-changes-not-working-on-events-since-wp-4-9/)
 *  [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/preview-changes-not-working-on-events-since-wp-4-9/#post-10100735)
 * It looks like this issue is marked as resolved, but I’m still experiencing it.
 * If I edit an event and click on “preview changes”, the published version of the
   event shows, not the edited version.
 * This applies to the post_content, Marcus, and also to dates.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Staffer] Individual staff pages lost since upgrade](https://wordpress.org/support/topic/individual-staff-pages-lost-since-upgrade/)
 *  [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/individual-staff-pages-lost-since-upgrade/#post-9553124)
 * > You can still link to staff profiles directly.
 * Not true for me. My staff profile pages completely disappeared. Even the “View”
   link disappeared from the admin. I poked around in the plugin code and figured
   out why.
 * In `public/class-staffer-public.php`, where the CPT is registered, “public” was
   set to false:
    `Line 85 register_post_type('staff', array(` `...` `Line 98 'public'
   => false,`
 * I changed that to true, and everything worked for me again. This makes me reluctant
   to update the plugin. I may rollback to the Feb 2015 version and stick with that,
   going forward.
 * What prompted this sudden flurry of interest in this plugin after more than 2
   years neglected, anyway?
    -  This reply was modified 8 years, 9 months ago by [springthistle](https://wordpress.org/support/users/springthistle/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Merge + Minify + Refresh] Stripping inline css attributes](https://wordpress.org/support/topic/stripping-inline-css-attributes/)
 *  Thread Starter [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/stripping-inline-css-attributes/#post-9109516)
 * Hi Launch, thanks for replying so quickly.
 * My inline styles are not added with Javascript, so that couldn’t explain the 
   problem. However, after I updated the plugin and re-activated it, it’s working
   without problems, so I’m all set now. Many thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar Shortcode & Block] Additional formatting option](https://wordpress.org/support/topic/additional-formatting-option/)
 *  Thread Starter [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/additional-formatting-option/#post-8293420)
 * Looks like this date_thumb option I requsted has been added to the latest version
   of the plugin (Version 1.3). Thank you very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Personality Quiz Add-On] Personality Quiz Settings are not showing up](https://wordpress.org/support/topic/personality-quiz-settings-are-not-showing-up/)
 *  Thread Starter [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/personality-quiz-settings-are-not-showing-up/#post-7650362)
 * I’m happy to report that when I deactivated both plugins, deleted them, and installed
   the newest versions of both – now it works. Thanks for your response!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Personality Quiz Add-On] Personality Quiz Settings are not showing up](https://wordpress.org/support/topic/personality-quiz-settings-are-not-showing-up/)
 *  Thread Starter [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/personality-quiz-settings-are-not-showing-up/#post-7650323)
 * Please answer my question above. Would really like to be able to use this plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar Shortcode & Block] Additional formatting option](https://wordpress.org/support/topic/additional-formatting-option/)
 *  Thread Starter [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/additional-formatting-option/#post-7582613)
 * HI sfedingfield,
 * the way you take advantage of the “date_thumb” option is by using the “contentorder”
   attribute, where you can say what order to print information. The way it’s used
   on my site is:
 * contentorder=’date_thumb, title, date, excerpt, venue’
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Wrong event times show in grouped calendar](https://wordpress.org/support/topic/wrong-event-times-show-in-grouped-calendar/)
 *  Thread Starter [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/wrong-event-times-show-in-grouped-calendar/#post-6905016)
 * Hi Nick,
 * We’re still having problems where the events in the grouped calendar are wrong.
   They are now one hour off; makes me think maybe this is connected to DST?
 * I’ve check the timezone-settings link you posted above. The time zone in google
   calendar is set to New York at both the main Settings level and the individual
   calendar level. There are no event-specific timezone settings (they never get
   altered as all events are in NY).
 * WordPress’s timezone is also set to New York. The time for the individual events(
   e.g. Children’s Services: All Grades”) shows up correctly as 9:15:
    [http://emanuelsynagogue.org/calendar/religious-school-and-family-events/](http://emanuelsynagogue.org/calendar/religious-school-and-family-events/)
 * The time for that same event (“Children’s Services: All Grades”) on the grouped
   calendar shows up as 10:15:
    [http://emanuelsynagogue.org/calendar/almost-all-events-grouped/](http://emanuelsynagogue.org/calendar/almost-all-events-grouped/)
 * The timezone setting for the grouped calendar is “Site Default (America/New York)”.
 * Having a look at all this, can you tell me if we have set something wrong or 
   if there is a bug in the software? We’ve done nothing unusual with timezones 
   at any point in the process; it’s all simply New York centric.
 * Thanks!
    Aaron.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Importer] Notice: wp_get_http is deprecated since version 4.4!](https://wordpress.org/support/topic/notice-wp_get_http-is-deprecated-since-version-44/)
 *  [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/notice-wp_get_http-is-deprecated-since-version-44/page/2/#post-6836094)
 * I’m so interested in this getting fixed as well. Will you post an update [@ryan](https://wordpress.org/support/users/ryan/)
   when it’s ready? Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar] php Error in Event Popup](https://wordpress.org/support/topic/php-error-in-event-popup/)
 *  [springthistle](https://wordpress.org/support/users/springthistle/)
 * (@springthistle)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/php-error-in-event-popup/#post-6760376)
 * I’m surprised that this error is still present. It was reported, and a user posted
   a fix, three years ago:
    [https://wordpress.org/support/topic/plugin-ajax-event-calendar-getting-a-warning-in-the-create-event-form-1](https://wordpress.org/support/topic/plugin-ajax-event-calendar-getting-a-warning-in-the-create-event-form-1)
 * This plugin was updated within the past 8 months, but they haven’t fixed this
   error in the code?
 * Do the plugin authors monitor this forum?

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/users/springthistle/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/springthistle/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/springthistle/replies/page/2/?output_format=md)