LBell
Forum Replies Created
-
Forum: Plugins
In reply to: [Pretty Google Calendar] Month Labels Disappear on MobileHmm. The change was made to compensate for the sub-optimal cramping of buttons and title when real-estate got small… assuming most small-screens would be using list mode, not grid. But that’s not a fair assumption, and I see the concern.
I’ll see if I can come up with a good solution. Would putting the title (or some of the buttons) on the bottom when mobile be satisfactory?
Forum: Plugins
In reply to: [Pretty Google Calendar] Multiple CalendarsHowdy – try clearing you cache. It looks like WP Rocket is serving up an old version of the plugin scripts on the front-end. That would also explain why it works on the back-end in preview mode.
Hope that helps!
Forum: Plugins
In reply to: [Pretty Google Calendar] Only show list viewLatest update adds this.
Set
initial_view="listCustom" views="listCustom"and this will bring up the Custom List by default, and remove the buttons.Enjoy!
Forum: Plugins
In reply to: [Pretty Google Calendar] Events not showing up.Sorry to hear it didn’t work… I’m guessing there’s a strange conflict with another plugin, or other issue particular with your setup as this doesn’t seem to be a common issue.
Closing for now, and good luck!
Forum: Plugins
In reply to: [Pretty Google Calendar] Multiple CalendarsHow about now?
Just updated with a heap of new features, including the ability to add multiple calendars. Just list them separated with commas in shortcode like:
gcal="cal1,cal1"(Note: all calendars need to be accessed with the same API key.)If you’re feeling sheepish about being “that guy” you could consider buying me a coffee 😉
https://github.com/sponsors/lbell
- This reply was modified 3 years, 7 months ago by LBell.
Forum: Plugins
In reply to: [Pretty Google Calendar] Events not showing up.Howdy! Not sure what the issue could be without taking a deeper dive. If you’d like I could take a closer look at your setup. (The link above has expired).
Forum: Plugins
In reply to: [Pretty Google Calendar] Multiple CalendarsHowdy! Not at this time, but I could certainly see adding this in future. FullCalendar supports it, so we got that going for us!
Added here: https://github.com/lbell/pretty-google-calendar/issues/9
Forum: Plugins
In reply to: [Pretty Google Calendar] Change default view to listHowdy – have limited time right now, but is is on the radar: https://github.com/lbell/pretty-google-calendar/issues/5
Thanks!
Forum: Plugins
In reply to: [Pretty Google Calendar] Calendar IDMarking resolved. Let me know if you have further issues!
Forum: Plugins
In reply to: [Pretty Google Calendar] Calendar IDHi, be sure to check on your dashboard on the left side menu under Settings -> Pretty Google Calendar Settings, and that is where you enter your API key. I’ll update the instructions. Thanks!
Forum: Plugins
In reply to: [Pretty Google Calendar] Calendar IDYour shortcode should look like this at its basic:
[pretty_google_calendar gcal=calendarID@group.calendar.google.com]Have you obtained an API and entered it in the settings?
Forum: Plugins
In reply to: [Pretty Google Calendar] Double MonthWhoa! That’s an awesome head-scratcher of a bug! I’m not seeing that on any other installation, but… there it is.
What is the full shortcode you’re using (you can redact your
calendarID)?Also, if you’re able, try deactivating other plugins just to rule out some weird interference coming from somewhere else.
Forum: Plugins
In reply to: [Pretty Google Calendar] Theming the CalendarHowdy! Glad you’re digging it.
Right now, CSS overrides are your best bet. If you’re not comfortable with a child theme and all that, lately I’ve been a fan of Simple Custom CSS and JS: https://wordpress.org/plugins/custom-css-js/
Forum: Plugins
In reply to: [Pretty Google Calendar] Only show list viewHowdy! Not currently possible, but I could add that in. Looking at my schedule, might be able to get to it by the end of the month.
Forum: Plugins
In reply to: [Pretty Google Calendar] Days list supportYou are definitely taking this thing to its limits!
We’ll have to poke around the toolbox positioning engine, and will likely need to add a scroll bar once things reach a certain size.
I’ve added it to the list: https://github.com/lbell/pretty-google-calendar/issues/3
Don’t know when I’ll be able to get this as I suspect it affects relatively few users. Thanks!