Fetch Designs
Forum Replies Created
-
Forum: Plugins
In reply to: [Breeze Cache] Programmatically clear cache by post IDAre you saying there is no way to purge the cache programmatically for just a single post?
Forum: Plugins
In reply to: [The Events Calendar] “Events List” Gutenberg block not displaying on mobileI’ve debugged further and figured out the issue. Apparently the Events Calendar “Event List” Gutenberg block encodes the information in it using one of the Keys or Salts defined in the standard wp-config.php. Example of the encoded output of the block in the page content…
<!-- wp:tribe/events-list --> <!-- wp:legacy-widget {"idBase":"tribe-widget-events-list","instance":{"encoded":"YTo2OntzOjU6InRpdGxlIjtzOjA6IiI7czo1OiJsaW1pdCI7czoxOiIzIjtzOjE4OiJub191cGNvbWluZ19ldmVudHMiO2I6MDtzOjIwOiJmZWF0dXJlZF9ldmVudHNfb25seSI7YjowO3M6MTM6Impzb25sZF9lbmFibGUiO2I6MTtzOjIwOiJ0cmliZV9pc19saXN0X3dpZGdldCI7YjowO30=","hash":"ca15e859235f5626beb4332fc1644c4d"}} /--> <!-- /wp:tribe/events-list -->However, this is problematic because we have our keys further secured by additionally salting them with more dynamic information including
$_SERVER['HTTP_USER_AGENT'],$_SERVER['HTTP_HOST']anddate('F')which is why the block wasn’t working in a different browser and even after a period of time (the next month).Is there a reason the block information here needs to be encoded? It seems unnecessary and we’ve never had issues with any other plugin with our method of additional salting of the keys.
Forum: Plugins
In reply to: [The Events Calendar] “Events List” Gutenberg block not displaying on mobileSorry, the images of the errors I posted previously did not work. Here they are…
Forum: Plugins
In reply to: [The Events Calendar] “Events List” Gutenberg block not displaying on mobileI just tested and saw the same result on the frontend that you saw, but this was definitely not the case when I tested in my previous message. Today when I checked the backend I was seeing the following errors when editing that page…

And in the DevTools Console there were these possibly related errors…


So I have deleted the Events List Gutenberg block and re-added and the “tribe-widget-events-list” error and the “rest_invalid_widget” errors went away (“core/legacy-widget” error remained). Of note, I ran into this in the past as well and couldn’t figure out why after adding the block it seemed fine, no error, and then at some unspecified point later on the block just stopped working without any cause that I could identify. The sample page I sent previous is now saved with the new block and reproducing the same error I originally reported if you want to try again.
I only had 2 security plugin installed along with the Events Calendar plugin. I have tested disabling the security plugins so the only plugin activated was The Events Calendar. However the issue persists. The site is also now updated to the latest version of WordPress (6.3.1) and The Events Calendar plugin (6.2.3).
In case it’s relevant, this site has been using the Events Calendar for a number of years now. Is it possible some legacy information in the database from old versions of the plugin could be causing this issue somehow? I’m grasping as straws here since it is a very odd bug I haven’t been able to track down yet.
- This reply was modified 2 years, 8 months ago by Fetch Designs. Reason: Added more details of which errors went away
Forum: Plugins
In reply to: [Sign-up Sheets] warning after activating loginThanks for your patience. I was able to track down the issue and have released a fix in version 2.2.11.1. If you run into any other issues, please let me know.
Forum: Plugins
In reply to: [Sign-up Sheets] warning after activating loginThank you for reporting this. I apologize for any inconvenience! I’m actively looking into the issue and will let you know as soon as I have it resolved.
In the meantime, I would suggest disabling the display of debug information on the frontend. This should prevent the warnings from showing and is a general security best practice to prevent information about your server from being displayed to the public. To disable you can typically add the following line to your wp-config.php.
define( 'WP_DEBUG_DISPLAY', false );You can also learn more about WordPress Debugging.
If you still run into issues, you can install the previous version of the plugin 2.2.10 for now and update to the latest version as soon as a fix is released. The version with the issue is 2.2.11 and was just released last night. To download the previous version you can go to the Sign-up Sheets Plugin Page: Advanced View, scroll down to “Advanced Options” and select the version from the dropdown.
Forum: Plugins
In reply to: [Sign-up Sheets] CSV Download Not WorkingQuick update… a fix for this issue was just released with version 2.2.11. If you run into any other issues, just let me know. Thanks!
Forum: Plugins
In reply to: [Sign-up Sheets] Edit custom sign-up fieldsI’m happy to report that the ability for users to edit their own sign-ups has now been added as part of version 2.2.11 (Pro) along with a new shortcode [user_sign_ups] for both the Free and Pro plugins that allows you to output a list of all the tasks a user has signed up for all on one page… in addition to a number of other updates.
Forum: Plugins
In reply to: [Sign-up Sheets] Reminder email cron issueCan you check under Sign-up Sheets > Settings > Reminder E-mails > Enable Reminders and see what is says next to… “Next scheduled check:”?
One thing you could do is uncheck that checkbox, save, and then re-check the box and save again. This will initiate the cron schedule to be setup again in the event is failed or was disabled.
Forum: Plugins
In reply to: [Sign-up Sheets] CSV Download Not WorkingThanks for letting me know. I’ve looked into this and did find a remaining issue. It looks like the link is broken on the “Manage Sign-ups” Page, but the export links are still working from the other pages such as the “Edit Sign-up Sheet” page as well as the main “All Sign-up Sheets” listing page.
Can you confirm that the link that is not working for you is on the page with the heading “Manage Sign-ups”? If so, I will have a fix published with the next version of the plugin. In the meantime, you should be able to run the same export if you switch to the “Edit Sign-up Sheet” page for that same sheet.
So sorry for the inconvenience. If you notice any other issues or have any questions, please don’t hesitate to reach out.
Forum: Plugins
In reply to: [Sign-up Sheets] CSV Download Not WorkingCan you confirm what version of the plugin you are running? I know there was what sounds like a similar bug in version 2.2.9 that was fixed immediately after in version 2.2.10. If you are running 2.2.9, just update to the latest version and it should be resolved.
Forum: Plugins
In reply to: [Sign-up Sheets] Tasks not showing/listing after user signs upI haven’t heard back so I will go ahead and mark this as resolved, but if you have any further issues, please don’t hesitate to reach out.
Forum: Plugins
In reply to: [Sign-up Sheets] All Sign-up Sheets Gone, Only shows settingsI haven’t heard back so I’m marking this as resolved, but if you have any further questions, just let me know.
Forum: Plugins
In reply to: [Sign-up Sheets] Sign-ups are no longer being accepted for this sheet.I haven’t heard back so I’m marking this as resolved, but if you have any further questions, just let me know.
Forum: Plugins
In reply to: [The Events Calendar] “Events List” Gutenberg block not displaying on mobileI just tried with the Twenty Twenty theme and have the same issue. If you click on the link below it will take you to a secure note where the link will be available that goes to our dev site which I currently have configured with the Twenty Twenty theme and all plugins disabled except The Events Calendar and our security plugins.
https://privnote.com/WjsGyE2z#tIx5FQ5Oz
^ This link will expire after 24 hours.If I view the link on Chrome, I see the Upcoming Events listing appear at below the native “Sample Page” (immediately after the “Have fun!” text).
Note that we also have an Upcoming Events widget in the footer at the bottom of the page and that appears to be loading without issues, just not the one in the main content area.
However, if I view the site in Safari or on my iPhone I do not see the Upcoming Events widgets after “Have Fun!” and only see it at the bottom of the page in the footer area.