• Hi:

    I would like that as in previous versions search event form ([events_search]) was non-ajax form, on the way it recharges de page when you click in search button, as in previous events manager versions was implemented.

    In my case this is the only way because is a page impleted with shortcodes (event form shortcode and event list shortcode)it isnt a events default page defined in EM settings and when results are shown, they are bellow the events list (shortcode) and it is impossible to know which events correspond to the search and which events are part of the full list of events.

    Also i would like to simplify the search form as in the past.. disablin fields as (group fields, maps…), date etc etc..

    Thxs

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcus

    (@msykes)

    Hi! We’ve enabled AJAX by default, add this to your wp-config.php to disable it:

    define('EM_AJAX', false);

    We’re going to address the issue of multiple items in a page with pagination and custom styling. It’s not safe to use AJAX this way with custom formats but we have som ideas for that.

    You should be able to modify the search form contents with our setting page, also shortcodes will allow flexibility too.

    Thread Starter alfredo49

    (@alfredo49)

    Hi @msykes

    I put in my wp-config that define, and ajax has been deactivated but issue it isnt resolved because is reolading the same page (it isnt a events default page defined in settings) and results and event list bellow its impossible to differenciate them.

    In the past plugin version when you click in search, events default page is showing the results though the search bar was in another page, in this way results are shown perfectly

    is it possible that the results are displayed as in the past?

    Also i have configure in settings search bar format and deactivate all, but “View Types” buttom (list, group list, calendar…) there isnt option to disable it . I would like to disable it because calendar styles are break, not run , i would like results always are shown in list as past version, how can i do that?

    Thxs

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Event Search Form EM V6, disable ajax?? and disable search parameters’ is closed to new replies.