Title: jfreake's Replies | WordPress.org

---

# jfreake

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Piotnet Addons For Elementor] Fatal Error](https://wordpress.org/support/topic/fatal-error-4853/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/fatal-error-4853/#post-18432056)
 * Changing Line 302 of
 * /wp-content/plugins/piotnet-addons-for-elementor/piotnet-addons-for-elementor.
   php
 * from
 *     ```wp-block-code
       if ( defined('PAFE_VERSION') && !$feature['pro'] || defined(constant_name: 'PAFE_PRO_VERSION') && $feature['pro'] ) {
       ```
   
 * to
 *     ```wp-block-code
       if ( defined('PAFE_VERSION') && !$feature['pro'] || defined('PAFE_PRO_VERSION') && $feature['pro'] ) {
       ```
   
 * fixes the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] 14.0.1 Fatal Error](https://wordpress.org/support/topic/14-0-1-fatal-error/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/14-0-1-fatal-error/#post-12747201)
 * Same here. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JSON API] thumbnails not included for attachment fix](https://wordpress.org/support/topic/thumbnails-not-included-for-attachment-fix/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/thumbnails-not-included-for-attachment-fix/#post-3921818)
 * Before making changes to the plugin code, check to see if you have jetpack>photon
   enabled. It rewrites the thumbnail urls to include the wp.com cdn in such a way
   that that makes the fileexists check fail.
    I disabled photon and the thumbnail
   urls reappeared in the JSON feed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackUpWordPress] [Plugin: BackUpWordPress] Upgraded Backup WordPress and Control Panel is inoperable](https://wordpress.org/support/topic/plugin-backupwordpress-upgraded-backup-wordpress-and-control-panel-is-inoperable/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-backupwordpress-upgraded-backup-wordpress-and-control-panel-is-inoperable/#post-3106219)
 * I just ran into this problem for the first time after having backup wordpress
   installed on many sites. To get around the error, I needed to deactivate Jetpack(
   v2.3.2), activate BUWP and then re-activate jetpack.
 * A note to the author:
    Instead of having the plugin throw an error and stay in
   a broken state (with no access to the admin panel), can you change the functionality
   to instead show an alert followed by deactivating the BUWP plugin and returning
   to the plugins listing.
 * Thanks.
    Otherwise, fantastic plugin…great work.
 * Jason
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Scheduler] email notification sending every hour!](https://wordpress.org/support/topic/email-notification-sending-every-hour/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/email-notification-sending-every-hour/#post-3579702)
 * In the meantime, until the plugin gets updated, you can tweak the notifications
   to get generated daily instead of hourly by changing the **4** hourly references
   in content-scheduler.php
 * from this:
    wp_schedule_event( time(), ‘hourly’, ‘content_scheduler_notify_’.
   $current_blog_id ); AND wp_schedule_event( time(), ‘hourly’, ‘content_scheduler_notify’);
 * to this:
    wp_schedule_event( time(), ‘daily’, ‘content_scheduler_notify_’.$current_blog_id);
   AND wp_schedule_event( time(), ‘daily’, ‘content_scheduler_notify’ );
 * After making the code change, go to the plugin options page and re-save your 
   options.
    This worked for me. J
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Scheduler] [Plugin: Content Scheduler] Development dropped?](https://wordpress.org/support/topic/plugin-content-scheduler-development-dropped/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-content-scheduler-development-dropped/#post-3110808)
 * Thanks for the update Paul.
    I look forward to the update.
 * Is there an official way to request a feature.
    I would like to see sorting/filtering
   on the expiry date column in the post admin screen.
 * Also…what is your company URL 🙂
 * Thanks,
    J
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[kk Star Ratings - Rate Post & Collect User Feedbacks] kk Star Ratings over SSL](https://wordpress.org/support/topic/kk-star-ratings-over-ssl/)
 *  Thread Starter [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/kk-star-ratings-over-ssl/#post-3672478)
 * I just updated the plugin and the ajax call is now working (it was possibly working
   before) but the stars are still a problem over https.
 * The issue is as a result of me setting up my site on http and later switching
   to https. It seems that the stars are setup to include the server URL at the 
   time of installation.
    As a work around, after switching to HTTPS mode, I remove
   the stars and re-add my own versions. This re-writes the link to the stars as
   an https address.
 * Can I suggest a relative path for the stars?
 * Thanks,
    Jason
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Scheduler] [Plugin: Content Scheduler] Development dropped?](https://wordpress.org/support/topic/plugin-content-scheduler-development-dropped/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-content-scheduler-development-dropped/#post-3110805)
 * If he has dropped development, maybe he can hand over the project to someone 
   else to maintain? Paul…care to comment? (by the way…great plugin 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Scheduler] email notification sending every hour!](https://wordpress.org/support/topic/email-notification-sending-every-hour/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/email-notification-sending-every-hour/#post-3579690)
 * Same here. Not every hour but more frequently than we would like. (many times
   per day.)
 * Expiration frequency (in minutes): = 5000
    Notify before expiration: = 14 Plugin
   version: 0.9.8
 * A look at the cron information shows:
    Once Hourly: content_scheduler_notify,
   every 60 mins CS User Configured: content_scheduler, every 3 days
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anyfeed Slideshow] Picasa Feed is no longer loading](https://wordpress.org/support/topic/picasa-feed-is-no-longer-loading/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/picasa-feed-is-no-longer-loading/#post-2101934)
 * No prob Soleil…glad I could help. Thanks to you for writing the plugin in the
   first place 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anyfeed Slideshow] [Plugin: Anyfeed Slideshow] Picasa feed stopped working](https://wordpress.org/support/topic/plugin-anyfeed-slideshow-picasa-feed-stopped-working/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-anyfeed-slideshow-picasa-feed-stopped-working/#post-2179013)
 * are both of the plugins on [http://ondetours.com](http://ondetours.com) working
   correctly right now?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anyfeed Slideshow] [Plugin: Anyfeed Slideshow] Picasa feed stopped working](https://wordpress.org/support/topic/plugin-anyfeed-slideshow-picasa-feed-stopped-working/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-anyfeed-slideshow-picasa-feed-stopped-working/#post-2178981)
 * I think you could.
    You most likely just need to add a bit of jquery that adds
   the ref/lightbox property to each of the images in the anyfeed div. What is the
   url to your site?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anyfeed Slideshow] [Plugin: Anyfeed Slideshow] Picasa feed stopped working](https://wordpress.org/support/topic/plugin-anyfeed-slideshow-picasa-feed-stopped-working/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-anyfeed-slideshow-picasa-feed-stopped-working/#post-2178975)
 * Great News! 🙂
    Glad I could help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anyfeed Slideshow] [Plugin: Anyfeed Slideshow] Picasa feed stopped working](https://wordpress.org/support/topic/plugin-anyfeed-slideshow-picasa-feed-stopped-working/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-anyfeed-slideshow-picasa-feed-stopped-working/#post-2178973)
 * I think you need to set your anyfeed preferences to “Content” instead of “Thumbnail”
 * When I go to your site and manually re-trigger the anyfeed jquery init but change
   thumbnail to content, it looks good.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anyfeed Slideshow] [Plugin: Anyfeed Slideshow] Picasa feed stopped working](https://wordpress.org/support/topic/plugin-anyfeed-slideshow-picasa-feed-stopped-working/)
 *  [jfreake](https://wordpress.org/support/users/jfreake/)
 * (@jfreake)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-anyfeed-slideshow-picasa-feed-stopped-working/#post-2178969)
 * I think I found the problem.
    This new error happened to me when I upgraded the
   Workpress framework to version 3.2.1
 * Here is the background (semi-accurate)
    From what I can tell, WP 3.2 updated 
   jQuery to version 1.6.1 (I must have been running a pre 3.2 install before the
   upgrade) There are some changes with the way jQuery handles quotes and escape
   characters in version 1.6+
 * Here is the fix: Escape the colons!
    Go to the installed plugins section of WP.
   Click edit next to Anyfeed Slideshow. On the right, choose the file “anyfeed-
   slideshow/anyfeed.php”. In this file, find the line: nodeName=media: Change it
   to: nodeName=media\\: Also find the line: nodeName=content:encoded Change it 
   to: nodeName=content\\:encoded
 * This should work and as with my previous fix, realize that if the author updates
   the plugin without either of these fixes, you will have to make the changes manually
   again.
 * Cheers,
    J

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

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