Forum Replies Created
-
Author
-
July 28, 2016 at 14:54 in reply to: Home Register Page – Register Form Does Not Perform Registration only Reloads the Page #130494
Radu
ModeratorOk, in this case you can try to use this : https://wordpress.org/plugins/wp-recaptcha-bp/
You can try to copy that code and to paste it into wp-content/themes/kleo-child/functions.php
COPY CODEfunction bph_field_value() { echo get_bph_field_value(); } function get_bph_field_value() { return apply_filters( 'get_bph_field_value', $_POST['bph_field'] ); } function bph_check_validation(){ global $bp; $bph_field_txt = $_POST['bph_field']; if (empty($bph_field_txt) || $bph_field_txt == '') { $bp->signup->errors['bph_field'] = __('This is a required field','buddypress'); } return; } function bph_show_input_field(){?> <div style="float:right;width:268px;margin-right:4px;" class="bph_field_container"> <label>Input Field Name</label> <?php do_action( 'bp_bph_field_errors' ) ?> <input type="text" name="bph_field" id="bph_field" value="<?php bph_field_value() ?>" /><br /> </div><?php } add_action('bp_signup_validate', 'bph_check_validation'); add_action('bp_before_registration_submit_buttons', 'bph_show_input_field');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 with this css
COPY CODEdiv#send-private-message { 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 solutionRadu
ModeratorHi,
Try with this css
COPY CODEdiv#send-private-message { 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 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
ModeratorHello,
You will have to configure the plugin for your needs and then you should modify the shortcode from the page with something like :
COPY CODE[todolist] [todoadmin title="Things to Do" priority=1 progress=1 assigned=1]From their forum support : https://wordpress.org/support/topic/cant-find-assign-task
I will attach the plugin settings that you can import from wp-admin -> todolist -> settings -> import/export using these settings you will be able to have assign function, but you will have to change settings for your needs.
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 all plugins except buddypress , the problems disappears ?
If you de-activate child theme the problems disappears ?
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
ModeratorHi,
Please tell me in what page do you encounter this problem ? anyway you can control the template on page level not only sidewide from theme options
Make sure if that certain page that not goes full with has this setting

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,
Now it shows the image : https://getinspiredmagazine.com/members/katherine-daykin/ if you open image url it’s hosted on facebook, so it works maybe you have solved meanwhile
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,
Do you have tried this file : /wp-content/themes/kleo/page-parts/general-title-section.php ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorJust leave the menu created but empty with no items added
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
You’re welcome 🙂
Please tell me “Tutor” and “Parent” those are member types ? or what ,how do you have created these ?
If yes, read this : https://buddypress.org/support/topic/2-2-member-types-setting-user-member-types-during-registration-xprofile/
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 welcome
If you want to add additional information there like meta author ? What are you asking it’s seems to be something custom… you can inspire from the function that i have provided to you 😀
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 27, 2016 at 17:26 in reply to: Simple way to enlarge profile pic and add info lines below profile pic #130408Radu
ModeratorHi,
With the css that i gave you the image will be 100% of the original size and also the circle it’s 100% will be increased as the image size.
For the avatar problem with the size add also this css to quick css area
COPY CODE.buddypress div#item-header img.avatar { width: 100% !important; }You can add text there by using this solution https://archived.seventhqueen.com/forums/topic/show-custom-profile-fields/#post-46827
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 27, 2016 at 17:22 in reply to: Defining User Roles/Managing menue items/pages for different users #130407Radu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 27, 2016 at 17:22 in reply to: Social icons on footer and Follow botton on buddypress page #130406Radu
ModeratorHi, You can use this shortcode [kleo_social_icons] in wp-admin -> theme options -> general settings -> Footer Text ->
Add also this css to wp-admin -> theme options -> general settings -> quick css
#socket ul.kleo-social-icons { text-align:center; } #socket ul.kleo-social-icons .ts-text { display: none; list-style: none !important; float:right; } #socket ul.kleo-social-icons li { list-style: none; display: inline-block; font-size: 20px; }In this way the icons will be rendered on a new line centered because using this it cannot be displayed inline with the rest of the footer text. If you really really need that, tell me what icons are you are using and provide the links to the social profiles, i will make a manual markup of these Cheers R.Radu
ModeratorTry to apply this css into quick css area
COPY CODE.single.single-portfolio .wrap-content .portfolio-image {display:none;}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 solutionJuly 27, 2016 at 17:01 in reply to: Change login-position in mobile version / Unwanted space in mobile version #130398Radu
ModeratorPlease make sure that you put mo and po files in same exact location with exact filenames
Example if you have downloaded po and mo files from wp-content/languages/ you should upload it to same location and so on….
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’ve spooked with my colleagues about this and … there is no problem and it’s seems to be a normal behaviour, the thing is, you have a lot of content on the description area and when you press and open a new tab, the description tab will collapse and the description will be hidden and the new opened tab opened…. it makes sense ?
Try to put the description of products into short description not in description area, to display short description in the product page you should enable this option Show excerpt on product page -> ON from wp-admin -> theme options -> woocommerce
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
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.
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,
Replace with these
COPY CODEul.site-wide-stream.swa-activity-list.swa-clearfix > li { -webkit-animation: none !important; -o-animation: none !important; animation: none !important; opacity: 1 !important; -moz-transform: none !important; -webkit-transform: none !important; -o-transform: none !important; transform: none !important; } #main-container .article-content .widget_bp_swa_widget .swa-wrap { -webkit-animation: none !important; -o-animation: none !important; animation: none !important; opacity: 1 !important; -moz-transform: none !important; -webkit-transform: none !important; -o-transform: none !important; transform: none !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Using Kleo Posts element with a custom type you will have to press build query and to choose your desired post type, see this video : https://drive.google.com/file/d/0Bxo5b6iHWRMwd2tlZExLV0JWU0E/view
Just check your post type and made additional settings, it should work.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJuly 27, 2016 at 16:31 in reply to: Home Register Page – Register Form Does Not Perform Registration only Reloads the Page #130385Radu
ModeratorHi,
Go to your page that uses the kleo_register shortcode and edit it and make sure you have Allow BuddyPress plugin hook before submit -> YES

