Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Library Event Not Showing in CalendarI just put a new update up. This adds a new setting that allows you to hide public names on the public calendar.
Forum: Plugins
In reply to: [Book a Room] Library Event Not Showing in CalendarI have come up with a small addition that hides public event names. I will add it and a new setting in the next update.
Forum: Plugins
In reply to: [Book a Room] Reserve Link not workingIt worked on my test. I also got a test email from you! Looking good, glad I could help!
Forum: Plugins
In reply to: [Book a Room] Reserve Link not workingI noticed there is an error on the Zip Code when I enter a form.
Are you set to USA and have a valid regex in there? For USA I think it’s “/(^\d{5}$)|(^\d{5}-\d{4}$)/”
Did that fill in automatically when you installed?
Forum: Plugins
In reply to: [Book a Room] Reserve Link not workingIs your theme still working? And the popup?
Forum: Plugins
In reply to: [Book a Room] Reserve Link not workingRight. WordPress uses jQuery in Compatibility mode so if you use the built in one, you need to change it.
https://digwp.com/2011/09/using-instead-of-jquery-in-wordpress/
Forum: Plugins
In reply to: [Book a Room] Reserve Link not workingI didn’t realize that there was a core jQuery for a long time and was enqueing my own.
You can’t use $() though, you have to use the complete jQuery(), if I remember correctly.
I think you can use noConflict() if you need to include your own, too.
The wp_enqueue_script() page lists all of the effects library names in WordPress if you want to enqueue the included versions:
https://developer.wordpress.org/reference/functions/wp_enqueue_script/
Also, you might want to try using https on your jQuery include, too. Not sure if that helps but I’ve seen errors with this before.
Forum: Plugins
In reply to: [Book a Room] Reserve Link not workingI only ask because WordPress comes with a jQuery version that its core depends on, so I was curious why you changing it. I’m going to try and test with 3 installed and see if I can recreate your error for troubleshooting.
Forum: Plugins
In reply to: [Book a Room] Reserve Link not workingI’m going to update the Zebra Dialog in my plugin.
Why are you changing the version of jQuery that WordPress uses for core? Do you have another plugin that requires a newer version than what WordPress comes with?
Forum: Plugins
In reply to: [Book a Room] Reserve Link not workingBoostrap has issues with jQuery 3.
I’m looking into this. I may need to change a few things. I’ll let you know what I find so you can test it!
Forum: Plugins
In reply to: [Book a Room Event Calendar] Couple QuestionsThere is no month view, I’m afraid. I have added a iCal and Google calendar link to the events now.
Forum: Plugins
In reply to: [Book a Room] Reserve Link not workingI just looked at the link and the issue seems to be that the Zebra Dialog (which is the pop up code I’m using that shows your meeting room contract before you can continue) isn’t popping up. If you right click on a link and open in new window, you’ll see that it does continue.
My best guess at the moment (I’m off today and tomorrow so I’m checking this from home and don’t have all my tools) is that there’s an issue with your theme and my plugin both defining jQuery libraries and causing a problem, although that’s only my first guess.
Is the plugin updated to the latest version?
Forum: Plugins
In reply to: [Book a Room] Library Event Not Showing in CalendarHi!
For 1, it seems like your event plugin might not be connecting properly. Is it configured with the proper DB settings?
2 – Did you put in the correct URLs when you set up the main meeting room plugin?
3 – Events and meetings are shown when people try to register on the meeting rooms. The event calendar is ONLY to show staff created events. The meeting room calendar, when you register for a meeting room, will show everything, events and meetings, for that day.
4 – Yes, this is in the settings under Days Buffer for Reserve and Days Allowed to Reserve.
Double check that you’ve gone through the settings page and set up all your content, emails, addresses and URLs.
Forum: Plugins
In reply to: [Book a Room] Event creation – calendar date pickerGreat!
Forum: Plugins
In reply to: [Book a Room] Event creation – calendar date pickerI’ve just updated the plugin with a few fixes, including a forced date format in the date picker. Please update your plugin and check again? (1.0.26)