• Resolved bricemarketing

    (@bricemarketing)


    Hello,

    I have an event page with my html code for my event list, and I put a shortcode on my home page with my search bar and filters such as the categories of my events, when I search for an event it gives me redirects to my event page (since in my parameters it is my archive page) on the other hand I always have my entire event list no filter is applied … I use a “repeater” in “oxygenbuilder” in this “repeater” I put my shortcodes.

    Thanks 😀

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    You can try to use the shortcode [event_search_form ajax=1] instead to prevent result redirection. You can also modify the template file events-manager/templates/templates/events-search.php to add the initial result.

    e.g. line 68 change to

    <?php if( !empty($args['ajax']) ): ?><div class='em-search-ajax'><?php echo do_shortcode('[events_list]'); ?></div><?php endif; ?>

    to use templates: http://wp-events-plugin.com/documentation/using-template-files/

    eg. wp-content/themes/Your Theme/plugins/events-manager/templates/events-search.php

    Thread Starter bricemarketing

    (@bricemarketing)

    Hello,

    thank you for your reply

    unfortunately I do not use a theme but oxygenbuilder so your shortcode works but I would like that from the home page (where there will be my search form) that redirects to my event page where there will have to be my results with search filters.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    Sorry for the confusion, when you try to search events from your homepage it redirects you to your /events page? also, you enabled Event Archives under events > settings > pages > event list/archives?

    Thread Starter bricemarketing

    (@bricemarketing)

    Yes it redirects me fine but it does not display the filtered results but all the results

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Oxygen builder results display’ is closed to new replies.