cmaudano
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Filebase Download Manager] BEFORE YOU INSTALL or BUY WP FILEBASE …I updated the wp-filebase pro today and have one issue I’m trying to figure out. The icon in the toolbar that I use to open wp-filebase on a post isn’t going to the editor page, but instead returns a 404. Does anyone know where to change the options so it goes to the right post? (Worked before I upgraded to 3.4.3)
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Multiple Events on one day@nickyoung
That is correct. I don’t have any issues with multiple events on one day, but when I have an event that is marked all day throughout a span of days nothing shows up.Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Multiple Events on one dayNothing seems to work. I didn’t change anything on my site either and it was working great. Now anything with a multi-day event doesn’t display at all.
Expand Recurring Events = YES
Multiple Day Events: Show on each Day = YES
Display Mode: List
Events per page: Number of Events = 10
Display Start Date Offset: Number of Days Back: 0
Earliest Feed Event Date: Number of Days Back = 7
Latest Feed Event Date: Number of Months Forward = 1[link newwindow=”true”][event-title][/link]
[if-not-all-day][start-custom format=”g:ia”] – [end-custom format=”g:ia”][/if-not-all-day]
[if-multi-day]Ends: [end-date][/if-multi-day]
[if-location]Location: [location][/if-location]Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Multiple Events on one dayUnfortunately it’s on our intranet so it can’t be accessed outside the firewall.
[link newwindow=”true”][event-title][/link]
[if-not-all-day][start-custom format=”g:ia”] – [end-custom format=”g:ia”][/if-not-all-day]
[if-multi-day]Ends: [end-date][/if-multi-day]
[if-location]Location: [location][/if-location]How it displays on my Web:
May 15, 2015
Wreath Ceremony for Deanna Rose
12:00pm – 1:00pm
Location: Children’s Farmstead
May 25, 2015
Memorial Day
June 6, 2015
T-Bones: City Night
7:00pm – 10:00pm
Location: T-Bones StadiumWhat’s missing is the Bike to Work week which is going on all week. Friday it was displaying on all days so I’m not sure what happened. It might have been the new WP update that I applied on Friday.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Multiple Events on one dayMine stopped working too. It was working just fine, but today I noticed it stopped. I updated to WP 4.2.2 on Friday.
Multiple Day Events: Checked On
Display Mode: List (but Grid doesn’t work either)Excellent. Glad it’s working for you now.
So it’s working now. Except for the pop-up (java).
I’m receiving an error in the code:
jquery-qtip.js:15 Uncaught TypeError: Cannot read property ‘msie’ of undefinedI even receive an error on the page that you embedded the calendar in an iframe.
Uncaught TypeError: Cannot read property ‘msie’ of undefined
https://www.google.com/calendar/embed?src=pp0skpn62m8lg34rcn8c0dlo5g%40group.calendar.google.com&ctz=America/Los_Angeles Failed to load resource: net::ERR_CACHE_MISSWhat plugin version are you using? I see that it was just updated again which I have not installed today. I’m currently using 2.1.3. So maybe you’re using 2.1.4 which is why everything is not working correctly.
Okay, use this code for your calendar grid.
[gcal id=”8482, 8491″ type=”ajax” title=”Events on”]
Put this below your shortcode to see if the List events display.
Here’s what I use:
Event List
[gcal id=”8482, 8496″ display=”grouped-list” title=”” interval=”days” interval_count=”14″]
I feel your frustrations, but don’t give up because it will work. I too had to go to the iframe option when they were working on the plugin, but it’s not responsive.
Check your Calendar ID again to make sure that you are copying the correct feed. It should end with “@group.calendar.google.com”.
Change your cache duration to 96 for testing purposes.
Do you have a caching plugin that may be causing it not to update?
On your actual page, look at the source code to make sure it looks correct.
Try pasting this into your feed source code.
‘
<div class=”gce-list-event gce-tooltip-event”>[event-title]</div>
<div>Starts: [start-time]</div>
<div>Ends: [end-date] – [end-time]</div>
<p>[if-location]</p>
<div>Location: [location]</div>
<p>[/if-location]
[if-description]</p>
<div>Description: [description]</div>
<p>[/if-description]</p>
<div>[link newwindow=”true”]More details…[/link]</div>
‘Make sure that you have the Minimum Feed Start and Ed Date filled out. Is your feed shortcode start with gcal id=?
I never received the error on your site, but there is nothing displayed other than the Grid. When I received that error, I had to replace all of my feeds with Google’s new feed link. Did you try that?
So I just updated to the newest update and now it stripped away my custom css for the calendar grid. I checked to see what was updated in your code before applying, but it didn’t say anything regarding css. Now all of the dates without events are really faint and I do not like that look. I had the dates with events in a blue font and dates without events a black font just like you have the dates with events now.