Forum Replies Created
-
Author
-
Radu
ModeratorHi, You right, sorry.. Replace this file content : wp-content/themes/kleo/vc_templates/vc_row.php with the content of this one : https://pastebin.com/raw/1m5KbcWK Let me know Cheers RRadu
ModeratorHi
Not sure why that maybe the wordpress cannot allow to have duplicated names or similar.
I think you will have to extend the snippets that i have provided to you to perform a check if the current user has same name as an existing one then to be added to database or similar, you can do this with help of a developer.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 12, 2018 at 18:08 in reply to: rtMedia for WordPress, BuddyPress and bbPress, is creating issues in my consoles #203683Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
For me they are displayed by default without doing something special, as it should.

On you maybe it’s caused by some browser extension ? if you are using other browser it’s displayed ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1. Error issues
Make sure to have all things updated WP + plugins + theme.
Steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
2. Activation issues
For the activation issue in buddypress that was a bug on 3.0 version of buddypress if i remember correctly but this was solved on their new release.
Also we had released a new theme updated fixing the same as buddypress regading the activation on our templates. So if you will run latest releases of buddypress and our theme this issue should no more persits.
Make sure to regenerate the emails from wp-admin -> tools-> buddypress -> emails, click all and repair all.
It’s very important to update also our theme and buddypress !! Also if you had rewritten the activation.php file in child it’s mandatory to re-do it. In first instance if you had done it try whiteout child theme.
3. Submit button
This may be linked to the issue number 1 since the post are made via AJAX and if there are some errors in the server response it may break aslo this functionality.
4. Force profile photo
Install this plugin https://buddydev.com/plugins/bp-force-profile-photo/
5. User passworks it may be linked to issue 1.
6. The messaging flow from buddypress cannot be replace with third-party things so easly implies high volume of work to make 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,
In first isntance try to re-save the permalinks from wp-admin -> settings -> permalinks -> save changes then check again
LEt me know
Tried login to see how it behaves

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 11, 2018 at 18:10 in reply to: rtMedia bug – site activity button does not work after latest updates #203586Radu
ModeratorYEs i see, it may be somehow related to changes that you had made in child ?!
Yesterdaw was working what did you had done in + from yesterday ?Cannot see this bug on demo.
Switch your customizations off to can see if its caused by that.
Tried new woraround and debug but cannot fid what make that.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTo hire a developer that can manage all your custom request for such as custom customization things.
I had helped you with all of those even i shouldn’t (our support not cover custom things). and your requests are endless.
So you will have to hire a developer that can do all of your needs for you.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1.We get the image in the format that it’s. so we don’t change the ratio. The issue may comes from other things.
2. It may comes from css having text-transform:uppercase instead of inherit or capitalized or lowercase.
IF you had done custom changes in child theme maybe because of that.
Ask you developer to change 2.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 11, 2018 at 16:34 in reply to: Site down for over like 20 hours! I need urgently advice #203572Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
I haven’t know that had been released to public, you right.
Replace this file content : wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.php
With the content of this one : https://pastebin.com/raw/N3GBxmVDLet me know then
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 is a fix for wordpress to allow russian / ukrainian characters on username, if you will check to create a new user with russian you will cannot do that cuz the wordpress it not allow, please test the function and let me know
this it’s a old function that some users used in the past, just replace the characters with your specific greek ones
COPY CODEfunction kleo_translate_special_chars($str){ $tr = array( "А"=>"a", "Б"=>"b", "В"=>"v", "Г"=>"g", "Д"=>"d", "Е"=>"e", "Ё"=>"yo", "Ж"=>"zh", "З"=>"z", "И"=>"i", "Й"=>"j", "К"=>"k", "Л"=>"l", "М"=>"m", "Н"=>"n", "О"=>"o", "П"=>"p", "Р"=>"r", "С"=>"s", "Т"=>"t", "У"=>"u", "Ф"=>"f", "Х"=>"kh", "Ц"=>"ts", "Ч"=>"ch", "Ш"=>"sh", "Щ"=>"sch", "Ъ"=>"", "Ы"=>"y", "Ь"=>"", "Э"=>"e", "Ю"=>"yu", "Я"=>"ya", "а"=>"a", "б"=>"b", "в"=>"v", "г"=>"g", "д"=>"d", "е"=>"e", "ё"=>"yo", "ж"=>"zh", "з"=>"z", "и"=>"i", "й"=>"j", "к"=>"k", "л"=>"l", "м"=>"m", "н"=>"n", "о"=>"o", "п"=>"p", "р"=>"r", "с"=>"s", "т"=>"t", "у"=>"u", "ф"=>"f", "х"=>"kh", "ц"=>"ts", "ч"=>"ch", "ш"=>"sh", "щ"=>"sch", "ъ"=>"", "ы"=>"y", "ь"=>"", "э"=>"e", "ю"=>"yu", "я"=>"ya", " "=>"-", "."=>"", ","=>"", "/"=>"-", ":"=>"", ";"=>"","—"=>"", "–"=>"-" ); return strtr($str, $tr); } function kleo_extra_validate_username($valid, $username){ if( !$valid ){ $sanitized = sanitize_user( $username, true ); $valid = ( ! empty( $sanitized ) ); } return $valid; } add_filter('validate_username', 'kleo_extra_validate_username', 10, 2); function kleo_extra_sanitize_user($user, $raw_user, $strict) { $user = kleo_translate_special_chars($raw_user); return $user; } add_filter('sanitize_user', 'kleo_extra_sanitize_user', 10, 3);It should work
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Yes, make sure to have latest theme update and plugins updated.
Provide them in a private reply
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I don’t have a pre-made code that can do that, maybe asking on the bbpress forums you will find somethingAs an alternative give a try to this plugin : https://wordpress.org/plugins/bbpress-email-notifications/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The form it’s generated by a file wp-content/themes/sweetdate/page-parts/home-register-form.php
If you need to modify that you will have to copy it to child theme in this location
wp-content/themes/sweetdate-child/page-parts/
Make sure to have child theme installed and activated.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 10, 2018 at 19:57 in reply to: KLEO updated to version 4.3.9 Bug Bootstrap frameworks WPDataTables 2.2.2 #203506Radu
ModeratorNot marked as solutionRadu
ModeratorDid you see also this bug on our demo ?
It’s somehow related to your child theme ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1.
The limit can be changed by addind the next codes to /wp-content/themes/kleo-child/functions.php
Replace 350 with your desired number or characters
Code below:
COPY CODEif ( ! function_exists( 'kleo_excerpt' ) ) { function kleo_excerpt( $limit = 50, $words = false ) { /*Force excerpt length*/ $limit = 350; $from_content = false; $excerpt_initial = get_the_excerpt(); if ( $excerpt_initial == '' ) { $excerpt_initial = get_the_content(); $from_content = true; } $excerpt_initial = preg_replace( '<code>\[[^\]]*\]</code>', '', $excerpt_initial ); $excerpt_initial = strip_tags( $excerpt_initial ); /* If we got it from get_the_content -> apply length restriction */ if ( $from_content ) { $excerpt_length = apply_filters( 'excerpt_length', $limit ); $excerpt_initial = wp_trim_words( $excerpt_initial, $excerpt_length, '' ); } if ( $words ) { $excerpt = explode( ' ', $excerpt_initial, $limit ); if ( count( $excerpt ) >= $limit ) { array_pop( $excerpt ); $excerpt = implode( " ", $excerpt ) . '...'; } else { $excerpt = implode( " ", $excerpt ) . ''; } } else { $excerpt = substr( $excerpt_initial, 0, $limit ) . ( strlen( $excerpt_initial ) > $limit ? '...' : '' ); } return '<p>' . $excerpt . '</p>'; } } function kleo_new_excerpt_length( $length ) { return 350; }2. What element you need more specific ?
for all use this selector
#header *, #header > *,#header * a {
font-size: 15px !important;
}Code will be added to wp-admin -> theme options -> general settings -> quick css
3.
No quick solution for that… a workaround may be setting them to be everywhere and with soem css to be nidden in non bbpress places.4.
Provide url to see live the behaviour.5.
Go to wp-admin -> theme options -> blog

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 10, 2018 at 19:31 in reply to: Site down for over like 20 hours! I need urgently advice #203495Radu
ModeratorNot marked as solutionJuly 10, 2018 at 18:50 in reply to: How to remove all buddyap script and css in scpecific admin page #203486Radu
ModeratorHi,
Here’s our registered things

de-register exacly what you need
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

