Forum Replies Created
-
Author
-
April 24, 2017 at 17:54 in reply to: Kleo bbpress main index sidebar but the rest of forum full screen #159451
Radu
ModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You use something to optimize images, this isn’t kleo related, like mod_pagespeed or smush it or any other compressing image plugin or service.
If you want a higher image size look in wp-admin -> theme options-> blog -> Image size settings
Single post & Standard Blog – Image Width* and Single post & Standard Blog – Image Height*
After you change the images size you should regenerate the thumbnails
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Oh.. yes.. you right, I’ve forgotten to specify the member id argument ..sorry for that, I will fix in theme right now, on your install it’s ok right now I guess.
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 solutionRadu
ModeratorNo problem
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 again
Let me know if this problem ( avatar syncing ) it’s encountered even if you are using twenty seventeen (default wp theme) if yes it means that the Membership plugin should made a fix for BuddyPress integration, if this not happen with the default theme but with KLEO let me know and provide admin credentials + FTP
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWe cannot offer support for custom development, but you can do that using our shortcode to pull posts from a CPT in masonry template having also thumbnails and the

Then render the shortcode on that CPT
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 21, 2017 at 19:04 in reply to: user signing in after selecting register form and then clicking sign in #159279Radu
ModeratorHi,
The register link shouldn’t be visible for logged in users but anyway please check the login redirect option from our theme

Wp-admin -> theme options -> login redirect
If you are using already a redirect plugin i recommend you to leave that option on default value, test play with that options
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDe-activating child theme and all plugins except BuddyPress will make this to work correctly ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorReplayed you here : https://archived.seventhqueen.com/forums/topic/contact-form-7-and-login#post-159274
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,
Sorry but i cannot reproduce that…
The captcha it’s displayed normally on Chrome and Firefox

Maybe it’s somehow related to this? https://www.google.com/recaptcha/intro/comingsoon/invisible.html
Did you have tried to use incognito mode ? OR another computer or to ask a friend to test ? try with a proxy from another country
Please understand to can help you i need to be able to reproduce that.
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 solutionRadu
ModeratorOk
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,
Yes this it’s available only for logged in members otherwise the users cannot write articles..
Here it’s the code , now the shortcode will be displayed only for logged in users
COPY CODE//Shortcode for generating new article url social article add_shortcode( 'add_new_article_link', 'add_new_article_link_handler' ); function add_new_article_link_handler(){ if(is_user_logged_in()) { $link = home_url('/members/' . bp_core_get_username(get_current_user_id()) . '/articles/new/'); return "<a href='" . $link . "'> " . __('New Article', 'social-articles') . "</a>"; } }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,
@gibbywilsonIn buddyapp right ? if yess solution it’s here https://archived.seventhqueen.com/forums/topic/search-results-show-code/#post-159149
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWhere you see that message?
Provide a screenshot please pointing that error
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 the shortcode list https://archived.seventhqueen.com/documentation/kleo#shortcodes with details
The shortcodes can run by paste it to a page or post
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,
Try to use this plugin for logout redirect
https://premium.wpmudev.org/project/logout-redirect/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou want to de-activate the prev-next navigation ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderatoryes,
Wired… try with this one
COPY CODE#buddypress select option[value=rtmedia_update] { display: none !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 21, 2017 at 17:20 in reply to: “View All Results” doesn’t return anything even though CPTs are in Ajax search form… #159252Radu
ModeratorHi,
Try with important
display: none !important;
Or you can use this rule
.kleo_ajax_results a.ajax_view_all {
display: none !important;
}And view all button will be hidden site-wide
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,
Fine thanks, you ?
Here it’s your CSS
COPY CODE#bbpress-forums div.bbp-forum-author .bbp-author-avatar, #bbpress-forums div.bbp-reply-author .bbp-author-avatar, #bbpress-forums div.bbp-topic-author .bbp-author-avatar { float: left; text-align: center; margin: 0 auto; }The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
NOTE : Child theme needs to be installed and activated.
Have a nice weekend
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,
You’re very welcome and I’m happy that you have understood.
Have a nice weekend
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,
The wpml plugin it’s activated it visible on the video the lang switcher it’s on the footer.
Pay attention to the language that you made the thumbnail upload, maybe you do the change on the wp-admin backend EN and you preview the page in another language than en?
Can you please provide admin credentials to test that ? or you can test it ?
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 see, in this case, I don’t have a plug and play solution and please take a look at those solutions and discussion about the same topic.
https://www.google.com/search?q=buddypress+ORDER+BY+new+value&oq=buddypress+ORDER+BY+new+value
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Hi,
For the search form the responsible files are located here :
/wp-content/themes/sweetdate/page-parts/home-register-form.php
/wp-content/themes/sweetdate/page-parts/home-search-form.phpIf will need to change those files it’s recommended to copy them in child theme first and then to modify those files. The files should be placed in child theme in this path
/wp-content/themes/sweetdate/page-parts/
The missing folders should be created in child.
The SQLs are made thru native buddypress functions like bp_the_member()
The responsible file for generating members directory it’s : /wp-content/themes/sweetdate/members/members-loop.php , if you will need to make changes here you should make a copy of this in child theme ( /wp-content/themes/sweetdate-child/members/ )
A buddypress topic about manipulating the bp_members query
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou want to limit at certain nr of characters the value of the $Position = bp_get_member_profile_data(‘field=Position’); ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 21, 2017 at 16:14 in reply to: Admin bar missing Edit Page and Edit With Visual Composer #159241Radu
ModeratorHi,
I think the WooCommerce has removed that, cuz using one of default wp themes the edit and edit with visual composer missing also from there

I recommend you to ask WooCommerce support team about this.
Cheers
RHi 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 other theme than buddyapp installed and running.

Support it’s offered only for our products
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,
Yes, copy the code from Pastebin and paste it in child theme /wp-content/themes/kleo-child/buddypress/activity/entry.php replacing all existing content from the file by the code from pastebin.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Have a nice day
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts