Forum Replies Created
-
Author
-
Radu
ModeratorHi,
1. There should be minimum 1 character entered in input search to can perform search, we have fixed that for the next update if you need that now tell me.
2. You can use this css
COPY CODE.second-menu .search-form-wrapper .search-form { display: none !important; }The css will be added to wp-admin -> theme options -> quick css.
3. This can be acheived using a next code
COPY CODEadd_action( 'init', 'update_my_custom_type', 99 ); /*Replace my-custom-type with your custom post type slug*/ function update_my_custom_type() { global $wp_post_types; if ( post_type_exists( 'my-custom-type' ) ) { // exclude from search results $wp_post_types['my-custom-type']->exclude_from_search = true; } }NOTE : Child theme needs to be installed and activated.
The function needs to be pasted in wp-content/themes/buddyapp-child/functions.php
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please update the theme to the latest version 4.2.5 it should be ok
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
And after you have re-installed the WP works?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThanks you
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There it’s something wrong with that code it not works even using WP default theme.
Ask their support about a valid code
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 22, 2017 at 15:00 in reply to: Enable search in BuddyPress activity updates and WordPress comments #162273Radu
ModeratorOk, we will let you know about that.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI don’t know if it’s possible to cache external resources directly.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Let me know if you can reproduce that also on our demo : https://seventhqueen.com/themes/kleo/members/demo/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I cannot see any problems with your second page, on the menu, it’s only one link for directory (/members/) and there are displayed all members sexes, man and women on page,1,2,3 as it should.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
No there is no quick solution to add load more or page to Kleo Posts shortcode
Did you have tried this option on Posts Grid Element?

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Related to the slow site, make sure you have latest theme update, in past was some problems with that.
For the remove query strings issue, we have fixed that but you will see that in next theme update,
Until then add this function to wp-content/themes/kleo-child/functions.php
COPY CODEif ( sq_option( 'perf_remove_query', 0 ) == 1 ) { function pre_remove_query_strings_static_resources() { function remove_cssjs_ver($src) { if (strpos($src, '?ver=')) $src = remove_query_arg('ver', $src); return $src; } add_filter('style_loader_src', 'remove_cssjs_ver', 10, 2); add_filter('script_loader_src', 'remove_cssjs_ver', 10, 2); } add_action('init', 'pre_remove_query_strings_static_resources'); }Just checked in IE11 and i-m able to scroll.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Are you talking about the BuddyPress user menu?
Add this CSS
COPY CODE#buddypress div.item-list-tabs ul { width: auto !important; } #buddypress div#item-nav { padding: 0; } #buddypress div#item-nav .responsive-tabs { height: 102px !important; } #buddypress div#item-nav ul li a:before { margin-bottom: 10px !important; } #buddypress div#item-nav ul li.current a { padding: 10px 0px !important; }The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIt’s no so simple to take only 5-10 minutes it requires more than that, sorry I don’t have a plug and play solution.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSorry I’ve made a mistake, the entry.php file should be placed in
wp-content/themes/buddyapp-child/buddypress/activity/
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 18, 2017 at 20:23 in reply to: rtMedia Button disappeared from Groups and Activity Stream #161997Radu
ModeratorNot marked as solutionMay 18, 2017 at 20:22 in reply to: How to make ’email’ a required field on the quick contact form. #161996Radu
ModeratorHi,
You can use contact form 7 plugin and to add the generated form with your desired fields instead on the kleo one in wp-admin -> theme options -> layout settings ->

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 18, 2017 at 20:13 in reply to: Lost Password Front End Reset + Dynamic URL for User Profile #161994Radu
ModeratorNot marked as solutionRadu
ModeratorOk then
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
You’re welcome
If you are pleased with the support service please very much to leave a short review … few words about your experience with the support service.
https://themeforest.net/item/kleo-next-level-wordpress-theme/reviews/6776630
Thank you in advance
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If you de-activate chld theme and all plguins it’s like our demo ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There is no banner on your site, can you put it to can check please ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHow do you have added icons to sidebar ? from widgets or how ? (screenshot)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Tell me exact the browser version to can check
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Update all plugins and the theme check again, if it’s the same de-activate child theme, if it’s the same provide an account to can see the issue live on your site.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just add your desired menu items in that menu location see screenshot http://seventhqueen.com/public-files/radu/Menus__BuddyApp__WordPress_2016-10-31_20-07-33.png
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Myab beucase of that error fmor console

Hover the name_remove.js

See what loads that and de-activate to test
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 18, 2017 at 18:43 in reply to: rtMedia controls missing on first video play in Kleo theme #161970Radu
ModeratorOk then
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Using FTP in the first instance, if you have made changes in child theme go to wp-content/themes/ and rename kleo-child to kleo-child-off , check again the site if it’s the same do the same thing but with the plugins ( wp-content/plugins/ ) until you identify what causes that.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please provide to me a URL where i can see the per Month words please
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

