• Resolved audaciouscreative

    (@audaciouscreative)


    Hi Eran,

    What a fantastic plugin! Thank you.

    I do have one question though: currently the events shown on the Upcoming Events List widget display information in this order:
    Date
    Time
    Event Title

    How can I get each entry to show the information with the Event Title at the top, with the date and time underneath? It makes much more sense (to my mind, at any rate) to display the Event Title at the top of the box.

    Any help or tips would be much appreciated.

    Again, thanks for such a great plugin.

    Stu

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

    (@eranmiller)

    I will consider your request for a future release. In the meantime, you can modify the layout by editing the widget-upcoming.php file:

    Take this line:
    $out .= '<br><strong>' . ajax_event_calendar::render_i18n_data($event->title) . '</strong>';

    and move it directly above:
    if ($event->start_date != $event->end_date) {

    Make sure to remove the ‘/li’ from the title line and place it where the title line was removed.

    Thanks for your feedback,
    Eran

    If you enjoy the use of this plugin please show your support by voting and confirming compatibility.

    Thread Starter audaciouscreative

    (@audaciouscreative)

    Thanks for such a prompt reply Eran,

    That confirmed what I thought I had to do but was reluctant to mess around with your code.

    Cheers,

    Stu

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Upcoming Events List’ is closed to new replies.