Okay
  Public Ticket #2919086
Locations
Closed

Comments

  • BudeTIC started the conversation

    Hi,

    I absolutely love the calendar - wish I had found it years ago!

    However, it looks I can only have 9 locations?  I can create a new location, but it simply replaces one of the existing locations - there are only ever 9.  

    Can you give help?  In my existing calendar (which will soon be replaced with yours), I have over 100 different locations. 

  •  793
    Zhivko replied

    Hi,

    Sorry for the late reply...

    I've just checked this and it seems to be a bug.

    This problem will be non-existent in the next version of the calendar.

    Meanwhile you could temporarily use this fix:

    Open file: stachethemes_event_calendar\assets\php\class.locations.php

    on line 11 replace:

            $terms = get_terms('stec_event_location', array(
                'hide_empty' => false,
                'fields'     => 'ids'
            ));

    to:

            $terms = get_terms('stec_event_location', array(
                'hide_empty' => false,
                'fields'     => 'ids',
                'number'     => 200
            ));



    Stachethemes Developer