Forum Replies Created
-
AuthorPosts
-
Fetch DesignsKeymaster
Yes, I took a closer look and it appears your theme has some styles in place that are limiting the width of the content…
.entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { --double-padding: calc(var(--go-block--padding--x)*2); max-width: var(--go--max-width); width: calc(100% - var(--double-padding)); }
One workaround would be what you did by adding the shortcode for the sheet within another page which probably isn’t susceptible to this style. Another alternative would be in your theme to customize the Sign-up Sheet template and wrap everything within the “entry-content” div in a new div with a class “alignwide” which will tell your theme’s styles it’s okay to use the wide version of your layout. Below is an example of your new template file…
content-dlssus_sheet.php
<div class="alignwide"> <div class="dls-sus-sheet"> <h3><?php esc_attr_e('Sign up below...', 'fdsus'); ?></h3> <?php dlssus_the_tasks_table(); ?> </div><!-- .dls-sus-sheet --> </div><!-- .alignwide -->
Alternatively, instead of adding yet another div you could just add that sale class to the existing one…
<div class="dls-sus-sheet alignwide"> <h3><?php esc_attr_e('Sign up below...', 'fdsus'); ?></h3> <?php dlssus_the_tasks_table(); ?> </div><!-- .dls-sus-sheet -->
You can learn more about customizing the sign-up sheet templates in the documentation.
I’ll review and get back to you on that other feature directly as well. Thanks!
Fetch DesignsKeymasterHi Keith,
Regarding your first point… any chance you can provide a link to where you are seeing this? There isn’t anything in the plugin that I can think of which would be restricting the width. I wonder if there is something coming from your theme doing this? If you can provide a link I can dig in a little further and get a better idea of what you are experiencing.
I’ll make sure to add your second point to the wishlist of possible future improvements. I can’t guarantee when or if this can be added to the plugin, though. However, if you are in need of this feature right away, just let me know and I can review and send you over a quote for adding this feature for you right now.
Thanks for your feedback!
Fetch DesignsKeymasterDisabling the confirmation email isn’t currently a feature of the plugin. However, I think it could be very useful for some users so I am going to look at adding that ability into the next version of the Sign-up Sheets Pro plugin which I’m expecting to release in the near future. I will update this thread if it ends up getting added. Thanks for the suggestion!
Fetch DesignsKeymasterYes, it sounds like what you want to do is add a Custom Sign-up Field. With Sign-up Sheets Pro, in your WordPress admin, go to… Sign-up Sheets > Setting > Sign-up Form, and then create a new Custom Sign-up Field with the type “text” or “textarea”. This will add a new field on the sign-up form that your users can fill out when they submit their sign-up. Learn more about custom sign-up fields.
Fetch DesignsKeymasterMy apologies, I do believe there was a bug in that version that caused the updates to not appear in the admin. I sent out a manual email notice about a later update that fixed the issue so I apologize if you got missed! I will reach out to you directly regarding your license.
Fetch DesignsKeymasterI confirmed and was unable to reproduce this on the latest version of the plugin, 2.2.6. I know there have been a number of updates since 2.1.3.1 including compatibility fixes with the more recent versions of WordPress so I suspect this is what you are running into. I would recommend updating to the latest version of the Sign-up Sheets plugin. If you still are noticing issues, please let me know and I can debug further.
Fetch DesignsKeymasterHaha, nope you weren’t crazy. I confirmed the bug and will have a fix released with the next version of the plugin. Thanks for letting me know!
Fetch DesignsKeymasterThanks for reporting that! I don’t believe that is expected functionality so I’ll open a bug ticket and take a closer look.
Fetch DesignsKeymasterFor the self-removal, there are a couple ways the user can do that depending on how the plugin is configured and how the user signs-up. The Self-Removal on Sign-ups Documentation goes into this in more detail, but I’ll also try and summarize the two ways a user might remove themselves…
- Removal link in the confirmation email after sign-up
- Must be configured in the confirmation email message
- Removal link on the sign-up sheet on your website
- Must be enabled with the checkbox in the Settings page and the user also needs to be logged into the same account they were when they signed up…. so if your user signed up before the feature was enabled, they won’t be able to remove themselves because that sign-up wasn’t linked with their account login. Also, if they aren’t logged in with a WordPress user account when they sign-up, itt can’t be attached to their account so the site won’t know which user has access to which sign ups.
I hope that helps explain the feature a little better, but please let me know if you have any additional questions. If this doesn’t solve your issue and you still believe you are seeing a bug on your site, can you provide a link to a sheet on your site that I can test with to see if I can reproduce the issue? If preferred, when you reply, you can check the box for “set as private reply” so your response isn’t visible publicly.
Fetch DesignsKeymasterThat is definitely a great idea although not currently available as a feature. I’ve added it to the list of suggestions for potential future features of the plugin, however. Thanks!
Fetch DesignsKeymasterYou can set a date on the sheet by adding a date in the “General” section when editing a sheet (below the sheet description field). Alternatively, if you are using the Pro version, you can set dates on each task by selecting the “Use Task Dates” checkbox which allows you to set a date on each task. Once the date has passed the sheet or task will become deactivated and not allow further signups.
If you have any other questions, just let me know!
Fetch DesignsKeymasterGreat news… glad to hear it’s working for you again. Thanks for the update!
Fetch DesignsKeymasterThanks for reporting this. Can you confirm what version number of the Sign-up Sheets plugin you are running?
Fetch DesignsKeymasterUnfortunately, that is not currently possible. However, I’ve added it to the Wish List of possible future improvements. I can’t guarantee when or if it will be included, but I’ve made a note to update this thread if it does. If you are in need of this feature ASAP you can send a message through the Contact Form to let me know and I can provide a quote for adding this feature right away.
September 20, 2022 at 3:02 pm in reply to: Other plugin stopped working after upgrading Sign-up Sheets to version 2.2.4 #3080Fetch DesignsKeymasterThanks for reporting. I just installed the Cool Timeline plugin and haven’t seen an issue yet on my end. Can you provide some more details on what you are seeing on your site? Are you getting an error message you can share with me or are specific pages appearing broken or non-functional?
- Removal link in the confirmation email after sign-up
-
AuthorPosts