effendi13
Forum Replies Created
-
I had this problem. hotkee’s solotion worked great. My lamenting about IE we will leave implied.
Hi all, I have entered a bug on this issue and we are looking into it. Rest assured we will get back to you on this important issue within the next few days but we have no new information at this time.
If you are able to define a specific difference between configurations using the same theme and if you could list the names of the affected themes that would be very helpful to us.
Hi theblogdoctor,
That is correct. This is a known issue and I will add your comments to the bug report.
R/S Aaron Rhodes
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Calendar Stretches To FarHi FNTitan,
It looks like your theme auto stretches the center column to the width of the browser, or at least in the case of our plugin. We will need some time to investigate this further. Can you give us any information about your theme? Is it a Thesis theme? Custom built? Any information would help us out.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Posting events as default?Hi fehman,
I have opened an enhancement request on this.
For faster results, go into the plugin editor, edit The Events Calendar, go to the-events-calendar.php and add this line:
$_isEvent = ‘yes’;
Just before the line:
$isEventChecked = ( $_isEvent == ‘yes’ ) ? ‘checked’ : ”;
Disclaimer – This has not been fully tested and it will be over-written if you update the plugin. Modify at your own risk.
EDIT: edited the code, I had written $_isEvent = ‘no’; which was incorrect.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Support for relative dates in grid view?Hi fehman,
I have created a new enhancement request based on this. I proposed that we should have separate .css classes for “past” events and calender days, “current” events and days and “future” events and days.
-Aaron
Forum: Plugins
In reply to: [Plugin: The Events Calendar] get calendar to showHi Jim,
I was unable to reproduce your problem by deactivating the Events Calender widget. Could you give me some steps to reproduce this?
-Aaron
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Events for today show up as “past”Hi fehnman,
We have an open bug on this issue and I have added your comments to that bug. We should be basing the time of the events on the wordpress time zone setting or allow you to specify a time zone when scheduling events but currently I believe we are using the time zone of the hosting server.