cmaudano
Forum Replies Created
-
I edit the gce-style.css in my child theme css. Works the same as before at least it does for me.
waitfortheword:
How did you enter the URL’s? I put mine in the description area and they display correctly.Interesting, in order for the Holidays to show up on my calendar I had to use the XML feed.
HCOE-web – THANKS!
That seem to do the trick. I thought that I tried that, but never got it to work. I removed the All Day code because I don’t need it to say all day on Thanksgiving for example.Here’s my working code.
<p>[link newwindow=”true”][event-title][/link]</p>
<p>[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]
[if-description]Description: [description][/if-description]</p>I have been trying to update my short-codes and Google links. Do you know why I would see /p> after ALL Day when it’s an all day event? Also if the description field is blank I receive /p> as well.
Source Code view:
<div>[link newwindow=”true”][event-title][/link]</div>
<p>[if-all-day]</p>
<p>All Day[/if-all-day] [if-not-all-day]</p>
<p>[start-custom format=”g:ia”] – [end-custom format=”g:ia”][/if-not-all-day] [if-multi-day]</p>
<p>Ends: [end-date]</p>
<p>[/if-multi-day] [if-location]</p>
<p>Location: [location]</p>
<p>[/if-location] [if-description]</p>
<p>Description: [description]</p>
<p>[/if-description]</p>Which results to this:
November 20, 2014
B
All Day /p>CORE- EMS CPR Update and ACLS Renewal
9:00am – 12:00pm
Location: E61, TR61, Sq41, Open Slot / Re-schedule; Coverage: E41 COVER 61’S
/p>Mine feeds started to display after going back to your previous version (2.0.6).
Great, now I have nothing displaying. I need to revert back. How do I do that, just delete the plugin and reinstall an earlier version?
UPDATED:
I had to revert back to the earlier version 2.0.6 in order for my events to come back.It’s a great plugin, but not when everything disappears. My events are now back, so let me know when the new update actually works.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Next and Prev links not workHere’s the link for the shortcodes: https://wpdocs.philderksen.com/google-calendar-events/event-builder/feed-information-shortcodes/
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Next and Prev links not workRemoving the spaces also worked for me. Thanks.
[gcal id=”6322,6323,6327″ type=”ajax” title=”Events on”]
Question: The documentation indicates that the shortcode should be [cal-id], but when I change it from gcal to cal-id I receive an error. Why?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Next and Prev links not workMine were working, but now they are not working. They work within the widget, but not in the grid view.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Back and Next Links on List ViewI figured it out.
I had to deselect the checkboxes within the widgets themselves to remove the Back and Next links.I have a calendar grid for the actual post, but you do have to hover over the day to see them listed. (Intranet)
[gcal id=”1, 2, 6″ type=”ajax” title=”Events on”]
Then under the calendar grid, I have the events listed out so you can see at a quick glance what’s going on by day.
[gcal id=”1, 2, 6″ type=”list-grouped” title=”” max=”5″]
Chris A.
I installed the beta version on my development server. I have 10 calendars and all retained their settings. I did change the shortcode to [gcal].
The only issue I see is that I also display some calendar feeds in a sidebar widget and one widget on the home page.
The sidebar widget (Group List) retained the old feed code (e.g., 2,6,9) and I believe it’s looking for the new feed codes (e.g., 6330, 6326, 6328). However, the home page widget converted over to the new feed code 6330.It’s easy enough for me to fix, but curious as to why one widget was changed and not the other.
I’ll look through your website to see if you have examples of your new update.
I will continue to use your plugin as well as recommend it to others.
Thank you.I use this for several calendar feeds on our intranet so I can’t send you the URL.
Here is the City Wide Calendar.
(HTML page)
[google-calendar-events id=”1, 2, 6″ type=”ajax” title=”Events on”]
Event List
[google-calendar-events id=”1, 2, 6″ type=”list-grouped” title=”” max=”5″]
SHORTCODES in Settings
<div>[link newwindow=”true”][event-title][/link]</div>
[if-all-day]
<p>All Day
[/if-all-day]
[if-not-all-day]
<p>[start-custom format=”g:ia”] – [end-custom format=”g:ia”]
[/if-not-all-day]
[if-multi-day]<p>Ends: [end-date]</p>[/if-multi-day]
[if-location]<div><span>Location:</span> [location]</div>[/if-location]
[if-description]<div><span>Description:</span> [description]</div>[/if-description]Widgets
I also use it in my Widgets. Display events as: List – Group by dateIf you want screen shots I can provide. Let me know.