ferdinand.bardamu
Forum Replies Created
-
Thanks. Will go post a response over there.
Forum: Plugins
In reply to: [Timed Content] Content in shortcode does not display at all.Confirmed for me! No more Unix epoch! A top notch plugin maintainer you are.
Commenting here as on the other thread:
Just saw and pushed the 4.5.0.2 hotfix and all is well.
Forum: Plugins
In reply to: [Event Tickets and Registration] Last Update crashes WPJust saw and pushed the 4.5.0.2 hotfix and all is well.
Forum: Plugins
In reply to: [Event Tickets and Registration] Last Update crashes WP4.5.0.1 cleared this up for me and now I just have this error and the inability to complete checkout:
Warning: Declaration of Tribe__Tickets__RSVP::get_attendees(WP_Query $attendees_query, $post_id) should be compatible with Tribe__Tickets__Tickets::get_attendees($attendees_query, $post_id) in …/public/wp-content/plugins/event-tickets/src/Tribe/RSVP.php on line 3
Confirmed for me as well. I pushed the 4.5.0.1 update which eliminated the …Main.php error but now have the same …RSVP.php error as evelynriossf posted.
Yeah, that’s the problem though. With 3.0, there was no lt or gt code in the span. When I viewed the source, it was blank.
It was logged-in users for the missing arrows too but logged out for the events not loading. So the cache would explain the latter but not the former… under usual circumstances. I probably won’t get to it today but I can have another stab sometime in the next couple of days at updating to 3.0 again and testing your hypothesis. I’ll update then.
Thanks,
Events rendered fine and feeds still worked. The full calendar shortcode worked for logged in users. But as I couldn’t immediately discern any issues and, as you mentioned, I’m loathe to experiment on a live site, I’ll just be content with the old version.
Well, the full calendar shortcode was not loading for non logged-in users so I had to revert to the previous version. “Loading” would display perpetually. I don’t see any problems in my access or error logs to provide any useful information.
Forum: Themes and Templates
In reply to: [Zerif Lite] HTML in customizer now being printed to screenI’ll go ahead and mark this thread resolved.
Forum: Themes and Templates
In reply to: [Zerif Lite] HTML in customizer now being printed to screenCSS won’t fix it. They changed escaping in the latest version and that has caused the problems. I replaced all of my esc_html functions with wp_kses and that got me most of the way there. The Big Title and About Us sections were not affected by that modification so I just hard-coded those to be done with it for now. This is definitely on the developers, not the users or hosts. I’ve started a GitHub issue on this and linked to this thread so maybe they’ll pop in.
Forum: Hacks
In reply to: Why not set the wp-login.php TEST_COOKIE earlier?Apparently I was loading a cached version as this edit does indeed throw PHP errors.
Just putting in a note that I’m in the same boat here. I have to use the Pantheon Sessions plugin on my host to accommodate the odd plugin that causes session errors for me. (Leaving me unable to log in.) I, too, have put the Pantheon Sessions plugin into mu-plugins to no avail.
Well, apparently the Pantheon Sessions plugin creates its own set of problems.