mcarpenter2004
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] 3.0 BetaFulvio
After going back to my theme, the calendar is showing up like it was on the default theme!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] 3.0 BetaDone. It looks GREAT on a default theme. I like the way the boxes look with the day highlighted in black and all the same size. For some reason when my theme is activated it changes the whole look of it.
Take a look and I will change it back when you are done.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] 3.0 BetaThis is the code I am using for the calendars:
• [event-title]
[if-all-day][if-multi-day]- Days: [start-date offset=”+2″] – [end-date offset=”-2″][/if-multi-day]
[if-single-day]- Time: All day[/if-single-day][/if-all-day]
[if-not-all-day]- Starts: [start-time]
– Ends: [end-time][/if-not-all-day]
[if-location]- Location: [location][/if-location]
[if-description]- Description: [description autolink=true][/if-description]Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] 3.0 BetaNeither the hover or the click option is working for me on my computer. On my iPhone, the click option is allowing me to click, but nothing happens when I click.
Also, I am pulling the “location” info and it is putting it twice with a dash in the middle (ex: “- Location: Baptist DeSoto – Baptist Desoto”) — I just read where you know about this and are working on it – THANKS
Lastly, The text styles are not updating in the grid view of the calendar. For example, I am making the title bold with a bullet point in front of it. It is working on the sidebar widget (list view), but the grid calendar isn’t showing those changes.
http://www.fbcob.org/calendar is the link. I know I am using it on a live site, but I’m dangerous like that I guess.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] 3.0 BetaWill there be more options in the future to edit the look of it? Before, it was in a nice neat box and you could hover to get more details about each event, not it takes up a ton of space and there is no hover (at least for me) to see more details. Maybe all this can be done with CSS, but it would be nice to have some of those options within the calendar settings itself.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Lost Settings after DeactivateI was able to get all the settings back. I deactivated all my plugins via FTP, then reactivated them back one by one and the settings were there.
Thanks for the help!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Lost Settings after DeactivateI realize all the details about the beta. I simply asked where the settings are installed in the backup.
When I installed I got a 500 internal error if I remember correctly. It seems like that happens when installing some new plugins. I have found others to delete that were causing problems, but I can’t figure it out with this one.
Also, when I initally installed it, I got the “fatal error” message.
So, would you know where, in my backup, would the settings containing the feeds would be, so I can replace them on my server?
Thanks!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Tool Tips missing after updateI’m having the same problem…any solution yet???
Thanks for the email and news I just got. I absolutely love this plugin and am super excited you are making it better AND keeping the event display builder!
THANKS!
• Here is the code I am using for the calendar view:
<div class=”gce-list-event gce-tooltip-event”>[event-title]</div>
[if-all-day]
[if-multi-day]
<p><span>Days:</span> [start-date] – [end-date offset=”-1″]</p>
[/if-multi-day]
[if-single-day]
<p><span>Time:</span> All day</p>
[/if-single-day]
[/if-all-day]
[if-not-all-day]
<div><span>Starts:</span> [start-time]</div>
<div><span>Ends:</span> [end-time]</div>
[/if-not-all-day]
[if-location]<div><span>Location:</span> [location]</div>[/if-location]
[if-description]<div><span>Description:</span> [description]</div>[/if-description]
<div>[link newwindow=”true”]Google Calendar[/link]</div>Here is what I am using on my main calendar on my website (http://www.fbcob.org)
The simple code was showing all day events with times, which I didn’t like. Also, if I remember correctly, it was showing the date in with all the times when I hovered over a day. I thought this was unnecessary because I was already hovering over the date, therefore I didn’t want the date to show again. I also wanted to let people know we were using Google Calendar, so I changed “More details….” to “Google Calendar”•Here is a list view I am using:
<div class=”gce-list-event gce-tooltip-event”>[event-title]</div>
[if-all-day]
[if-multi-day]
<p><span>Days:</span> [start-date] – [end-date offset=”-1″]</p>
[/if-multi-day]
[if-single-day]
<p><span>Time:</span> All day</p>
[/if-single-day]
[/if-all-day]
[if-not-all-day]
<div><span>Starts:</span> [start-time]</div>
<div><span>Ends:</span> [end-time]</div>
[/if-not-all-day]
[if-location]<div><span>Location:</span> [location]</div>[/if-location]
[if-description]<div><span>Description:</span> [description]</div>[/if-description]
<div>[link newwindow=”true”]Google Calendar[/link]</div>One of the things about this view was not showing the All Day events that was more intuitive to the viewer. There doesn’t need to be times if the event is all day.
HOPE THIS HELPS!
Have you been able to figure out what the problem might be?
And here are my event display builder settings:
<div class=”gce-list-event gce-tooltip-event”>[event-title]</div>
[if-all-day]
[if-multi-day]
<p><span>Days:</span> [start-date] – [end-date offset=”-1″]</p>
[/if-multi-day]
[if-single-day]
<p><span>Time:</span> All day</p>
[/if-single-day]
[/if-all-day]
[if-not-all-day]
<div><span>Starts:</span> [start-time]</div>
<div><span>Ends:</span> [end-time]</div>
[/if-not-all-day]
[if-location]<div><span>Location:</span> [location]</div>[/if-location]
[if-description]<div><span>Description:</span> [description]</div>[/if-description]
<div>[link newwindow=”true”]Google Calendar[/link]</div>Is there anyone else with this issue?