Stephen Sherrard

Forum Replies Created

Viewing 15 posts - 466 through 480 (of 794 total)
  • Author
    Posts
  • in reply to: Retail prices not showing on wholesale #12337
    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

    in reply to: Event online mail #12295
    Stephen Sherrard
    Keymaster

    No automatic emails were added, but a new “Email Volunteers” feature has been added in version 1.13.0, where you can email all volunteers currently in the database (anyone who has signed up and is still in the database — noting that if you have it set to deleted expired signups, those signups will be deleted when the event is over), or you can email the volunteers for a specific sheet.

    in reply to: Add Shortcodes to Email Subject Line #12293
    Stephen Sherrard
    Keymaster

    This feature has been added in version 1.13.0

    in reply to: Phone Number in Email Confirmation #12291
    Stephen Sherrard
    Keymaster

    This has been added in version 1.13.0

    in reply to: Hide Item Details #11729
    Stephen Sherrard
    Keymaster

    Since I’m working on an update anyway, I went ahead and added that as a new option. Not ready to release yet, as I may still need to do more updates to work with the updated Groups extension I’m working on.

    Customizer won’t help you with what you need, it will allow you the change the header, but won’t remove it (only customizes the fixed text strings, can’t customize variable field values that the user has filled out on sign-up forms).

    If you send me a private email through the contact form, I can send you the updated version of the main plugin, which has that option to do what you want. I’m just not ready to release it to the public yet, but it will work for what you need.

    in reply to: Hide Item Details #11723
    Stephen Sherrard
    Keymaster

    I suck at CSS, but I believe you would have to use the nth-child type of selector to get just that particular columns (instead of all the columns). Count the # of td cells to get to the one you want, and specify that child of the tr.

    Something like this answer (Google is your friend):
    http://stackoverflow.com/questions/15448679/using-nth-child-in-tables-tr-td

    in reply to: Hide Item Details #11718
    Stephen Sherrard
    Keymaster

    There is no built-in option to turn off the display of that column. You could always use some targeted CSS to change visibility to hidden or display to none for those cells. That’s about the only way you could do it right now, without writing a more complex function to tap into the filter hook that already exists for filtering the signups retrieved from the database for display (you would have to hook into that filter, loop through the signups and set the signup->item property to an empty string). Or, to completely hide the details column and all entries, you could tap into the filter hook that filters the retrieved tasks for the sheet & date, loop through the tasks, and set all the need_details properties to ‘no’, or anything but “YES”. If none of the tasks have need_details set to “YES”, then that column won’t even be displayed.

    I’m getting ready to release an update to the main plugin, as well as the Groups extension, to allow a sheet to be assigned to more than one group, and to also allow the ability to restrict content to members of groups (either via BuddyPress or the WordPress Groups plugin), so I could probably throw in a filter hook on the output of those details, which could be used by other plugins (or a simple function in your theme’s functions.php file) to return a blank value (empty string) so it’s not displayed on the front end. Hoping to have those updates released within the next week or two.

    in reply to: Cron Jobs not running on website with no traffic #11683
    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

    in reply to: Missing Signup Data for Passed Events #11569
    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

    in reply to: Missing Signup Data for Passed Events #11565
    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

    in reply to: Sales Tax issue #11406
    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

    in reply to: Sales Tax issue #11400
    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

    in reply to: Sales Tax issue #11398
    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

    in reply to: Sales Tax issue #11392
    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

    in reply to: Sales Tax issue #11388
    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

Viewing 15 posts - 466 through 480 (of 794 total)