LBell
Forum Replies Created
-
Forum: Reviews
In reply to: [Pretty Google Calendar] Doesn’t work anymoreCurious if you’ve had a chance to look into this further?
Forum: Plugins
In reply to: [Pretty Google Calendar] bottom-right Add Calendar button linkYou can accomplish this by adding the share link to your Google Calendar anywhere on the page (below the calendar perhaps). Here’s some info on sharing: https://support.google.com/calendar/answer/37082?hl=en
Forum: Plugins
In reply to: [Pretty Google Calendar] Remove Seconds from Start TimeThat will need to be changed internally. Could definitely consider this for the next release, as I suspect few (if any) users would be upset by that.
If you’re comfortable with code, you can change the
toLocaleTimeString()call in line 4 intippy.jsin the plugin to include the arguments:toLocaleTimeString([], {hour: "2-digit", minute: "2-digit"});Forum: Plugins
In reply to: [Pretty Google Calendar] Problem with DiviHappy to take a look. Are you able to share the link where this is happening?
2 routes to sleuth:
- Can you switch to a different theme? If it only fails to load under Divi but works fine under another theme, then we know it’s a theme conflict.
- If it doesn’t work on any theme, then try disabling all other plugins except for this one and see if it works. Then re-enable each plugin until there’s a conflict.
Forum: Reviews
In reply to: [Pretty Google Calendar] I hope it works in Divi tooNo worries. Thanks!
Forum: Reviews
In reply to: [Pretty Google Calendar] I hope it works in Divi tooHowdy!
Rather than just dinging the plugin rating for an issue that might be unrelated to the plugin (could be an issue with your theme or another plugin) I’d invite you to open a support thread here: https://wordpress.org/support/plugin/pretty-google-calendar/ and lets see if we can find the issue first.
Thanks!
Forum: Plugins
In reply to: [Pretty Google Calendar] Calendar does not work at all – new installHoping you got this sorted. Marking as resolved due to lack of further information. Thanks!
Forum: Plugins
In reply to: [Pretty Google Calendar] Edit events in WP PageHowdy! Events are managed solely via Google Calendar. All this plugin does is display them in a way that doesn’t look ugly. Thanks!
Forum: Plugins
In reply to: [Pretty Google Calendar] Turn Off Initial Render Being Based on Viewport SizeGlad you made it work. We’re re-thinking how to handle small screens (albeit slowly): https://github.com/lbell/pretty-google-calendar/issues/10
Forum: Plugins
In reply to: [Pretty Google Calendar] No Calender Events showing in WordPress?Replied in a different thread to keep subjects separated: https://wordpress.org/support/topic/single-day-calendar/
Forum: Plugins
In reply to: [Pretty Google Calendar] Single-Day Calendar?Hi @mikehenden
Sort of… You can achieve a 1-day view with:
[pretty_google_calendar gcal="address" views="listCustom" initial_view="listCustom" list_type="listCustom" custom_days="1"]Then maybe put a button underneath that with a link to the full calendar.
Forum: Plugins
In reply to: [Pretty Google Calendar] Language problem (month)Great! Glad you got it sorted.
Forum: Plugins
In reply to: [Pretty Google Calendar] Show event info on pageTry the “use tooltip” checkbox in the settings. It should probably be a per-calendar shortcode in a later version.
Forum: Plugins
In reply to: [Pretty Google Calendar] List view as defaultSorry, I mis-typed my answer. Add this to your shortcode:
initial_view="listCustom"It is different on mobile vs desktop by design, since the screen on mobile is typically too small for the grid calendar.
Forum: Reviews
In reply to: [Pretty Google Calendar] Doesn’t work anymoreHowdy! Thanks for checking it out. Nothing has changed with the plugin in the last 4 months. Have you recently installed any new plugins or made changes on your site? Rather than rate the plugin 1 star, I’d recommend you open up a support thread here: https://wordpress.org/support/plugin/pretty-google-calendar/ and we can try to work out the issues.