'No events' error, on mobile browser only
-
I’m developing a custom mobile wordpress theme, using events manager to, well, manage events. When testing on the desktop, I get the events I’m requesting fine but on the iPhone I get the “no events” error.
I’m using ajax to retrieve the events and then I append them where they;re supposed to go.
my retrieval function looks like this:
if (class_exists('EM_Events')) { return EM_Events::output( array('scope'=>'future', 'array'=>false) ); }
This is really driving me crazy, any help would be appreciated.
- The topic ‘'No events' error, on mobile browser only’ is closed to new replies.