LBell
Forum Replies Created
-
What timezone is your computer set at?
Forum: Plugins
In reply to: [Pretty Google Calendar] popup inactive map and add calendarHowdy!
Looks like the popup is being overrun by your page’s section below it.
I can fix the issue by setting
.mcb-section-ysrcwsclf {index: 0;}That should get you pointed in the right direction.
Glad you got it sorted. If you were able to add a screenshot of the setting that worked for you, that might help other folks running into the issue in the future.
Forum: Plugins
In reply to: [Pretty Google Calendar] Incorrect installation instructionsGreat! Mind submitting the correct steps?
Looks like it’s not showing any events. Is the calendar set to “public” on Google’s end?
Forum: Plugins
In reply to: [Pretty Google Calendar] Display event times in end user’s local time.Your Google Calendar (at calendar.google.com) should be set to your local timezone. FullCalendar should then be converting it to the users local timezone per: https://fullcalendar.io/docs/timeZone
You don’t need to specify a timezone for this plugin as it defaults to ‘local’ and switches the time to the local users TZ based on their browser.
Forum: Plugins
In reply to: [Pretty Google Calendar] Display event times in end user’s local time.How about the Pretty Google Calendar link? Also, make sure the Google Calendar timezone is set appropriately.
Forum: Plugins
In reply to: [Pretty Google Calendar] Display event times in end user’s local time.The event should be displayed in the users local time zone. (Except in the popup, there’s a known bug there.)
Can you share a link to your calendar?
Forum: Plugins
In reply to: [Pretty Google Calendar] I just want the listHowdy! Try:
views="listWeek" initial_view="listWeek"(It seems like if you only have one view, that should be the initial view, but sadly, it doesn’t work that way yet, so you need both of those arguments).
- This reply was modified 2 years ago by LBell.
@splntrdhands That behavior (works, then suddenly doesn’t) makes me think there’s a conflict with either a plugin or your theme (or there’s a security plugin that’s shutting it down). Shoot me an email at lbell270 at the gmail and we can investigate.
Any change with v2.0?
Forum: Plugins
In reply to: [Pretty Google Calendar] Time Zone IssueHappy to hear it was an easy fix!
Also, see my post of a few days ago: “Also, are you running any WordPress “Security” plugins? Apparently a very unlikely to be exploited vulnerability was flagged in PGC that might be causing some security plugins to block it.”
We have fixed the exploit in V2.0.0, but it may take a little while for any security plugins to get the message that it’s good to go.
@splntrdhands Embeds work differently than FullCalendar which uses the API. The API is sometimes finicky, and has changed over the years.
To clear the cache, ensure you’ve cleared any WordPress caching plugins, then open up the Developer Tools in your browser (ctrl-shift-I usually) and you should be able to right-click the refresh button and it will give the option to “empty cache and reload”
Fixed in v2.0.0 which introduces a tiny breaking change in that
id_hashshortcode argument can only be alphanumeric now.