LBell
Forum Replies Created
-
Forum: Plugins
In reply to: [Pretty Google Calendar] Show Month Title in mobile.Yup – looks like we addressed that in the code, but never released it… so it was confusing why it still was happening.
Thanks for this. Hoping to have time to fix (and release 😉 next month.
Forum: Plugins
In reply to: [Pretty Google Calendar] Show Month Title in mobile.Yeah, it looks like mobile browsers are being treated differently than responsive viewports at mobile size… I’ll need to dig into whether that’s happening with this plugin on FullCalendar itself.
Forum: Plugins
In reply to: [Pretty Google Calendar] Weekly view?Yeah, mobile browsers seem to treated differently by FullCalendar than “responsive” viewports. I’ll do some digging.
Forum: Plugins
In reply to: [Pretty Google Calendar] Week start on MondayGreat! Glad that works. Your prior edit should have worked as well, but I haven’t tested it myself.
Forum: Plugins
In reply to: [Pretty Google Calendar] Show Month Title in mobile.Seems odd that is shows on desktop, but no mobile device… what browser / device are you seeing this?
Try adding
show_title="true"in your shortcode arguments.Forum: Plugins
In reply to: [Pretty Google Calendar] Weekly view?More info here: https://github.com/lbell/pretty-google-calendar/issues/20
Forum: Plugins
In reply to: [Pretty Google Calendar] Weekly view?Try using
views="dayGridMonth, dayGridWeek"orviews="dayGridMonth, timeGridWeek"The
initial_viewoption seems unnecessarily restrictive*, so I’ll work on making that more permissive.Hope that helps!
*Currently in initial view is restricted to: dayGridMonth, listDay, listWeek, listMonth, listYear, listCustom
Forum: Plugins
In reply to: [Pretty Google Calendar] Events That End the Next Day Displaying TwiceGot it. This is a limitation of FullCalendar, and not something we can change.
If you find a FullCalendar option we can add, please upon a Feature Request here: https://github.com/lbell/pretty-google-calendar/issues
Forum: Plugins
In reply to: [Pretty Google Calendar] Show Month Title in mobile.Howdy! It should be showing… Maybe because you don’t have any events yet?
A plan to clean up the top bar can be found here: https://github.com/lbell/pretty-google-calendar/issues/10
- This reply was modified 3 years, 1 month ago by LBell.
@mpwalsh8 This is theoretically possible, but will require some additional work. Please open a feature request here: https://github.com/lbell/pretty-google-calendar/issues
Forum: Plugins
In reply to: [Pretty Google Calendar] Events That End the Next Day Displaying TwiceCan you provide an example of what you are seeing?
Forum: Plugins
In reply to: [Pretty Google Calendar] Calendar settingsYour Themify theme CSS is overriding the “span” element that colors those chevrons. You’ll need to add this CSS to your theme, or use a custom CSS plugin:
span.fc-icon { color: #fff; }Forum: Plugins
In reply to: [Pretty Google Calendar] bottom-right Add Calendar button linkHowdy!
The details of sharing via a link is actually on this page which is linked from the page I shared above: https://support.google.com/calendar/answer/37083#zippy=%2Cshare-a-link
What I’d recommend is adding a link on your page above or below the calendar that points to your publicly shared calendar.
Or, to get the exact same link as the ugly native Google embed, go ahead and temporarily add it to a page, copy the link that Google provides, and use it for your link anywhere you like.
Hope that helps!
Howdy! Is the “Use Tooltip” option selected in the settings?
Forum: Plugins
In reply to: [Pretty Google Calendar] Turn Off Initial Render Being Based on Viewport SizeGreat! Hoping to improve this is the next release.