ronbme
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Events Calendar] Time of Events, and othersGood! I looked at your site. Very nice.
At some point I imagine the Events Calendar will probably have more than one widget, so you might be able to do that in a sidebar, if needed.
Ron
Forum: Fixing WordPress
In reply to: [Plugin: Events Calendar] Events Disappearing/No Tables Created?Have you tried switching themes? That has worked for others.
Forum: Fixing WordPress
In reply to: [Plugin: Events Calendar] Events Disappearing/No Tables Created?@isignjc,
Great! I’m glad you’ve got it working.
You might want to have your host upgrade your PHP and MySql. You could have problems with other plugins in the future.
Be sure to check back for new versions with more options.
Ron
Forum: Plugins
In reply to: [Plugin: Events Calendar] Time of Events, and othersThere is a way to include Event Posts under the large calendar on a separate page. This wouldn’t be automatic though and you would have to enter a small bit of code to include each Event Post. (You would also have to install another plugin.)
I only mention this as a possibility if you needed that capability right away.
Ron
Forum: Fixing WordPress
In reply to: [Plugin: Events Calendar] Events Disappearing/No Tables Created?Ok. It looks like you have the table created. Just make sure all the fields are there. I assume you mean that you just removed the “character set utf8” part, right?
The start and end time will only show up if you have entered them. If you did enter a time and it didn’t show up, go to “options” and enter
“h:i:s a” (without the quotes) in the “Large Calendar Times”. You can also enter the same thing in “Widget Calendar Times”.Ron
Forum: Fixing WordPress
In reply to: [Plugin: Events Calendar] Events Disappearing/No Tables Created?If you are only using the large calendar, try this first.
Put EventsCalendarLarge on a page by itself. (The readme file is wrong. You must have the ‘s’ after ‘Event’ for it to work.)
If that doesn’t work, that means that you probably don’t have a table created, which is what I suspect.
Do you know how to manually create a table? If not, do you know how to run a script?
Ron
Forum: Plugins
In reply to: [Plugin: Events Calendar] Time of Events, and othersThere are changes constantly being made to the Events Calendar. Check back often for a new version and to see what has changed.
A visitor can browse the events list sorted by date now, if you have the sidebar widget set to event list. I think what you are suggesting is two widgets, one for the calendar and one for an events list on the same page. Is that right?
The post event, which is what I thought you meant, is different. That is possible to have those sorted by event date, but that would be different from an event list.
Ron
Forum: Fixing WordPress
In reply to: [Plugin: Events Calendar] Events Disappearing/No Tables Created?Great! Glad it’s working for you. Thanks for the heads up on the readme file. I’ll change it.
Ron
Forum: Fixing WordPress
In reply to: [Plugin: Events Calendar] Events Disappearing/No Tables Created?It is “EventsCalendarLarge”. (You left out the ‘s’ in Event.)
And that needs to be surrounded by double brackets on a page.Let me know if that doesn’t work.
@isign4jc,
Are events not showing up in the widget calendar, the large calendar, or both? Do you have javascript turned on?What version of PHP and MySql are you using? What browser and version?
Forum: Fixing WordPress
In reply to: [Plugin: Events Calendar] Events Disappearing/No Tables Created?The MySQL 4.0 is your problem.
It is choking on the CHARACTER SET and COLLATE statements. There are only four of them. The COLLATE statments were taken out of the 6.3.1 version. You could take the CHARACTER SET part out also and it should create the table. Or you could create a script, if you know how to do that.
You might want to check with your host and have them update your PHP and MySql. They are both out of date.
Forum: Fixing WordPress
In reply to: [Plugin: Events Calendar] Events Disappearing/No Tables Created?Try downloading the latest version 6.3.1 and install that. One of the problems fixed was that the database was not being created for those using older versions of MySql. There have also been fixes for those using older versions of PHP.
Those using PHP 5 and MySQL 5 have not been experiencing these problems.
Forum: Plugins
In reply to: [Plugin: Events Calendar] Time of Events, and otherskristine233,
It just sorts by the posting date because it is under control of WordPress after it is posted. The event date is just a part of the content of the post at that point.
Are you saying that you would want an option to have it go into a specific category?
Also, I think you are asking if you could have a separate page with the event posts sorted by event date. Is that correct?
Ron
Forum: Plugins
In reply to: [Plugin: Events Calendar] A couple of bugsOn the Father’s Day error, I just tried it with ver. 6.3 and I don’t get that. This could be theme related. Try it with several different themes and see if you get the same results.
I have had the event disappearing in the calendar page which you mentioned. That was related to trying to enter html formatting. It kept throwing an error “unterminated string literal”. I haven’t had it happen in ver. 6.3.
The last error you mentioned looks like a problem with the theme’s css. That is not unusual and the fix would be to tweak the theme’s css file.
(If you still get errors after upgrading to ver. 6.3, leave another message along with the browser, and browser version, you are using. Also the operating system you are using and version.
Forum: Plugins
In reply to: [Plugin: Events Calendar] 6.2 update broke call to ec_calendar.classRight. This was a major bug in ver. 6.2 because WordPress was not recognizing the default path to the stylesheet. Version 6.3 fixed this.
Download ver. 6.3 and you should be good to go.