Evan Scheingross
Forum Replies Created
-
OK I believe I have a temporary fix until the developer releases an update.
In the-events-calendar-shortcode.php, find line 115. It should look like this:
$meta_date_date = date( 'Y-m-d' );Update that line to look like this:
date_default_timezone_set('America/Los_Angeles'); $meta_date_date = date( 'Y-m-d H:i:s' );Obviously, you’ll need to update the setting of the timezone to your appropriate location. See http://php.net/manual/en/timezones.php
That is working for me right now. My web server’s default time zone is set to UTC, but my WP installation is set to America/Los_Angeles.
I’m running WordPress 4.3.1
Yes, I think it’s pulling the server’s default time instead of the default timezone set within WordPress. But that’s just a guess at this point. Any help in this area would be greatly appreciated. Thank you!
Forum: Plugins
In reply to: [Latest Tweets Widget] Problem with tweets being updated?I was having similar problems using the shortcode implementation of this plugin, but my shortcode didn’t specify a user.
Once I added user=mytwitterhandle to the shortcode everything started working properly.
I noticed this problem across multiple installations that I manage which use this plugin.
Just want to note that I am having the exact same problem as well.
Forum: Fixing WordPress
In reply to: Unknown collation: 'utf8mb4_unicode_ci'@dustinbolton – Thanks for the comment. FWIW, I actually discovered this error while trying to perform an unsuccessful BackupBuddy migration.
Forum: Fixing WordPress
In reply to: Unknown collation: 'utf8mb4_unicode_ci'+1 for jtleathers export mentioned above.
I had the exact same problem: localhost environment with mysql 5.5.38, needed to migrate to a live server with mysql 5.1.73.
My newly-migrated site seems to be working just fine thus far, but as mctenold had asked, I have no idea if I’m losing some kind of important data I may not be aware of.
But what a freaking bugger! I’ve spent nearly 2 hours on this issue. There are many of us who develop locally using mysql 5.5.X and need to deploy on web hosts using something older.
Currently it seems the only solution is to downgrade my local environment or export with the compatibility settings mentioned above and (maybe?) risk losing some data.
Otto – I realize that your dev sites are used primarily for developing themes/plugins, but a lot of us do actual content population within a localhost environment because it’s much faster than doing so on a remote server.
Forum: Plugins
In reply to: [Genesis Custom Headers] Ability to use custom image sizeThat would be awesome and most appreciated!
If you need more clarification or a beta tester for the update please let me know.
Thanks!
Forum: Plugins
In reply to: [Genesis Responsive Slider] Order by the order of IDs I input!I came here looking for this exact feature!
Being able to query and order slides by ID input would be awesome.
Bonus if that query can span both pages AND posts (and custom post types too!).
Forum: Reviews
In reply to: [Caption Linker] Just what I needed! Small feature requestHey thanks so much for the quick response! And so glad to hear you’re willing to look into that feature.
I use a slider plugin called Soliloquy (http://soliloquywp.com/) which utilizes that native WordPress link popup window I was referring to, so I’m guessing it’s possible. However actually making it work is probably beyond my own expertise.
Just want to comment that I’m experiencing the same issue with WP 4.0 and WordPress SEO plugin version 1.6 when wp_debug is set to TRUE.
For now my solution is to temporarily turn wp_debug to FALSE during development, only switching back as necessary for testing.
Forum: Plugins
In reply to: [List all URLs] Great plugin but I need tag and category urls as wellHey thanks for trying out my plugin!
You know I had purposely left category, tag, and author URLs out because I had generally set those to noindex, nofollow on my WordPress installations.
However I think including an option for those URLs in a future version is not a bad idea for those who need it.
And for all else reading, I DO plan to update this plugin at some point in (hopefully) the near future. This is not an abandoned plugin!
Forum: Plugins
In reply to: [Format Media Titles] Plugin error in wp_debug modeAwesome! Thus far all appears to be well. If I notice any problems I will report back. Thanks!
Forum: Plugins
In reply to: [Format Media Titles] Plugin error in wp_debug modeHey just tried out the updated plugin and when I attempt to save the settings I’m redirected to /wp-admin/options.php and given a message that says “ERROR: options page not found.”
Haven’t tried yet to replicate the error across multiple installations, but just wanted to let you know.
Error is happening in an installation running WP 3.9.1 with wp_debug set to true.
Forum: Plugins
In reply to: [Format Media Titles] Plugin error in wp_debug modeNo prob! Happy to help, and thanks for pushing out an update so quickly. I use this plugin on almost all of the sites I develop. Keep up the good work!
Thanks Raam for the tip! I sincerely appreciate all of your help and guidance through this.