leemaynard
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Shopping Cart] Shipping address not collected on Paypal checkout.I didn’t realize it had to be set in the email sectio, just looked at the checkbox and thought that would do it. I should have ead the instructions better.
Thanks for your help, it works great now.
For some reason the update resets the country validation to Afganistan, changing it back to United States fixed mine. Hope this helps others.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Calendar is blank$96 a year for a calendar, no thanks. It still doesn’t support combining multiple calendars and I had just as well embed a Google calendar in an iframe.
Forum: Plugins
In reply to: [Dan's Embedder for Google Calendar] Multiple feeds inside 1 calendarI need the same thing. Simple calendar does this, but it has been abandoned and now has issues.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Remove [link]Just edit the calendar and remove the [link] …[/Link] line.
- This reply was modified 6 years, 6 months ago by leemaynard.
Forum: Reviews
In reply to: [Simple Calendar - Google Calendar Plugin] Not Simple & BrokenThere are a lot of installs, including ours that work just fine. I suspect you had a problem with your google setup.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Google API vs OAuthDid you enter the specific Google calendar id in the “Google Calendar Settings” of Simple calendar. Also make sure there are events in Google Calendar for the time period you have set in Simple Calendar.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Plugin Broken SuddenlyDo you suppose it is the latest WP 5.2.2 update that just happened? It seems WP is spewing out updates at a furious pace.
- This reply was modified 6 years, 10 months ago by leemaynard.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Events in wrong time zoneAlso check the polling time, as it only updates from Google periodically, not in real time.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Events in wrong time zoneCheck your timezone in WP and under the Advanced tab in Simple calendar. Calendar uses the site default unless you change it here. Your site system should be set to the correct timezone though.
Forum: Themes and Templates
In reply to: [Make] Disappearing widgetsI had a similar problem with the Jetpack widget for upcoming events. Even though it appears to be the same, with the same name, it worked on one page but not another. I had to set it up on both pages.
Forum: Themes and Templates
In reply to: [Make] Removing Space Below HeaderI think it may be the content div that has the padding, try this:
.site-content {
padding-top: 0 !important;
}Other than that, I’m out of ideas.
Forum: Themes and Templates
In reply to: [Make] Removing Space Below HeaderI’m no expert, but had a similar problem and this fixed it;
.site-header-main {
padding-top: 0;
padding-bottom: 0;
}