chaoti
Forum Replies Created
-
Sorry, the code above crashes bbPress forums. Take this one:
function search_filter($query) { if ( !is_admin() && $query->is_main_query() ) { if ($query->is_search) { $query->set('post_type', array( 'post', 'kbe_knowledgebase' ) ); } } } add_action('pre_get_posts','search_filter');
Regards
Hi @jaap115, may be this helps:
- Have a look in WP dashboard/Ultimate Member/forms. There should be the “Default Profile” form and you should see a shortcode like this [ultimatemember form_id=15] for the profile form.
- Add this code to one of your pages, for example one that is named ‘My Profile’. Save this page.
- Go to Ultimate Member Settings / Setup / ‘User Page’ on top of the list. Select your site with the shortcode and update the settings.
That’s it.
Same problem here. My quick solution: I deactivated the kbe-search at the plugin settings and added the post-type kbe_knowledgebase to the normal wordpress search. I used this code in my theme’s function.php :
add_filter( 'pre_get_posts', 'tgm_io_cpt_search' ); function tgm_io_cpt_search( $query ) { if ( $query->is_search ) { $query->set( 'post_type', array( 'post', 'kbe_knowledgebase' ) ); } return $query; }
Hope it will be helpful for you, too.
(Thx at Thomas Griffin for this code)
@vertizio Thank you very much. Your solution works! ??
Ok… made the .pot by myself. If you are interested in you’ll find it here: → Download .pot
Regards
Forget it, we figured it out… ??
Done ??
You got a mail. ??
It’s nearly the same with Events Manager. On single event pages the custom posts are distorted displayed in sidebar, even there is no sidebar activated. Deactivating Custom-Post-Widget-Plugin does the fix.
1 answer more: iPhone iOS:? Safari9
Because of the problems I wrote on registration page that the new ones shouldn’t use an Apple device if possible. It’s not the best solution, but less work. Therefore there are not so many people I can ask. Now there are 520 users…
The first 3 answers: 2 iPads, 1 iPhone – all of them with iOS-version 9.0.2 and safari browser. May be, it is no representative study, but could be a first hint.
I’ll try to ask the next with problems. When they are pending, I can see their emails. Now there are about 390 users and more than 40 with problems.
Yeah… numerical timezone offsets work.
Thank you very much ??
Thx for your answer. No, I have no Apple device. But now we have 277 users and all the time nearly 10% with problems and everyone with problems has an Apple device. Some other Apple users said that they could register with their Apple devices. So I do not really know what causes the problem. May be they have different iOS versions?
And it is only the activation link. Is the account activated they can log in without any problem.
Regards
This thread is only for information. ??