Forum Replies Created
-
AuthorPosts
-
Fetch DesignsKeymaster
One new feature in the 2.2.13 version includes an optional auto-scroll ability to help users get to the sign-up form quickly especially if there is a lot of content on the page. However, it appears that the Divi theme has some code that is preventing those links from working. I’ve reported the issue to Divi and am hoping they can resolve the issue. In the meantime, please try disabling this feature to see if that fixes things. To do so…
1. In your admin, go to Sign-up Sheets → Settings → Sign-up Form
2. Select the checkbox for “Disable sign-up link auto-scroll to sheet (hash in sign-up link)”
3. Click the “Save Changes” button at the bottom of the pageThanks,
StephFetch DesignsKeymasterI replied earlier this morning via a direct support ticket with details on some next steps, but wanted to followup on this thread as well. Unfortunately I haven’t been able to reproduce the issue yet on my side. Let me know if you are still having trouble or have any questions with the suggestion I provided to disable the auto-scroll feature and see if that solves things for you. Thanks!
Fetch DesignsKeymasterI know I responded to you directly via email several months back, but I just noticed that I never followed up on this forum post. In case anyone else has this same question, this can be done by adding some CSS to your theme. Each column has it’s own CSS class so you can apply custom styling as desired. In this case the class for the date column is
.column-date
. Adding something like the following should produce the desired result…@media only screen and (max-width: 760px) { .column-date { display: none; } }
Fetch DesignsKeymasterThe sign-up sheets plugin provides only basic styles and not too many involving font colors other than inactive/closed tasks. Most styling will be inherited from your theme. Is it possible this color is coming from your theme? If not, can you provide an updated link to where this is occurring and I can take a closer look?
June 9, 2024 at 11:30 am in reply to: UX Issue when Sign Up Sheet/Form is further down the page #4024Fetch DesignsKeymasterYes! This is expected to be included with the next version of the plugin, 2.2.13. If you are interested in trying this out before that gets released, please made a request by sending it through this form… https://www.fetchdesigns.com/contact/#sign-up-sheet-support and I can provide a link to download the beta version.
Fetch DesignsKeymasterI emailed you directly with details as well, but this appears to be due to a conflict if you are running a PHP version prior to 7.3. I will be including a fix for this in the next version released of the plugin and emailed you a link to the beta version to get you back up and running. Please let me know if you run into any further issues after updating.
Fetch DesignsKeymasterGlad to hear you got it resolved! If you run into any other issues, just let me know.
November 18, 2023 at 3:22 pm in reply to: Sign up Form not showing when Elementor Pro plugin activated #3814Fetch DesignsKeymasterJust to update this thread… this issue ended up getting resolved likely after some recent updates to Elementor and/or WordPress.
October 19, 2023 at 7:31 pm in reply to: Sign up Form not showing when Elementor Pro plugin activated #3783Fetch DesignsKeymasterAre you able to provide a link to your site where this is happening? Feel free to mark it as a “private reply” if you prefer it to not be made public.
Fetch DesignsKeymasterHi Thomas, at the moment the “Status Email” only outputs the name and email for each sign-up. Other emails like the confirmation email can include additional custom fields and does include phone number if included which you can add additional emails as a BCC (blind carbon copy) on. However, I do have a feature on the wishlist to expand the Status Email to include additional fields. I’d be happy to update this thread if that feature ends up being added to the plugin.
If you can also give me an example or two of how you’d like to use it, please let me know so it can be considered when looking at incorporating the feature. I can’t guarantee when or if it will be added to the plugin, though, so if you are in need of this feature ASAP, just message me through the Contact Form and I can provide a quote for adding the feature right away.
Fetch DesignsKeymasterI’m happy to report that this feature has just been released with the 2.2.11 version of the Sign-up Sheets plugin by using the shortcode
[user_sign_ups]
. If you run into any questions or issues with the feature, please don’t hesitate to reach out.Fetch DesignsKeymasterI’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.Fetch DesignsKeymasterHi Tracy! Yes, this is a known issue with the 2.2.10 version of the plugin which will be fixed with the next release. The current workaround is to use the export link on the Manage Sign-ups page.
Fetch DesignsKeymasterI reviewed the sorting logic more closely and I believe it should function the way you describe. If you have your sorting set by “Date” it should use the end date of the sheet/task range and if the end dates are the same for more than one sheet it will fallback to the date the sheet was published. Can you verify and let me know if you are seeing this work differently on your end?
- This reply was modified 1 year ago by Fetch Designs.
- This reply was modified 1 year ago by Fetch Designs.
Fetch DesignsKeymasterThat is a great idea! I’ve added it to the wish list for possible future improvements. If you are in need of this feature right away, though, just let me know and I can provide a quote for developing it for you.
-
AuthorPosts