Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author DBAR Productions

    (@dbar-productions)

    Do you mean the start time and end time for the tasks?

    There is nothing in the plugin that lets you hide those columns. You could probably use some custom CSS in your theme to set the display of those to none. Or use javascript/jquery to hide those columns.

    If you just want to change/hide the “N/A” text without removing the columns, there are filter hooks in place for doing that, or you could use the Cutomizer extension:

    https://stephensherrardplugins.com/plugins/pta-volunteer-sign-up-sheets-customizer/

    This is a feature request and not a support issue, so marking resolved. Feel free to post it in the feature requests section of my site, but nothing is promised or guaranteed (far too many feature requests to make everyone happy).

    Thread Starter rudtek2

    (@rudtek2)

    could you point me to the correct file so i can look around a bit on my own?

    Plugin Author DBAR Productions

    (@dbar-productions)

    All the public (front-end) functionality/display is located in:

    yoursite\wp-content\plugins\pta-volunteer-sign-up-sheets\classes\class-pta_sus_public.php

    Thread Starter rudtek2

    (@rudtek2)

    awesome. Quick and easy. Changed line 294 from true to false and those 2 columns are gone!

    Not the answer for everyone, I know, but it’s maybe notes for your or other users at the minimum.

    Plugin Author DBAR Productions

    (@dbar-productions)

    Ah… Yes, I forgot… one of the other contributors added a shortcode argument that you can add to hide the time columns.

    Instead of directly modifying the code, just add:

    show_time="no"

    to your shortcode for the plugin on that page, and it will do the same thing (sets the variable you changed to false).

    I need to update the documentation and added that option to the PTA Shortcodes extension. I forgot all about that!

    Is there any way to just hide the end time only? The end time for our sign up slots vary and we’d rather just show the start time.

    Thanks

    Plugin Author DBAR Productions

    (@dbar-productions)

    If you are good with CSS you could probably add some CSS to target and make that column (and header) hidden. Otherwise, no, there is nothing built-in to hide only the end time.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘can i hide signup starttime and endtime for tasks?’ is closed to new replies.