Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Rooms not visibleMy apologies, I’ve answered your other ticket, it was unrelated to this, I think.
Forum: Plugins
In reply to: [Book a Room Event Calendar] Can not view roomsRooms aren’t available for booking. Rooms are the physical spaces.
Containers are what gets booked. This allows for large rooms with partitions to be split into smaller rooms.
You can also just have one container per room.
Forum: Plugins
In reply to: [Book a Room] Rooms not visibleI will take a look when I get home later today.
Forum: Plugins
In reply to: [Book a Room] Rooms not visiblePlease try the latest update.
Forum: Plugins
In reply to: [Book a Room] Rooms not visibleLooking into this. Please try adding some Cities to the list in your settings and it should stop the warning.
Forum: Plugins
In reply to: [Book a Room] PHP 7.x.xFrom what I can see the activation error is a core WordPress issue related to me already having the database instealled and how dbdelta handles the upgrade function. I’m going to try reinstalling the plugin after wiping the database to test.
I’m not sure I can do a 5 > 7 upgrade to test without setting up a local version on my machine, which I’m working on now.
Forum: Plugins
In reply to: [Book a Room] PHP 7.x.xSorry I’m so slow! I’m fighting a nasty cold and horrible allergy season and my brain is taking a while to get moving!
First: are you able to do backups to test this before you upgrade?
I just installed the versions from on the respository on PHP 7 and they activated, although I got a warning. I’m about to grab my activation-error code from another project and see if I can debug that and get an update up today.
Forum: Plugins
In reply to: [Book a Room] PHP 7.x.xI am sorry it’s been so long!
I was writing an overhaul of the plugin and while writing a new plugin for work, I’ve learned some new techniques that will improve things so much more, and make things significantly less complex, and easier to migrate.
But it takes a lot of time.
So, I’m going to take break and look at what needs to be done just to get the current version on to 7.
I’m pretty sure it’s been updated but I want to test and make sure.
I’m also home and coding so if you back things up and try and update, and you get an issue, I can help you fix it.
But let me set up a staging site and test this out on 7 from the repository version.
Forum: Plugins
In reply to: [WP BrowserUpdate] Split IE and EdgeIt looks like if you don’t specify IE (i) it uses Edge (e).
I just configured the straight Javasctipt plugin like so and it works for ALL versions of IE.
function hook_browser_checker() { ?> <script> var $buoop = { required:{ e:-3, i:15, f:-3, o:-3, s:-1, c:-3}, insecure:true, unsupported:true, api:2020.02, reminder:0, reminderClosed:1, text_for_i: { 'msg':'<h3>Internet Explorer is not supported by our site anymore.</h3>Wordpress, and most of our digital library, do not work well in Internet Explorer.<br>You must use Edge, Chrome, Firefox, Safari or Opera.<br>', 'msgmore': 'Please choose a new browser as soon as possible to use this site.' }, }; function $buo_f(){ var e = document.createElement("script"); e.src = "//browser-update.org/update.min.js"; document.body.appendChild(e); }; try {document.addEventListener("DOMContentLoaded", $buo_f,false)} catch(e){window.attachEvent("onload", $buo_f)} </script> <?php } add_action('wp_head', 'hook_browser_checker');
- This reply was modified 4 years, 9 months ago by Cleveland Heights-University Heights Public Library Webdeveloper.
Forum: Plugins
In reply to: [Book a Room] City and Zip not marked as requiredThank you. Working on it!
Forum: Plugins
In reply to: [Book a Room] Show room bookings on calendarYes, sorry! I’m deeeep in an overhaul where I’m merging the two and you will only have one plugin. The entire plugin is being redone and improved.
Forum: Plugins
In reply to: [Book a Room] Show room bookings on calendarCan you make sure your Branch and Room Containers are set to Public and make sure that Hide on Daily is NOT checked for me?
Forum: Plugins
In reply to: [Book a Room] Show room bookings on calendarHave you approved them?
Forum: Plugins
In reply to: [Book a Room] No rooms available on Reservations pagePerfect! Yes, there is the ability to make things private for internal use only, like our Art gallery or display cabinets. THis way you can still set events in them, but patrons or users can’t reserve or even see them to reserve.
Forum: Plugins
In reply to: [Book a Room] No rooms available on Reservations pageAre your room containers marked as “Public?”