Comments 1peterguirguis started the conversationApril 15, 2019 at 11:54pmHi there,When I am searching a event named Get Launched I get no result and this is only with this particular event, other events are appearing in search results without any errors.Can you please check what the issue might be?Thank you 877Zhivko repliedApril 16, 2019 at 4:29pmHi,It seems to be a bug.Open file wp-content/plugins/stachethemes_event_calendar/front/js/caldata.json line 704 change: if (result.length <= 0) {to: if (!result || result.length <= 0) { Stachethemes Developer1 Like 1peterguirguis repliedApril 16, 2019 at 6:55pmHi Zhivko,Thank you for your reply.It perfectly worked me. Thank you again. :) Sign in to reply ...
Hi there,
When I am searching a event named Get Launched I get no result and this is only with this particular event, other events are appearing in search results without any errors.
Can you please check what the issue might be?
Thank you
Hi,
It seems to be a bug.
Open file wp-content/plugins/stachethemes_event_calendar/front/js/caldata.js
on line 704 change:
to:
Stachethemes Developer
Hi Zhivko,
Thank you for your reply.
It perfectly worked me. Thank you again. :)