Ryan Tvenge
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] don’t work button next and previous monthI am also sporadically seeing this issue on https://whltrust.org/events/. Right now, I can’t replicate after logging in, but I am consistently seeing the issue right now on the TEC demo page: https://demo.theeventscalendar.com/events/month/
In the Dev Tools console in Safari and Firefox, I am seeing a
[Error] Failed to load resource: the server responded with a status of 403 () (html, line 0) https://demo.theeventscalendar.com/wp-json/tribe/views/v2/htmlerror. If you click in on it, the response is:{ "code": "rest_cookie_invalid_nonce", "message": "Cookie check failed", "data": { "status": 403 } }Here is also a screenshot of the error: https://www.dropbox.com/s/3y4pz9r8hxwv1b8/CleanShot%202022-10-12%20at%2008.30.13%402x.jpg?dl=0
One thing I have found curious is that the links in https://whltrust.org/events/ aren’t appending a
?hide_subsequent_recurrences=1query string but the demo is as well as one of our other sites (https://bmcedina.com/events/). Do we know what this query string is doing?Is this a known issue? This is pretty high priority on our end so any help would be appreciated, even if a workaround. π
Thanks!
PS: This seems to be related: https://wordpress.org/support/topic/link-to-next-month-not-working-is-back/
- This reply was modified 3 years, 7 months ago by Ryan Tvenge.
- This reply was modified 3 years, 7 months ago by Ryan Tvenge.
Hah this shows my lack of SEO knowledge. The manual route works for me, so Iβll stick with that.
Btw, I love your plugin. Itβs the only one I can find that isnβt totally bloated with unnecessary stuff. Keep it up!
Thanks for the reply, Jeff!
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] PHP WarningForget it, the custom theme was passing in the string. π
Forum: Plugins
In reply to: [Constant Contact Forms] Critical PHP Error: LogSorry I missed that ticket. I clearly wasn’t searching for the correct issue before I opened this topic. π
Thank you very much for the response! I removed the .gitignore file and that fixed the issue and I was able to update successfully.
Forum: Plugins
In reply to: [RSVPMaker] "DUPLICATE" white screen errorMarking as resolved.
Forum: Plugins
In reply to: [Dave's WordPress Live Search] Move scripts to wp_footer();Thanks a lot, Dave! I know these things seem easy on the surface but become difficult quickly.
Forum: Plugins
In reply to: [Dave's WordPress Live Search] Move scripts to wp_footer();Thanks Dave! I’ll keep an eye out for the new version.
Yeah, I’d love to see WordPress get better at this kind of stuff. It can be a lot trickier to implement than it looks on the surface. π
Let me know if you need any help with troubleshooting or anything. I’d love to help!
Forum: Plugins
In reply to: [Dave's WordPress Live Search] Move scripts to wp_footer();I was just checking up on this. I am running the latest version (4.3) and it looks like this didn’t make it in. I tried coming up with a fix myself, but it seems that underscore.js really wants jquery and jquery-migrate in the
<head>. πAny ideas?
thanks!
Forum: Plugins
In reply to: [Delicious Curator] Anyone want a Pinboard version?Update: I now have this plugin on GitHub.
Forum: Plugins
In reply to: [Dave's WordPress Live Search] Move scripts to wp_footer();Thanks much for getting this in the next version!
Forum: Plugins
In reply to: [Internal Link Builder] Extra in admin errorI think I’m referring to the wrong plugin. I guess there is an Internal Link BuildING plugin that is not in the WP Plugin repo. Closing topic.
Forum: Plugins
In reply to: [Internal Link Builder] PHP warning showingI think I’m referring to the wrong plugin. I guess there is an Internal Link BuildING plugin that is not in the WP Plugin repo. Closing topic.
Forum: Plugins
In reply to: [Multi Twitter Stream] possible fix to PHP errorOh and thank you for making this update! π
Forum: Plugins
In reply to: [Multi Twitter Stream] possible fix to PHP errorDo you know if that twitter API 1.0 sunset will affect this plugin?
Forum: Plugins
In reply to: [Multi Twitter Stream] possible fix to PHP errorNice job @msenate! You’re solution on GitHub is much better than mine.