Events Calendar Pro Version 2.09, Advanced List Widget Display Issue

Home Forums Calendar Products Events Calendar PRO Events Calendar Pro Version 2.09, Advanced List Widget Display Issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #26443
    Kristy
    Participant

    Using WordPress 3.4.2
    TwentyTen theme
    Advanced List Widget for upcoming events is displaying “Starts:” at the beginning of each listing making it impossible to show start times with dates effectively.
    http://screencast.com/t/v9UgsdihPby
    It even dispays “Starts:” when no options are checked in the widget settings. Is there a fix for this?

    Thanks!
    turiya

    #26445
    Jonah
    Participant

    Hi Kristy,

    That’s strange because I don’t believe we ever had the “Starts:” text in the widget. Do you have an override view of events-advanced-list-load-widget-display.php in an ‘events’ folder in your theme? Perhaps you modified this view… We did notice some problems with the widget after release particularly related to the widget displaying the end date no matter what and I’ve got a patch for that here: http://cl.ly/code/2g3x3R0c0z1s – just copy the code there and replace the code in the /wp-content/plugins/events-calendar-pro/views/events-advanced-list-load-widget-display.php file.

    If you have an override view of the the, you can modify it and you should be able to remove the “Starts:” text yourself.

    I hope that helps, but let me know if you are still having issues with this.

    Thanks,
    Jonah

    #26451
    Daniel
    Participant

    Just chiming in here. I was having the same problem and noticed that ‘starts’ is indeed in the events-advanced-list-load-widget-display.php file provided with ECP.
    http://cl.ly/image/2Z092m193b13
    I ended up creating an override view with out ‘starts’.

    #26454
    Jonah
    Participant

    Hi Daniel,

    My bad, you’re right. I was searching for “Starts:” with a colon instead of “Starts” without. I think we introduced some slight changes to the widget in 2.0.9 including this one. What you’ll need to do if you want to get rid of the “Starts” is make a copy of /wp-content/plugins/events-calendar-pro/views/events-advanced-list-load-widget-display.php and place in an ‘events’ folder in your theme. Then just comment out or remove line 46:

    //echo __('Starts', 'tribe-events-calendar-pro') . ': ';

    I hope that helps, let me know if anyone needs anything else with this.

    Regards,
    – Jonah

    #26498
    Kristy
    Participant

    Perfect! Thanks.

    #26504
    Jonah
    Participant

    Glad that helped Kristy! Is there anything else you need with this or can I mark it as answered and closed?

    – Jonah

    #977977
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Events Calendar Pro Version 2.09, Advanced List Widget Display Issue’ is closed to new replies.