Forum Replies Created

Viewing 15 replies - 46 through 60 (of 90 total)
  • Plugin Author Fetch Designs

    (@fetchdesigns)

    You can get the built-in table listing in one of two ways…

    1. 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
    2. 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 2 years, 4 months ago by Fetch Designs.
    Plugin Author Fetch Designs

    (@fetchdesigns)

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

    Plugin Author Fetch Designs

    (@fetchdesigns)

    Thanks for reporting this. I’m looking into it and will get back to you.

    Plugin Author Fetch Designs

    (@fetchdesigns)

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

    Plugin Author Fetch Designs

    (@fetchdesigns)

    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!

    Plugin Author Fetch Designs

    (@fetchdesigns)

    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.

    Plugin Author Fetch Designs

    (@fetchdesigns)

    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!

    Plugin Author Fetch Designs

    (@fetchdesigns)

    There 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.php as an override for the one your current theme is using (which is possibly single.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.www.ads-software.com/themes/template-files-section/custom-post-type-template-files/

    In the Sign-up Sheets plugin, Sheets and Tasks are custom post types (dlssus_sheet and dlssus_task respectively) 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.

    Plugin Author Fetch Designs

    (@fetchdesigns)

    The fix for this bug has now been released as part of version 2.2.3.

    Plugin Author Fetch Designs

    (@fetchdesigns)

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

    Plugin Author Fetch Designs

    (@fetchdesigns)

    As of version 2.2.2 that is not an option. However, this feature is coming as part of the next update which I expect should be released very soon to the free and pro versions of the plugin.

    Plugin Author Fetch Designs

    (@fetchdesigns)

    Quick update… I confirmed the bug and will be releasing a fix with the next version of the plugin.

    Plugin Author Fetch Designs

    (@fetchdesigns)

    Thanks for reporting this! I’ll review and let you know when this has been resolved.

    Fetch Designs

    (@fetchdesigns)

    Sorry, that was just a typo. I am running 5.9.2. Per the stack trace, the error occurs when on the widgets page under Appearance > Widgets. I am not using a SyntaxHighlighter block in any widget.

    Fetch Designs

    (@fetchdesigns)

    I’m still reproducing this issue running the latest version of WordPress (5.8.2) and the SyntaxHighlighter Evolved plugin (3.6.1). Here is my full stack trace…

    PHP Notice:  wp_enqueue_script() was called <strong>incorrectly</strong>. "wp-editor" script should not be enqueued together with the new widgets editor (wp-edit-widgets or wp-customize-widgets). Please see <a href="https://www.ads-software.com/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.8.0.) in /wp-includes/functions.php on line 5768
    PHP Stack trace:
    PHP   1. {main}() /wp-admin/widgets.php:0
    PHP   2. require() /wp-admin/widgets.php:32
    PHP   3. require_once() /wp-admin/widgets-form-blocks.php:69
    PHP   4. do_action() /wp-admin/admin-header.php:163
    PHP   5. WP_Hook->do_action() /wp-includes/plugin.php:474
    PHP   6. WP_Hook->apply_filters() /wp-includes/class-wp-hook.php:331
    PHP   7. wp_check_widget_editor_deps() /wp-includes/class-wp-hook.php:307
    PHP   8. _doing_it_wrong() /wp-includes/widgets.php:2090
    PHP   9. trigger_error() /wp-includes/functions.php:5768
Viewing 15 replies - 46 through 60 (of 90 total)