snumb130
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Calendar] Newbie question – styling in Sidebar events listThe easiest way and the way to not lose your changes on an update is to put your own styling in your theme header.
The better way to do it is to put it in the css stylesheet of the plugin, but you must be careful because this can be overwritten when updated.
I will have a better way to do this in the new version of the plugin so watch for that at the plugin’s main site.
Forum: Plugins
In reply to: [Events Calendar] new to wordpressI am not sure what you mean by ((public view)).
For your second question, you can add the calendar to a page by putting
[events-calendar-large]
in the page.Forum: Plugins
In reply to: [Events Calendar] Event Times will not stay blankThat was part of the design of the original. I didn’t really like the way I implemented that, so I will have it different in the next release.
Forum: Plugins
In reply to: [Events Calendar] event not showing in widgetThis issue is known. I am working on this with the new release.
Also, I will have date selection popup in the new release.
Forum: Everything else WordPress
In reply to: event calendar – some additions do not showI am aware of this issue. I am working on rewriting the plugin right now. I am addressing these issues as I go along.
Forum: Plugins
In reply to: [Events Calendar] Large View Displays only one monthI am trying to sort through these issues, but at the same time I am working on a total re-write of the plugin to ensure the appropriate compatibility. I will post updates at https://www.wp-eventscalendar.com
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] New requestsRecursive events was in the works by another user but they abandoned the project. I plan on digging this back up at a lter time.
Copying events is not something that I have thought about but it is a very good suggestion. I will look into it.
Forum: Plugins
In reply to: [Events Calendar] Only admin should access Events Calendar OptionsIn events-calendar.php go to line 220
Change
add_submenu_page(‘events-calendar’, __(‘Events Calendar Options’,’events-calendar’), __(‘Options’,’events-calendar’), $EC_userLevel, ‘events-calendar-options’, array(&$management, ‘calendarOptions’));To
add_submenu_page(‘events-calendar’, __(‘Events Calendar Options’,’events-calendar’), __(‘Options’,’events-calendar’), ‘level_10’, ‘events-calendar-options’, array(&$management, ‘calendarOptions’));Forum: Plugins
In reply to: [Plugin: Events Calendar] [[EventsCalendarLarge]]That should be working. Please check for any typos.
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] having more than one calendar?As of right now there is no way to have multiple calendars.
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Events Widget not clickableThere is conflict with jQuery somewhere. Take a look at the other plugins and see what is causing the conflict.
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Why did they ruin wp events?There is not an easy way to import at this time. You can work up a way to manually import into the database through MySQL, but this can be tricky and dangerous.
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Why did they ruin wp events?Much appreciated.
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Why did they ruin wp events?The most recent version has the option to remove it.
I will look at this issue for the next release.
Thanks.