LBell
Forum Replies Created
-
Forum: Plugins
In reply to: [Pretty Google Calendar] No Calender Events showing in WordPress?A note that others have mentioned is to make sure you’re using straight quotes instead of curly quotes in the shortcode — apparently copy-pasting from WP Beginner gives you curly quotes which don’t work.
- This reply was modified 3 years, 2 months ago by LBell.
Forum: Plugins
In reply to: [Pretty Google Calendar] Calendar does not work at all – new installHowdy! Not able to access the link you shared. It’ll be difficult to know exactly what could be going on without looking at your shortcode arguments at minimum.
Forum: Plugins
In reply to: [Pretty Google Calendar] List view as defaultHowdy! Try the
initial_viewargument in the shortcode:list_type="listCustom"to get the default list view of the plugin which shows the next 28 days.Forum: Plugins
In reply to: [Pretty Google Calendar] Add a couple of optionsYou can add feature requests here: https://github.com/lbell/pretty-google-calendar/issues but note that time for new development is extremely limited. If there’s something you need now, I’d be happy to chat about custom development options.
Forum: Plugins
In reply to: [Pretty Google Calendar] Can not see “Settings” in plug in screenClosing this. Let me know if that doesn’t solve your issue.
Forum: Plugins
In reply to: [Pretty Google Calendar] Events not showing up in calendarWP 6.1.1 and Google Workspace Non-ProfitsNeither of these should affect this.Do any of the steps here: https://www.wpbeginner.com/plugins/how-to-add-google-calendar-in-wordpress/ help?
Another user reports:
I couldn’t get events to display until after I removed all Application Restrictions and API restrictions from my API key (when setting up the project in the Cloud Console for this calendar).Let us know if you find something that works.
Forum: Plugins
In reply to: [Pretty Google Calendar] ‘list’ button not translatedCorrect. Use
custom_list_button="my button title"Forum: Plugins
In reply to: [Pretty Google Calendar] Can not see “Settings” in plug in screenKabar baik!
The settings page is located in the settings menu under:
Users
Tools
Settings -> Pretty Google CalendarBeyond that, maybe WordPress.com does things differently than a self-hosted install?
Forum: Plugins
In reply to: [Pretty Google Calendar] No Calender Events showing in WordPress?Howdy! WP Beginner has what looks to be a pretty comprehensive Google API walk through: https://www.wpbeginner.com/plugins/how-to-add-google-calendar-in-wordpress/ You might check if you missed a step.
Beyond that it’s hard to speculate what might be the issue.
Forum: Plugins
In reply to: [Pretty Google Calendar] Setting Months/Date RangeGlad you got it sorted, and thanks for sharing your fix.
Forum: Reviews
In reply to: [Pretty Google Calendar] Struggled with Google, but got there in the endGlad you got it sorted! That updated process by WPBeginner looks super helpful. Here it is for others: https://www.wpbeginner.com/plugins/how-to-add-google-calendar-in-wordpress/
- This reply was modified 3 years, 3 months ago by LBell.
Forum: Plugins
In reply to: [Pretty Google Calendar] Second cal events not showing upis there a way to set the start day of the week to Monday/Sunday?
Not at this time. Sorry.
is there any option to show and hide the calendars?
Nope.
links inside the description and make them real clickable links
This is a known bug that we’ll try to have fixed in the next release: https://github.com/lbell/pretty-google-calendar/issues/4
Is there any dark theme option maybe, is there any way to color the different calendars?
Sorry, no. The CSS is fully customizable, it will take some time to determine which targets you need to be overriding. Not sure if it’s possible to provide different colors for different calendars. Good luck!
Forum: Plugins
In reply to: [Pretty Google Calendar] Second cal events not showing upHowdy!
Do each of the calendars show individually when you put them in one at a time?
The shortcode option views:
views="dayGridMonth, listCustom"should support any views available through FullCalendar.Not sure what you mean about option to show/hide calendars.
As for the
custom_list_buttonoption not working, not sure there… Did you clear your cache after making that change?Hope that helps.
Forum: Plugins
In reply to: [Pretty Google Calendar] couldn’t find Calendar AddressShould be under
Integrate calendar
Calendar IDIf it’s your primary calendar, it might just be your email address.
Forum: Plugins
In reply to: [Pretty Google Calendar] Setting Months/Date RangeHowdy!
Did you try list_type=”listYear”? That should compress everything into one list.
If that doesn’t work, I don’t have a better solution. Hiding specified months is not supported.
Thanks!