Okay
  Public Ticket #1906008
filter cannot work
Closed

Comments

  • LoveExecute started the conversation

    in my calendar

    when I selected only ONE category it didn't show correctly.

  •  795
    Zhivko replied

    Hi,

    Could you paste me your shortcode here?


    Stachethemes Developer

  • LoveExecute replied

    just

    [stachethemes_ec view="month"

  •  94
    Valentin replied

    Is there way to test it live? The link you have provided is showing 404.

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review

  •  795
    Zhivko replied

    Hi,

    Sorry for the delay.

    What version of the calendar is this?

    I'll check what's going on and will try to provide you with solution by tomorrow.


    Stachethemes Developer

  • LoveExecute replied

    it's 2.4.8 lastest version

    and if you go to my website you will see it's slow to load calendar

    how i improve it to load faster

  •  795
    Zhivko replied

    For some reason jQuery uniqueSort function is not working properly on your server so I've written a custom one.

    Place the attached file in stachethemes_event_calendar\front\js\adds\ folder.


    Go to Dashboard -> St. Event Calendar -> General -> Misc and set Ajax Events to "No". It may decrease the load time.


    Stachethemes Developer

  • LoveExecute replied

    - I uploaded your attach file and tested category function but It still not work

    - Ajax Event > NO

    Is it work with mobile device?

    - If I show event only 3 month ago and upcoming event, Can it will be load faster?

  •  795
    Zhivko replied

    I've edited the file further. Try out this one.

    You could try to add min_date and max_date shortcode attributes to limit the events.

    Example:

    [stachethemes_ec min_date=2019-03-10 max_date=2019-04-30]

    Stachethemes Developer

  • LoveExecute replied

    when i show calendar with min_date and max_date function

    and i set repeat event every year (example. birth's day event)

    it's not show event next year and next next year.

  •  795
    Zhivko replied

    What max_date value have you set?


    Stachethemes Developer

  • LoveExecute replied

    min_date=2019-01-01 max_date=2019-12-31

  •  795
    Zhivko replied

    with max_date=2019-12-31 you won't see events after 31 December 2019.

    You could try to increase the value to 2020-12-31


    Stachethemes Developer

  • LoveExecute replied

    no no i mean it didn't show event "Birthday's Event" in 2019 because I used function repeat every year and "Birthday's Event" start at 1990. how to show "Birthday's Event " when i use max_date and min_date function

  •  795
    Zhivko replied

    Hi,

    We'll add fix for this in the next update. Currently min/max date parameters does not take into account that the event may be repeated.


    Stachethemes Developer