ronbme
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Events Calendar] Database table not createdDeactivate the plugin. Then you can delete the entire events-calendar plugin directory.
Download the latest version, 6.1. Then follow the installation instructions.
This should set up your table correctly.
(You might want to wait a day or two. There will probably be a new version in the next couple of days.)Ron
Thanks for sharing that. I’m sure that will help some of the other users.
Forum: Plugins
In reply to: [Plugin: Events Calendar] Can’t edit access levelSorry, that should have been line 306 in ec_management.class.php file.
Forum: Plugins
In reply to: [Plugin: Events Calendar] Can’t edit access levelLuke, check out line 352 in the ec_management.class.php file.
It has “<select name=”EC_accessLevel” id=”accessLevel”>”.
Shouldn’t that be changed too?
Forum: Plugins
In reply to: [Plugin: Events Calendar] Event not showing in sidebarVersion 5.84 still has the dropdown and the “go” button. I’m not sure where Luke changed that.
I was able to enter more events. I went to June and entered several test events. Then I went back to May and was able to enter several events. I also added several events for the same day. Everything I entered showed up ok. The original events I had entered never showed up and they weren’t in the database either. In May I could not enter an event with a title of “Birthday”. Not sure what is going on with that.
One of the best things to do is to create a test site, like I have, and you can try different themes with different plugins and see what works and what doesn’t. You can install separate versions of WordPress in different directories on the same host.
Forum: Plugins
In reply to: [Plugin: Events Calendar] HTML showing up in popup!@scoophk, have you checked on the “settings” page under “General Settings”? On that page you should see “Timezone” where you set the difference in time. You should also see “Date Format” and “Time Format”.
These should show the correct date and time for your location. If they don’t, you need to adjust the timezone.I don’t know if your problem is theme related or not. You said that it had been customized, so there is no way for me to tell. I’m going to look at a theme that doesn’t work with the plugin and one which does to see if I spot the problem. I’ll let you know if I find anything.
No, actually I just switched themes rather than try to determine what was causing the problem. I might look into it though. I’ve been using the Theme Test Drive plugin to preview different themes and see what works and what doesn’t.
When I looked at Luke’s site (the plugin author) I saw that the plugin was working. It doesn’t highlight the current date though. I also noticed that he has two dates in April but I was unable to get more than one event date in May. I was able to get two dates in April.
Right now I think there are some bugs and they might be related to WordPress ver. 2.5+. I have another WordPress site with ver. 2.3.3 and Events Calendar ver. 5.84 and it is working ok.
Forum: Plugins
In reply to: [Plugin: Events Calendar] HTML showing up in popup!@scoophk, I just changed themes and didn’t look into why it wasn’t working on the theme I had. (I had set up this theme for testing so it didn’t matter.)
I don’t understand what you mean when you say the “time” isn’t correct on the sidebar widget. The time should be whatever you type in.
On the “Options” page for Event Calendar, change the “Widget Calendar Times” to “h:i:s a”. You can put in the same thing for large calendar. Just make sure you put a “colon” inbetween and not a “dash”. The “h” allows for a leading zero in the hour. Enter your time for the event as
“08:15:30”Forum: Plugins
In reply to: [Plugin: Events Calendar] Event not showing in sidebarYou’re right. With the current version, 6.04, you can’t enter more than one event per month. That is a bug that needs to be corrected. I checked it out with several themes and got the same result.
I got a different result than you though. The second and third events didn’t even show up in the editing (admin) page after I entered them. This might be database related, if the info is being pulled from the database.
That is running ver. 6.04 on WordPress ver. 2.5.1. On WordPress ver. 2.3.3 with ver. 5.84 of Events Calendar, it works fine.
Forum: Plugins
In reply to: [Plugin: Events Calendar] HTML showing up in popup!These are all related to your theme.
To make sure, go to Luke’s website and cursor over a date with an event. If it shows up ok, then it is related to your theme.
You can also get the Theme Test Drive plugin and choose a different theme.
If everything is ok in the new theme, then the problem is with your current theme.As for the correct date and time, you should be setting that in WordPress. That is dependent on your host.
Try switching themes. You can use the Theme Test Drive plugin if you don’t want to switch your current theme. (You will be the only one to see the new theme.)
Also, if you are seeing html in the tooltip when you cursor over a date with an event, then this is also theme related.
You can also go to Luke’s site (the plugin author) and cursor over his calendar. If everything is ok there, you can be sure it is your theme.
Forum: Plugins
In reply to: Number of Sniplet WidgetsAuthor corrected this in the latest version.
Thanks.
Forum: Plugins
In reply to: Adding Title in Text WidgetThanks.
I’ll have to play around with it. I am using the theme’s title box and am having trouble getting the title inside of the box.
But, I’m close to solving it.
Thanks again.
Forum: Plugins
In reply to: Adding Title in Text WidgetThanks. Can you explain how you did yours?
Forum: Plugins
In reply to: Adding Title in Text WidgetIt will if you have the Exec-PHP plugin installed.
I’ve got the php code working in the content section of the text widget. I have another plugin, “Page Sidebars”, which lets me add a sidebar for any page with content specific to that page.
Then I just add the php code for the title and the php code for the content and it reads whatever I have typed specific for a certain page.
The content part works fine but the title is being stripped. I think the title is being “sanitized” when I save the text widget, and that strips away my php code for the title.
I need a way to save that php code for the title so it doesn’t get stripped.
I suppose I could also come up with something to eliminate the title from the text widget and then recreate the title in the content part.