Forum Replies Created
-
Author
-
Radu
ModeratorHi, Please add this function to wp-content/themes/kleo-child/functions.phpadd_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar() { if (!current_user_can('administrator') && !is_admin()) { show_admin_bar(false); } }Let me know Cheers R.June 13, 2016 at 19:09 in reply to: Change login-position in mobile version / Unwanted space in mobile version #125427Radu
ModeratorHi,
I’m fine thank you for question i hope you are fine to 🙂
For the user fields import export you can test and use this plugin : https://wordpress.org/plugins/export-user-data/
The default value is used from example if you have a field with three options
one
two
threeand you want to have one of them preselected by all users check Default value for that fields and when users sign-up it will see that fields with the default value pre-completed
The auto-link feature works like that, if two or many users have from example same interests : webdesign value in the the interests field it will add a link to value and it will be listed all members with same value in field.
I hope you will understand 😀
For the online status option it can be enabled from wp-admin -> theme options -> buddypress- > Online status
-> ONCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi, Done please check now, There was a problem with the language path, The correct path for sweetdate theme language files is : wp-content/languages/themes/ the language files should be named like that kleo_framework-he_IL.mo and kleo_framework-he_IL.po The files was placed in another place Keep in mind for next time when you will need this. You will translate from wp-admin -> loco translate -> sweetdate theme : http://psoriasis.org.il/dating/wp-admin/admin.php?name=sweetdate&type=theme&poedit=themes%2Fsweetdate%2Flanguages%2Fhe_IL.po&page=loco-translate Cheers R.Radu
ModeratorHi, Please leave all that settings regarding the redirection to default values and use plugin : https://wordpress.org/plugins/peters-login-redirect/ Install Peters Login Redirect plugin. Set your custom redirect to WP default, then in Peters plugin settings, set the login redirect to http://www.yoursite.com/members/[variable]username[/variable] OR you can use instead the plugin this function , that should be added into wp-content/themes/kleo-child/functions.phpfunction sq7_rdu_redirect( $redirect_to, $request, $user ) { $redirect_to = bp_core_get_user_domain($user->ID) . 'profile/'; return $redirect_to; } add_filter('login_redirect', 'sq7_rdu_redirect', 11, 3);Note : Child theme needs to be installed and activated Cheers R.Radu
ModeratorHi, 1. Please follow the next procedure to overwrite the actual shortcode, with this file you will be able to remove the captcha under the form on [kleo_register] shortcode. a. Download the attached archive b. Unzip it c. upload unzipped file ( kleo_register.php ) Here : /wp-content/themes/kleo-child/k_elements That's all the captcha should be not displayed there. 2. Most probably your theme settings was stored in parent or in child, when you switch the theme the settings will remain in theme that was customized before you can copy the theme styles from parent to child or vice versa form wp-admin -> theme options -> import/export -> export then on same location and import. Cheers R.Radu
ModeratorHi, You can process the dates that comes thru api to make with it new posts with portfolio type as actual portfolio items. https://developer.wordpress.org/reference/functions/wp_insert_post/ When you build the script, set for this post_type portfolio If you are a developer you will be able to search for a function that import posts and to adapt it for your needs or to build one from scratch. http://www.catswhocode.com/blog/wordpress-how-to-insert-data-programmatically Cheers R.Radu
ModeratorHi, Make sure that the profile fields are set to be visible by all from wp-admin -> users -> profile fields. Normally you should be able to see all visible profile fields from your profile -> edit Let me know Cheers R.June 10, 2016 at 18:59 in reply to: Creating a modified activity stream on front page of site #125211Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
In both cases before registering guests are not users and nobody haves memberships.
For the members we have in wp-admin -> theme options -> Memberships panel from where you can restrict some things.
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