• Resolved infoforme

    (@infoforme)


    This is easily the best event calendar plugin for Wordepress. I would happily pay for this plugin.

    I do have a couple of niggles and questions, not just for the author, but in case anyone else can help too. I know how new this plugin is and that is still unde development ??

    1. The time displayed on the grid view seems to be missing the ‘m’ i.e. 6:30p

    2. I can’t update an event in the admin. When I edit an event, the ‘Update’ does nothing when I press it.

    3. There’s a ‘Duration’ box within the event popup on the front end that seems to display some odd info:

    Duration
    -1 Years
    12 Months
    4 Days
    13 Hours

    Is there a way of removing this?

    That’s it really for problems I am having.

    Are there any plans for recurring events in future releases?
    Also, will the popup be more customizable?

    Finally, how can I make a donation to help the author develop further?

    Many thanks

    ifm

Viewing 1 replies (of 1 total)
  • Plugin Contributor Eran Miller

    (@eranmiller)

    ifm,

    1. The plugin (fullcalendar) used to render the calendar in this plugin attempts to replicate the experience had using Google Calendar, hence the “p” and not “pm” – that said, to modify the format, change ‘t’ to a ‘tt’ on these lines in the ajax-event-calendar.php file:

    'agenda_time_format' 	=> ($is24hrs) ? 'H:mm{ - H:mm}' : 'h:mmt{ - h:mmt}',
    'other_time_format' 	=> ($is24hrs) ? 'H:mm' : 'h:mmt',
    'axis_time_format'	=> ($is24hrs) ? 'HH:mm' : 'h:mmt',

    Please note: any changes you make directly to the code will not carry over if you upgrade to a future release of this plugin.

    2. Check your javascript console, it sounds like a conflict (with another plugin, or javascript in your theme).

    3. Also sounds like a bug. But that aside, until I am able to address a few key design performance issues, I am going to remove the duration box from the next release. In the meantime you can hide the box by adding display:hide to the custom.css file, for the two .duration classes.

    4. To be quite honest, I never imagined this project would get the attention it has, and being my first plugin there hadn’t been prior occasion to research how best to establish a donation account. That said, suggestions and recommendations are welcome.

    Well, I’m off for the weekend…have fun!
    Eran

Viewing 1 replies (of 1 total)
  • The topic ‘A couple of niggles & questions’ is closed to new replies.