Okay
  Public Ticket #2015649
List of event
Closed

Comments

  • pupopupo started the conversation

    Hy, 

    is possible create a list of past event?
    I need a page with all events, past and a present with agenda for date.

    thanks a lot



  • pupopupo replied

    And also, if is possible, how can manage the filter section?

    is possible to hide location and open a new selection open/close event?

    thanks again

  •  785
    Zhivko replied

    Hi,

    Here are the shortcodes you need:


    Agenda list with expired events starting from 31 Dec 2018

    [stachethemes_ec views=agenda view=agenda show_top=0 expired_only=1 start_date=2018-12-31 reverse_agenda_list=1 agenda_cal_display=0]


    Agenda list with upcoming events starting from "now"

    [stachethemes_ec views=agenda view=agenda show_top=0 expired_only=1 agenda_cal_display=0]


    To hide the location filter go to Dashboard -> St. Event Calendar -> Fonts & Colors -> Custom style tab and add following css:

    .stec-top-menu-filter-by-location { display: none !important; }

    Could you elaborate on what you mean "open a new selection open/close event" ?


    Stachethemes Developer

  • pupopupo replied

    Oh thanks it's perfect.

    Last question. I need only expired event list. is possible to recall?

  •  785
    Zhivko replied

    Agenda list with expired events starting from 31 Dec 2018

    [stachethemes_ec views=agenda view=agenda show_top=0 expired_only=1 start_date=2018-12-31 reverse_agenda_list=1 agenda_cal_display=0]

    Stachethemes Developer

  • pupopupo replied

    Sorry but this is a full list with events expired, I need a list for only expired events. Because we need to show only there "close" event

    Is possible to do that?


  • pupopupo replied

    sorry now it's works

    thnks