LBell
Forum Replies Created
-
Forum: Plugins
In reply to: [Pretty Google Calendar] Events not showingJust checking whether you were able to resolve the issue with the API setting?
Yup – use the shortcode argument:
no_link="true"Forum: Plugins
In reply to: [Pretty Google Calendar] Events not showingThe API can be tricky to get right, and is the source of many a hiccup. Check the solution here: https://wordpress.org/support/topic/events-not-showing-35/#post-17118463 and see if that solves your issue.
In short, it seems many folks with this problem solved it by restricting the API key to “Google Calendar API”
- This reply was modified 2 years, 7 months ago by LBell.
Forum: Plugins
In reply to: [Pretty Google Calendar] Events not showingThe API can be tricky to get right, and is the source of many a hiccup. Check the solution here: https://wordpress.org/support/topic/events-not-showing-35/#post-17118463 and see if that solves your issue.
In short, it seems many folks with this problem solved it by restricting the API key to “Google Calendar API”
- This reply was modified 2 years, 7 months ago by LBell.
Forum: Plugins
In reply to: [Pretty Google Calendar] Events not showingGlad to hear it. The API bit is a little tricky.
Which was the magic button for future reference?
Forum: Plugins
In reply to: [Pretty Google Calendar] Warning with update 1.6Yikes! Boneheaded error from a brainfart… (switching between PHP and JS gets ya sometimes).
Should be fixed in 1.6.1.
Thanks!
Forum: Plugins
In reply to: [Pretty Google Calendar] Links broken in 1.5.0Modified the idea to better handle URLs at the end of a sentence followed by punctuation (.?!).
Forum: Plugins
In reply to: [Pretty Google Calendar] Links broken in 1.5.0Excellent! Thanks for taking the time to sort, and providing a fix. I’ll try to roll that out ASAP.
Forum: Plugins
In reply to: [Pretty Google Calendar] Calendar BlankGreat! What did you change to fix it (in case someone else is having the same issue).
Forum: Plugins
In reply to: [Pretty Google Calendar] Display Location in Pop UpFixed in latest release. Thanks!
Forum: Plugins
In reply to: [Pretty Google Calendar] Display Location in Pop UpHowdy! If you could open up requests for these features here: https://github.com/lbell/pretty-google-calendar/issues
I’ll say the first (embedded map) will be a bit more involved and probably not implemented.
The second we’ll need to think about, as some might not want it, or may want duration, etc. Don’t want to over-complicate things, but worth thinking about.
Thanks!
Forum: Plugins
In reply to: [Pretty Google Calendar] Fails ADA contrast testsHowdy! The main color scheme is driven by Full Calendar (https://fullcalendar.io/) and out of the scope of this plugin. However the CSS is readily override-able.
I’d suggest adding the new CSS to your theme, site customizer, or using a plugin so changes don’t get lost on updates.
Forum: Plugins
In reply to: [Pretty Google Calendar] The pagination marks have gone wrong.Glad you found the culprit. It looks like the chevrons are encoded in FullCalendar with unicode
\e900which (I believe) the default font interprets as<. Why/how your theme’s font is (likely) overriding this is beyond my scope.If you find a solution, please do post here in case someone else runs into this issue. Good luck!
Forum: Plugins
In reply to: [Pretty Google Calendar] The pagination marks have gone wrong.Howdy! Did you recently switch themes or add a plugin?
The arrows are encoded with the fcicons font, but it may be getting overridden by some other plugin or theme.
Forum: Reviews
In reply to: [Pretty Google Calendar] Brilliant pluginThanks for the kind words and support!