Selecting a specific date…is showing dates PAST the date specified

Home Forums Calendar Products Events Calendar PRO Selecting a specific date…is showing dates PAST the date specified

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #102024
    efromdc
    Participant

    http://socialalerts.com/washingtondc/events/photo/?tribe-bar-date=2014-02-09

    and

    http://socialalerts.com/washingtondc/events/upcoming/?tribe-bar-date=2014-02-09

    When you input a date, I would think that ONLY events on that date would be displayed. Its showing events from that date and into the future.

    How to I correct this: Goal – ONLY show date specified

    (note: Agenda few works as it should, ONLY showing the specified date)

    #102353
    Brook
    Participant

    Howdy efromdc,

    By nature the List view, which is frequently referred to as the “Upcoming List View”,  shows upcoming events as well. I think what you are looking for is the Day view. You can see it in action here: http://wpshindig.com/events/today/?tribe-bar-date=2014-02-20

    You can enable the day view in your calendar by going to WP Admin > Settings > Display, and then checking the “Day” box in “Enable event views”.

    Does that make sense? Will that work for ya? I apologize if the naming is confusing. We have shortnames for views, like ‘List’. Then we have longer ones as well. In some contexts only the long name is truly descriptive.

    – Brook

    #102390
    efromdc
    Participant

    Nah, I can live with that.
    Relatedly on http://socialalerts.com/washingtondc/events/upcoming/

    1. How can I reduce the size of the images. Lets say I want them to be 100×100? I dont want to PHYSICALLY resize them via php function…just want to display them as 100×100

    2. How can I remove the description / excerpt? As it there was a “<!–more–>” tag right before the first letter of the description/excerpt? I want it on the actual event detail page of course…just not on the summary page of events

    Thanks!

    #102936
    Brook
    Participant

    Howdy efromdc,

    1. I think adding a css rule like the following to your theme, then putting the desired width and height in there is what you want..tribe-events-list .tribe-events-event-image{}
    2. Those sorts of changes are generally best accomplished by following our themer’s guide. A bit of PHP/CSS saavy is required, but the guide makes it as easy as possible. You would want to override “list/content.php” and remove the description call from within your override. This will probably make a lot more sense once you have familiarized yourself with the guide.

    Please let me know if that helped you resolve the latest couple of questions. Cheers!

    – Brook

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Selecting a specific date…is showing dates PAST the date specified’ is closed to new replies.