Title: feeman's Replies | WordPress.org

---

# feeman

  [  ](https://wordpress.org/support/users/feeman/)

 *   [Profile](https://wordpress.org/support/users/feeman/)
 *   [Topics Started](https://wordpress.org/support/users/feeman/topics/)
 *   [Replies Created](https://wordpress.org/support/users/feeman/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/feeman/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/feeman/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/feeman/engagements/)
 *   [Favorites](https://wordpress.org/support/users/feeman/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[StageShow] Price Plans seem to reset after plugin updates](https://wordpress.org/support/topic/price-plans-seem-to-reset-after-plugin-updates/)
 *  Thread Starter [feeman](https://wordpress.org/support/users/feeman/)
 * (@feeman)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/price-plans-seem-to-reset-after-plugin-updates/#post-9890709)
 * I will check. I don’t think I did a backup before the last plugin update. It 
   may be an issue on my side. I will take another look at it.
 * Thanks,
 * Patrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[StageShow] Naking Reservation fields optional](https://wordpress.org/support/topic/naking-reservation-fields-optional/)
 *  Thread Starter [feeman](https://wordpress.org/support/users/feeman/)
 * (@feeman)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/naking-reservation-fields-optional/#post-9890661)
 * My website to check the css for resrvations is here: [http://tredavonplayers.org/web/](http://tredavonplayers.org/web/)
    -  This reply was modified 8 years, 3 months ago by [feeman](https://wordpress.org/support/users/feeman/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[StageShow] Naking Reservation fields optional](https://wordpress.org/support/topic/naking-reservation-fields-optional/)
 *  Thread Starter [feeman](https://wordpress.org/support/users/feeman/)
 * (@feeman)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/naking-reservation-fields-optional/#post-9890394)
 * Dos the code need to appear somewhere special in the custom CSS file?
    I did 
   this with my stageshow-custom-1.css, but it still required address and other 
   fields:
 * /*
    To add your own custom CSS file, do the following:
 *  Rename this copy of this file in the wp-content/uploads folder
    Add your CSS
   to the renamed file and save it Go to the StageShow->Settings->Advanced menu 
   page Select the file in the Custom StyleSheet Setting Save the Settings
 *  Alternatively use the edit button on the settings admin page to edit the file
   
   When the file is saved StageShow will change the filename if required
 *  This file includes a few samples to get you started …
 *  Note: All these samples CSS entries are “commented out”. Remove the comments
   
   start and end markers around the CSS statements to make them active. */
 * /*
    List of Form Classes for User Reservation Form
 * stageshow-checkoutdetails-row-saleFirstName
    stageshow-checkoutdetails-row-saleLastName
   stageshow-checkoutdetails-row-saleEMail stageshow-checkoutdetails-row-salePPStreet
   stageshow-checkoutdetails-row-salePPCity stageshow-checkoutdetails-row-salePPState
   stageshow-checkoutdetails-row-salePPZip stageshow-checkoutdetails-row-salePPCountry
   stageshow-checkoutdetails-row-salePPPhone
 * */
 * .stageshow-checkoutdetails-row-salePPStreet,
    .stageshow-checkoutdetails-row-
   salePPCity, .stageshow-checkoutdetails-row-salePPState, .stageshow-checkoutdetails-
   row-salePPZip, .stageshow-checkoutdetails-row-salePPCountry, .stageshow-checkoutdetails-
   row-salePPPhone { display: none; }
 * /* Make the Shopping Trolley Header BOLD */
 * .stageshow-trolley-titles td
    { font-weight: bold; }
 * /* Adjust size of dropdown */
    .stageshow-trolley-ui { max-width: 100px; }
 * .stageshow-boxoffice-qty
    { max-width: 100px; }
 * /* Make the Remove link into a button */
 * .stageshow-trolley-row .stageshow-trolley-remove a
    { padding: 3px 10px; background:
   none repeat scroll 0 0 #24890D; color: #FFFFFF; text-decoration: none; }
 * /* Hide the block separator in the Box-Office output */
    /* td.stageshow-boxoffice-
   separator { display: none; } */
 * /* Hide the date/time column in the Box-Office and Shopping Trolley output */
   /*.
   stageshow-boxoffice-datetime, .stageshow-trolley-datetime { display: none; } */
 * /* Change the colours of the Box Office Buttons */
 * .stageshow-boxoffice-add input,
    .stageshow-trolley-checkout #selectseats, .stageshow-
   boxoffice-layout #seatsselected, .stageshow-trolley-checkout #checkout { background:
   none repeat scroll 0 0 #E92A49; font-size: 12px; }
 * /* Change the colours of the Box Office Buttons when they have the focus */
 * .stageshow-boxoffice-add input:focus,
    .stageshow-trolley-checkout #selectseats:
   focus, .stageshow-boxoffice-layout #seatsselected:focus, .stageshow-trolley-checkout#
   checkout:focus { background: none repeat scroll 0 0 #FF40FF; font-size: 12px;}
 * /* Change the colours of the Box Office Buttons when they have a mouseover */
 * .stageshow-boxoffice-add input:hover,
    .stageshow-trolley-checkout #selectseats:
   hover, .stageshow-boxoffice-layout #seatsselected:hover, .stageshow-trolley-checkout#
   checkout:hover { background: none repeat scroll 0 0 #FF40FF; font-size: 12px;}
 * /* Change the colours of the Box Office Buttons when they are disabled */
 * td.stageshow-boxoffice-add input[disabled]
    { background: none repeat scroll 
   0 0 #C0C0C0 !important; font-size: 12px; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[StageShow] Export of Stage Show Ticket Info in CSV format by default](https://wordpress.org/support/topic/export-of-stage-show-ticket-info-in-csv-format-by-default/)
 *  Thread Starter [feeman](https://wordpress.org/support/users/feeman/)
 * (@feeman)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/export-of-stage-show-ticket-info-in-csv-format-by-default/#post-9562579)
 * I’ll need to change the extention to something else ( like “.tab”) and then make
   it open in excel by default on each machine. We wouldn’t want “txt” to default
   to excel.
 * Another way would be to offer export in CSV format, but use “|” instead of commas.
   This would bypass the “commas in the content” issue, and the user could make 
   a one time change in thier international defaults to use | instead of comma for
   a default delimiter.
 * Malcolm, perhaps i am approaching it wrong. If I have a box office person wanting
   to print out a list for a particular night to check people in (both sales and
   reservations), how SHOULD I be doing it? Maybe i am missing something….
 * /patrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[StageShow] Reservation Mode seems to not work](https://wordpress.org/support/topic/reservation-mode-seems-to-not-work/)
 *  Thread Starter [feeman](https://wordpress.org/support/users/feeman/)
 * (@feeman)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/reservation-mode-seems-to-not-work/#post-9362134)
 * You are “DA Man”, Malcolm. One last question about this.
    I’ve set up two addition
   items per your suggestion:
 * > “You can add an entries to the Prices for a show setting the price set to zero
   > and “Visibility” to Admin Only. You could create two such entries with (say)
   > Ticket Type set to “Complementary” and “Season”…”
 * I give certain folk the admin rights, and they can go into the regular ticket
   page, and set people up with reservations retrieved from the phone reservation
   line.
 * But what if I don’t want to collect the snail-mail address?
    Or if I want it 
   to autofill with the default for the organization. Can I easily change the required
   fields? Or does one of the drop downs in the reservation set up allow it to autofill?
 * Thanks for all your help. Let me know if I can ever help one of your “clients”
   with set up or execution of your plugin.
 * I’d be happy to help.
 * /Patrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[StageShow] Reservation Mode seems to not work](https://wordpress.org/support/topic/reservation-mode-seems-to-not-work/)
 *  Thread Starter [feeman](https://wordpress.org/support/users/feeman/)
 * (@feeman)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/reservation-mode-seems-to-not-work/#post-9348630)
 * Great, Thank you.
 * One additional question: We also have Comps (2 per actor) and Season ticket holders(
   who have already purchased their tickets. In both cases, a Reservation would 
   need to be put in the system. yet when the patron sows up, they WON’T need to
   pay onsite.
 * Can I add additional sale statuses? How best to reflect them so they get a confirmation
   email and the front door person knows whether to collect moneys onsite?
 * Thanks for any input….
 * /Patrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[StageShow] Mandatory contact phone](https://wordpress.org/support/topic/mandatory-contact-phone/)
 *  [feeman](https://wordpress.org/support/users/feeman/)
 * (@feeman)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mandatory-contact-phone/#post-9348492)
 * Thanks, guys. I noted that the phone numbers were no longer passing through from
   PalPal to Stage Show. Somehow it had reset to the default. I fixed it in just
   a couple of minutes.
 * Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)