LBell
Forum Replies Created
-
Forum: Plugins
In reply to: [Pretty Google Calendar] Not all events are imported from Google CalendarGoing to close this ticket due to lack of response. Hope you solved it!
Forum: Plugins
In reply to: [Pretty Google Calendar] no display eventsHowdy! For the GCal address, use the “Calendar ID” which looks more like an email address, not a web address. Like:
[pretty_google_calendar gcal="calendarID@group.calendar.google.com"]Forum: Plugins
In reply to: [Pretty Google Calendar] Remove “Next day” and “Previous Day” buttons.Howdy!
No way to do that programatically at this time, but a somewhat hacky way would be to set
fc-next-buttonandfc-prev-buttontodisplay:none;with a little custom CSS.Good luck!
Forum: Plugins
In reply to: [Pretty Google Calendar] Not all events are imported from Google CalendarHowdy! Hard to know what might be happening. Are there different permissions on those events? Is there a consistent theme of those events (all day events, vs, timed, etc.) Have you tried clearing your cache and reloading the page?
Forum: Plugins
In reply to: [Pretty Google Calendar] Different colors per calendarHowdy! Thanks for the idea.
This is something we are hoping to implement (https://github.com/lbell/pretty-google-calendar/issues/18), but don’t have an ETA of when we’ll be able to tackle these things.
Cheers!
Forum: Plugins
In reply to: [Pretty Google Calendar] The events do not show up on the pageHowdy! Judging by the screenshot above, I suspect there’s some errant CSS in your theme that’s causing items to not display correctly. As you have switched plugins in the link above, I can not verify this.
Closing this as it looks like you have moved to a different plugin.
Good luck!
Forum: Plugins
In reply to: [Pretty Google Calendar] Events show up as blank boxesHowdy! Looks to be working to me. What is the issue you’re seeing? Thanks!
Forum: Plugins
In reply to: [Pretty Google Calendar] Two calendars on one page. One not workingHowdy! Doesn’t look like that works.
Feature request here: https://github.com/lbell/pretty-google-calendar/issues/23
Forum: Plugins
In reply to: [Pretty Google Calendar] timeGridWeek as a default viewHowdy! It’s working fine for me as you have it. Have you flushed your browser cache (and wordpress cache if you’re using one)?
Can you share the URL you’re having issues with?
Thanks! We’re looking into a much easier to use system in a future update.
As for CSS, your best bet is to inspect the page the calendar is on using dev tools, and target the specific elements you need. They are usually prepended with
fc-Enjoy!
Not that I’m aware of (if I get what you’re asking). You can check the docs here: https://fullcalendar.io/docs and see if there’s anything I missed. Thanks!
Forum: Plugins
In reply to: [Pretty Google Calendar] Events That End the Next Day Displaying TwiceLooks like
nextDayThresholdonly affects grid type views and not agenda views.Forum: Plugins
In reply to: [Pretty Google Calendar] Disable click events on calendarDid you try unnchecking the “use tooltip” option in the settings?
Forum: Plugins
In reply to: [Pretty Google Calendar] Show which calendar the event is fromNot currently. But we’re thinking of implementing colors for multiple calendars: https://github.com/lbell/pretty-google-calendar/issues/18
Forum: Plugins
In reply to: [Pretty Google Calendar] views and initial_view are not respectedTry the shortcode without the commas:
[pretty_google_calendar gcal="xxyy" locale="da" list_type="listCustom" views="listCustom" initial_view="listCustom" custom_days="10" show_today_button="false"]- This reply was modified 3 years, 1 month ago by LBell.