Fetch Designs
Forum Replies Created
-
Forum: Plugins
In reply to: [Sign-up Sheets] Translations not loadedGreat! So happy to hear it’s working! Thank you for the update. If you run into any further issue, just let me know.
Thanks,
StephHappy with Sign-up Sheets and the support you received? Leave a review!
Forum: Plugins
In reply to: [Sign-up Sheets] Translations not loadedIf you’ve already attempted to create a translation file have have a template in place under Loco Translate > Plugins > Sign-up Sheets > Overview (tab)… then you may need to either remove it or adjust the “Setup (tab)” since otherwise I think it assumes some previous configuration and doesn’t honor the new XML file. Try pasting the contents of the file I suggested above in the “Setup” tab and then under the “Import Config From XML” link.
Forum: Plugins
In reply to: [Sign-up Sheets] Translations not loadedI’ve reviewed and I’m planning to include a fix within the next version of the Sign-up Sheets plugin. In the meantime, you can manually make a small change to get this working for your site.
Add a new file within the plugin directory called loco.xml (full file location should be wp-content/plugins/sign-up-sheets/loco.xml) and add the following contents to it…
<?xml version="1.0" encoding="utf-8"?> <bundle> <domain name="fdsus"> <project> <template> <file>languages/sign-up-sheets.pot</file> </template> </project> </domain> </bundle>This should help Loco determine the configurations needed to handle the translations. Can you please try this out and confirm this works for you setup or if you still experience issues?
Forum: Plugins
In reply to: [Sign-up Sheets] Captcha not workingVersion 2.2.6 of the Sign-up Sheets plugin was just released with a fix for this issue. Please update to the latest version and confirm if it fixes your issue. Thanks!
Forum: Plugins
In reply to: [Sign-up Sheets] Captcha not workingThank you for sending the additional information. After further review I determined that the reCAPTCHA validation error is a conflict with the WP Forms plugin. I’m working on a fix and plan to release it with the next version of the Sign-up Sheets plugin. I will keep you updated as soon as it’s ready.
Forum: Plugins
In reply to: [Sign-up Sheets] All Sign-upsYou can get the built-in table listing in one of two ways…
- If you are using the Gutenberg block editor, just add the block called “Sign-up Sheets”. Make sure not to enter anything in the “Sheet ID” field which will default it to display your “Current Sign-up Sheets” table
- Include the shortcode
[sign_up_sheet]anywhere you want to output the table.
If you have any other questions, just let me know!
- This reply was modified 3 years, 6 months ago by Fetch Designs.
Forum: Plugins
In reply to: [Sign-up Sheets] Captcha not workingThanks for reporting this. So far I haven’t been able to reproduce. Can you provide the link you mentioned along with your system information so I can debug further? You can send it via the Fetch Designs contact form at https://www.fetchdesigns.com/contact/ Please just mention this thread in your message.
Your system information can be found in the plugin by going in your admin to Sign-up Sheets > Help and then copy/paste the contents of the black box under the System Information heading.
Forum: Plugins
In reply to: [Sign-up Sheets] Translations not loadedThanks for reporting this. I’m looking into it and will get back to you.
Forum: Plugins
In reply to: [Sign-up Sheets] Signup DateWhile there isn’t currently a display for that on the frontend, the data for that is already saved in the database. I went ahead and added this to the ongoing Wish List I have for the future features of the plugin. I can’t guarantee when or if it will be added, but I’ll make a note to notify you on this thread if it does.
Can you confirm where you would want this date to display? My guess is you could use it on the “Manage Sign-ups” page as well as the CSV export.
Thanks for the suggestion!
Forum: Plugins
In reply to: [Sign-up Sheets] Excerpts missing from archive pages?I found the bug and just released an update with the fix in version 2.2.5 of the Sign-up Sheets plugin. After you update, please let me know if you run into any issues. Thanks!
Forum: Plugins
In reply to: [Sign-up Sheets] Excerpts missing from archive pages?Thanks for reporting! So sorry to hear that. I have been able to reproduce so will let you know as soon as I have a fix in place.
Forum: Plugins
In reply to: [Sign-up Sheets] Possible for users to see a list of their signups?The ability for users to see all their sign-ups in one place is not a feature yet, is on the list of possible future updates for the Pro version and I’m actively working on adding a shortcode to allow displaying this. I don’t have an ETA yet, though.
Regarding the custom field… that is available in the Pro version by creating a Custom Task Field. If you need more information on that, you can open up a ticket on the Sign-up Sheets Pro forum since WordPress requires this particular forum to be used exclusively for the free version only.
If you have any other questions, just let me know. Thanks!
Forum: Plugins
In reply to: [Sign-up Sheets] Page Format of Sign Up PageThere are a few options for customizing your theme. I would recommend take a look at the documentation linked below regarding customizing template files..
https://www.fetchdesigns.com/doc/overriding-templates-in-your-theme/
I suspect what you will want to do is customize the sheet page so creating
single-dlssus_sheet.phpas an override for the one your current theme is using (which is possiblysingle.php) should allow you to make your necessary changes in there, but take a closer look at the link above in case your specific issue requires a different approach.This documentation from WordPress regarding customizing post type template files should also help…
https://developer.ww.wp.xz.cn/themes/template-files-section/custom-post-type-template-files/
In the Sign-up Sheets plugin, Sheets and Tasks are custom post types (
dlssus_sheetanddlssus_taskrespectively) that display on the frontend. The Sheet is the display of all sheet information and task table. The Task is the actual signup form for a task.Forum: Plugins
In reply to: [Sign-up Sheets] Non-admin cannot view DashboardThe fix for this bug has now been released as part of version 2.2.3.
Forum: Plugins
In reply to: [Sign-up Sheets] Can I make it not require an emailThis feature has now been published as part of version 2.2.3. Please go ahead and update to that version and let me know if you run into any issues. You can find this new option in Sign-up Sheets > Settings > Sign-up Form > Hide Email Field or under Additional Settings when editing individual sheets.
Note, if you have customized your sign-up-form.php template you may need to either manually remove the field (it sounds as if you already have) or remove your custom version of that template so it uses the new version from the plugin as a check has been added to automatically remove the email field within that template if the “Hide Email Field” setting is enabled.