Forum Replies Created

Viewing 15 posts - 31 through 45 (of 117 total)
  • Author
    Posts
  • 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?

    in reply to: Multiple registrations #3067
    Fetch Designs
    Keymaster

    A fix for this bug has just been released with version 2.2.4 of the plugin. Please update to the latest version and let me know if you notice any issues.

    in reply to: Creating single-dlssus_task.php template file #3064
    Fetch Designs
    Keymaster

    I am very sorry for the delay here. Regarding the Task templates, I will be revising the documentation to make things more clear and update a couple areas that have changed recently. The task sign-up form page uses its parent “sheet” single-dlssus_sheet.php template file as the main wrapping template. The form itself can be updated by copying over the file wp-content/plugins/sign-up-sheets-pro.php into your theme at wp-content/themes/{your-theme}/fdsus/sign-up-form.php

    If you have any other questions, please don’t hesitate to reach out

    in reply to: Delete the total number of places column #3061
    Fetch Designs
    Keymaster

    You can remove columns in a couple ways…

    1. Remove using CSS
      This is probably the easiest although it should be noted that the column will still exist in your HTML code if someone is savvy enough to view the source code. However, it will be hidden from most users just browsing your site. You can add something like the style below to you theme. You might need to adjust this depending on the exact column you are trying to remove. I’m assuming you are referring to the column with the default English translation of “Open Spots”, but if you are looking to hide a different one you will need to check the CSS class on that particular column.

      .column-open_spots {
          display: none;
      }
    2. Update the template file
      This requires copying over the template file from the plugin into your theme and making the changes you need.  Assuming you are referring to the “Open Spots” column on the sheet listing, you would follow the steps below. You can find more details on overriding template files at https://www.fetchdesigns.com/doc/overriding-templates-in-your-theme/

      1. Copy the file wp-content/plugins/sign-up-sheets-pro/theme-files/fdsus/sheet-list.php to your theme which will be a path similar to… wp-content/themes/{your-theme}/fdsus/sheet-list.php
      2. Edit this file in your theme and remove the two lines in the table related to the “Open Spots” column
    in reply to: Multiple registrations #3056
    Fetch Designs
    Keymaster

    I confirmed that this appears to be a conflict with your theme. I was able to reproduce the issue with our standard confirmation message not appearing on a second signup when using the theme you have installed. I’ll debug the issue and will let you know when I have a fix for the conflict.

    in reply to: Multiple registrations #3055
    Fetch Designs
    Keymaster

    I ran a test on the link you provided and did not notice a message after trying to submit the second registration as you mentioned in your previous message. Please go ahead and remove my two test sign-ups which I submitted using an email ending in @fetchdesigns.com. I will dig in and see if I can reproduce using your same theme. If not, I may need to request more access to your system to try and debug.

    In the meantime, can you provide your System Information in a private reply. You can find it in the admin under Sign-up Sheets > Help… it will be the content of the big black box.

    in reply to: Multiple registrations #3050
    Fetch Designs
    Keymaster

    Hi Fred,

    Can you confirm what happens after you try and submit a second sign-up with the same email? Default behavior is a message should appear above the sign-up form asking them to confirm “You have already signed up for this task. Do you want to sign up again?” I suspect there may be a theme or other type of conflict that is suppressing this message. Can you provide a url where this is occurring so I can test on your site?

    If you need to keep the URL private, you can click “Set as private reply” before clicking the “Submit” button here on this forum to prevent your reply from being viewed publicly.

    If you can also confirm what version of the plugin you are running that would be helpful. Thanks!

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