Install this plugin to use captcha http://wordpress.org/plugins/buddypress-recaptcha/
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,
Make sure you check this option from Single Image element

And also make sure you had added an caption for that photo, go to wp-admin -> media -> choose your photo and add on caption field your desired text

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,
Make sure you check this option from Single Image element

And also make sure you had added an caption for that photo, go to wp-admin -> media -> choose your photo and add on caption field your desired text

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,
Please replace that function with this
COPY CODEadd_action('kleo_before_main', 'sq7rdu_show_featured_before_content'); function sq7rdu_show_featured_before_content() { if (is_single()) { if (has_post_thumbnail()) { echo '<div class="fullwidth-image-before-content">'; echo the_post_thumbnail('full'); echo '</div>'; } } }Then use this css
COPY CODE.fullwidth-image-before-content img { width: 100% !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
The only shortcode for register/search is [kleo_register_form] but i thinks it’s not what are you looking for.
A button can be added to the homepage editing the homepage and to add there the link with the button.
Example
COPY CODE<a href="/register">REGISTER</a>Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf the image are sufficient large no, if you need some small css adjustments provide post url to can see 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 cannot figure out what’s causes that but if you will use this css it will be visible
COPY CODE.groups #buddypress .responsive-tabs li { width: 100% !important; }Maybe a plugin can causes this.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Use this css
COPY CODE#main-container .article-content .widget_bp_swa_widget .swa-wrap { -webkit-animation: none !important; -o-animation: none !important; animation: none !important; opacity: 1 !important; -moz-transform: none !important; -webkit-transform: none !important; -o-transform: none !important; transform: none !important; }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
Moderatoryes but the admin credentials not wokrs
provide also the page where you have done tests please
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTake a look https://drive.google.com/file/d/0Bxo5b6iHWRMwU2JibEdLd19SeEE/view
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe server authentification doens’t work
Check please
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 with this html structure
COPY CODE<div class="form-inline"> <input type="text" id="name" class="form-control input-lg" name="name" placeholder="Name"> <input type="email" id="mc4wp_email" class="input-lg" name="EMAIL" placeholder="Your email address" required /> <a class="btn btn-highlight btn-lg form-submit">SUBSCRIBE</a> </div>Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThank you for that and for your kind words and for your appreciation.
Regards
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 26, 2016 at 18:12 in reply to: Defining User Roles/Managing menue items/pages for different users #130273Radu
ModeratorHi,
The menus restriction based on specific user id or username it’s not available…
You can create/edit a new role with this plugin : https://wordpress.org/plugins/user-role-editor/
I recommend you to assign certain roles for specific users to show that certain menu only for that roles.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution -
AuthorPosts