Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Empty/missing reservationsJust a heads up, I’m looking at this form right now to try and clean it up and simplify things, and hopefully fix this bug.
Forum: Plugins
In reply to: [Book a Room] Make form errors display a little betterI appreciate the help, but I’m overhauling a lot of the display code and most of this will be replaced. Please hold off on additional fixes or additions until I’ve caught up and got some news changes out.
Forum: Plugins
In reply to: [Book a Room] Step 2. Choose a Room. text, vertically overflows divI’m actually looking at redoing the custom css with the W3.CSS framework.
Forum: Plugins
In reply to: [Book a Room] Error message when registering for classesSo, if you notice the URL, it’s bonkers and related to this missing basepage variable.
I just put up a new version of the event calendar plugin with some error checking. Can you see if this helps?
Forum: Plugins
In reply to: [Book a Room] Radio buttons and checkboxes don’t display wellThese have been added in the latest update.Thanks!
Forum: Plugins
In reply to: [Book a Room] Improve Phone entry on SmartphonesA new version is going up that adds all of this. Thanks for your help!
Forum: Plugins
In reply to: [Book a Room] Step 5 – Purpose of meeting textarea – resize issueA new version is going up that fixes this. Thanks for your help!
Forum: Plugins
In reply to: [Book a Room] Step 5 – maxlength typo for state fieldA new version is going up that adds all of this. Thanks for your help!
Forum: Plugins
In reply to: [Book a Room] Error message when registering for classesCan you send me a screen shot and the exact URL of that page? I want to see the data in the URL, too.
Forum: Plugins
In reply to: [Book a Room] Multiple room bookings simultaneouslyI am looking at adding an option to limit specific amenities to an amount, so multiple rooms can share a limited amenity.
Forum: Plugins
In reply to: [Book a Room] Headers already sent – when logging outThanks! I was going to add something similar, and I’d eventually like to move to transients instead of SESSION variables. I’ll get an updated version out soon.
Forum: Plugins
In reply to: [Book a Room] Step 2. Choose a Room. text, vertically overflows divI’ll be adding an option to this for adding this number in the settings. You can also edit this value directly.
plugins / book-a-room / css / bookaroom_day.css
Under:
#topRow .instructions { ... border-top-left-radius: 20px; border-top-right-radius: 20px; height: 180px; }You can make the height larger. Refresh the page (or clear cache) to view the change.
Forum: Plugins
In reply to: [Book a Room] Multiple room bookings simultaneouslyNo, but you can make room containers that hold common configurations and it will only reserve the rooms you add to that container.
For instance, we have 3 rooms. We allow reservations for Room A, Room B, Room C, Rooms A&B, Rooms B&C and Rooms A, B & C as separate room containers. If someone reserves C, B&C and A, B & C are unavailable configurations at that time since C is in use.
Forum: Plugins
In reply to: [Book a Room] Step 5. doesn’t display right on small screensThere is an update going up now that fixes this. Thanks for pointing it out!
Forum: Plugins
In reply to: [Book a Room] Headers already sent – when logging outI put up a new update that should fix this. CAn you please try it?