ulir
Forum Replies Created
-
I’m not sure why my reply doesn’t show up in the list of support threads, so I’ll try again.
Is there someone who has added search by location name already and can maybe give me a hint?
I just can’t find the error in my code or what I have to add to make it work on more than page 1 of the result list.But it doesn’t work, it gives an error “page not found” :-(. When I change the url to “location_id”, i get the correct result, eg:
This link gives an error: https://ub.fau.de/lernen-arbeiten/beratung-schulung/schulungen/?location=2&pno=2&action=search_events
This one works: https://ub.fau.de/lernen-arbeiten/beratung-schulung/schulungen/?location_id=3&pno=2&action=search_events
Forum: Plugins
In reply to: [Polylang] Activating Polylang messes up the The Events Calendar language.I’ve noticed the same in my installation since activating Polylang.
He again,
thank you for the link. I actually found that one before but I am unsure if the code is still valid?
The description says:INSERT THIS SNIPPET <?php $selected = !empty($_REQUEST['search-tag']) ? $_REQUEST['search-tag'] : 0; wp_dropdown_categories(array( 'hide_empty' => 0, 'name' => 'search-tag', 'hierarchical' => true, 'taxonomy' => EM_TAXONOMY_TAG, 'selected' => $selected, 'show_option_none' => 'All Tags', 'class'=>'em-events-search-tag', 'orderby' =>'name')); ?> BELOW <?php if( get_option('dbem_search_form_categories') ): ?> <!-- START Category Search --> <?php $selected = !empty($_REQUEST['category']) ? $_REQUEST['category'] : 0; EM_Object::ms_global_switch(); //in case in global tables mode of MultiSite, grabs main site categories, if not using MS Global, nothing happens wp_dropdown_categories(array( 'hide_empty' => 0, 'orderby' =>'name', 'name' => 'category', 'hierarchical' => true, 'taxonomy' => EM_TAXONOMY_CATEGORY, 'selected' => $selected, 'show_option_none' => get_option('dbem_search_form_categories_label'), 'class'=>'em-events-search-category')); EM_Object::ms_global_switch_back(); //if switched above, switch back ?> <!-- END Category Search --> <?php endif; ?>
… but I can’t find the code
<?php if( get_option('dbem_search_form_categories') ): ?>
anywhere in the events-search.phpForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Strange 404 ErrorsAlright, I probably found the culprit myself.
In the function.php of my theme there was a line
$site_link = wp_make_link_relative(home_url());
I changed that to
$site_link = home_url();
And everything works fine now. I don’t really understand why, but whatever ??
Forum: Plugins
In reply to: [Polylang] Different templates for FrontpageWell that was easy ?? – thank you very much, works perfectly!!
Forum: Plugins
In reply to: [Universal Post Manager] File not found error after update to 1.3.0I tried that several times already, sadly without success.
I can’t give you a URL because its a private site ??Forum: Plugins
In reply to: [Universal Post Manager] File not found error after update to 1.3.0How can I truly uninstall the plugin – my settings seem to be still there.
I have the same problem. Set the start time to 8pm, end to 6am and I am not able to save the settings ??
Forum: Plugins
In reply to: [Groups] Restricted Articles in RSS-FeedGot a reply for the widget already, its using a different data sorce. So the plugins I’m using to filter the allowed posts aren’t taking affect.
Closing the topic
Forum: Plugins
In reply to: [Groups] Restricted Articles in RSS-Feed