clane_workforce
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] RSS Feed 404Hi Thank you. ‘event’ is not working either for full feed. Any help you can provide will be great. Thank you:)
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] RSS Feed 404I got it working it was a redirect causing issue. I would love to get this feed included with the main feed though. I have a hack for functions.php but it doesn’t seem to work. Is the post type event?
function cpt_feed( $query ) { if ( $query->is_feed() ) $query->set( 'post_type', array( 'post', 'events' ) ); return $query; } add_filter( 'pre_get_posts', 'cpt_feed' );
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] RSS Feed 404It works in my dev WP site with the same EM settings. So, I can’t figure out what is going on.
Do you have eta on this yet? I’ve seen others having search form filtering issues due to locations. In my case both fields must be chosen for results.
Please reply I would like to fix this even if it is paid help.
please?
Can you please tell us how to achieve this? We will pay for your help. I need to know the variables in the database to get to. I would rather pay you for the fix. I wish this was already an option in the plugin. I’m surprised, as many people have events that end at a certain time. Thank for the help in advance.
Hello,
I have this option set this way. Do you have any other recommendations?
I would love this as a feature. Do you plan on implementing this in the near future to search by tag? I’ve enabled dev updates for testing if this is a possibility. Thank you for the help.
Please use our dev site page, as I’ve shut the feature off on our production site, until this is fixed.
https://dev.workforcesoftware.com/news-and-events/events/
Your help is greatly appreciated.
The search is not working with categories when a tag is not chosen. Do you have an update for the code? I used the code here: https://pastebin.com/hXsnMjjn
Here is the page with issue: https://www.workforcesoftware.com/news-and-events/events/
Your help is greatly appreciated.
I used the code https://www.ads-software.com/support/topic/plugin-events-manager-search-filter-option-by-tags?replies=5 it works:) Thanks!
This code is outdated: https://www.ads-software.com/support/topic/plugin-events-manager-search-filter-option-by-tags?replies=5
Do you have an update?I already have them in a category, how about Tags? I do not see that option in the search form options though.
Can add a custom attribute like #_ATT{region} and make it searchable in the search form without creating a custom add-on for Events Manager? Can I just use part of this tutorial: https://wp-events-plugin.com/tutorials/creating-custom-event-search-attributes/? Thank you in advance for your help.