Forum Replies Created

Viewing 15 posts - 31 through 45 (of 123 total)
  • Author
    Posts
  • in reply to: Recommend Updates #3289
    Fetch Designs
    Keymaster

    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!

    in reply to: Recommend Updates #3286
    Fetch Designs
    Keymaster

    Hi 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!

    in reply to: Disable Confirmed Email #3259
    Fetch Designs
    Keymaster

    Disabling 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!

    in reply to: Comments Section #3252
    Fetch Designs
    Keymaster

    Yes, 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.

    in reply to: Can’t delete tasks and debug error #3234
    Fetch Designs
    Keymaster

    My 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.

    in reply to: Can’t delete tasks and debug error #3230
    Fetch Designs
    Keymaster

    I 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.

    in reply to: Self-Remove not option not next to the sign up #3227
    Fetch Designs
    Keymaster

    Haha, 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!

    in reply to: Self-Remove not option not next to the sign up #3225
    Fetch Designs
    Keymaster

    Thanks for reporting that! I don’t believe that is expected functionality so I’ll open a bug ticket and take a closer look.

    in reply to: Self-Remove not option not next to the sign up #3222
    Fetch Designs
    Keymaster

    For 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…

    1. Removal link in the confirmation email after sign-up
      • Must be configured in the confirmation email message
    2. 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.

    in reply to: Custom Task field for specific Sheet Categories #3213
    Fetch Designs
    Keymaster

    That 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!

    in reply to: End/close date for sign-up sheet #3184
    Fetch Designs
    Keymaster

    You 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!

    in reply to: Conflict with WP Bakery Plugin #3119
    Fetch Designs
    Keymaster

    Great news… glad to hear it’s working for you again. Thanks for the update!

    in reply to: Conflict with WP Bakery Plugin #3116
    Fetch Designs
    Keymaster

    Thanks for reporting this. Can you confirm what version number of the Sign-up Sheets plugin you are running?

    in reply to: Show “Filled Spots” on Frontend? #3101
    Fetch Designs
    Keymaster

    Unfortunately, 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.

    Fetch Designs
    Keymaster

    Thanks 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?

Viewing 15 posts - 31 through 45 (of 123 total)