Forum Replies Created
-
Author
-
Radu
ModeratorHi,
The Kleo Child theme has separate theme options, so if you made changes in Child theme options they are used only when activate the theme, and the same principle for Kleo theme ( Parent theme ).
You can export theme settings from parent theme and import them to child theme then the site should look the same
You can save the theme options by navigating to : Wp-admin->theme options -> import/export -> download data file and also can be imported in same way after activating Kleo Child theme by choosing importing option.
Then apply the code to functions.php file
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 see the only way to can have original image ratio it’s to set via CSS background-size contain, in this way the image will be wrapped into the view port.COPY CODE@media(max-width:991px){ article#post-9468 section.container-wrap.main-color { background-size: contain !important; background-position: center center !important; } }The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
NOTE : Child theme needs to be installed and activated.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 month’s names are part of the BuddyPress plugin, and they should be found under BuddyPress translation file.
I’ve checked now and thy are translated :

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,
Use this CSS
COPY CODEdiv#buddypress .activity iframe[src*="dailymotion"] { width:100%; max-height:480px; }The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
NOTE : Child theme needs to be installed and activated.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,
While using buttons in the menu it’s recommended to use Compact overflowing menu items option.

Enabling the option should solve the problem.
For the second button try to de-activate megamenu for that item from wp-admin -> appearance -> menus.
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
What area? you asking to hide 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,
take a look at this video : https://www.youtube.com/watch?v=mQEn3xHdsRI on our channel are more video tutorials for setup sweetdate theme.
Just create your desired fields in wp-admin -> users -> profile fields and import them to home search form from wp-admmin -> theme options -> buddypres -> import buddypress profile fields

->

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderatorphp71 error log
nginx error log
apache error logAttach them separately
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 switch to the default WP theme and try again the actions, you encounter the issue again ?
If yes, it means that it’s a VC or addon problem, if no just enable wp debug then re-save again the bg color or that particular action that aren’t saved.
Please follow these 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 for Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAre you using wannguard?
Try to de-activate it to see if without the plugin active it works
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 I can see accordion live on your site to can test the solution, 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,
Related to that “bug” can you test please using only Kleo theme ? not Kleo child ?Does it happen the same?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThanks your
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAfter login from pop-up i was redirected to the wp admin in 1-2 seconds
Maybe it’s something related to your browser cache/cookies
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
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 6, 2017 at 19:16 in reply to: rtMedia Button disappeared from Groups and Activity Stream #163537Radu
ModeratorNot marked as solutionJune 6, 2017 at 18:40 in reply to: How to show the avtar-wordpress-social-login in the kleo-bp-user-avatar in menu #163532Radu
ModeratorHi,
The plugin should apply filter also for the bp_get_loggedin_user_avatar function, you can tell this to the plugin developer.
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,
From what I see on their plugin page isn’t compatible with BuddyPress and there (in the main menu) avatar it uses a BuddyPress function ( bp_get_loggedin_user_avatar ) to get current user avatar

WE need to keep the gravatar service it’s a WordPress native.
You can ask the plugin author if they haves some workarounds for 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
ModeratorHi,
Try with this CSS
COPY CODE.post-type-archive-product #productModal .col-lg-7{ display: none; } .post-type-archive-product #productModal .col-lg-5 { width: 100%; }It should be ok I’ve tested on your site live.
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 figure out where to place the skype icon instead of what, please provide a screenshot that points out 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,
Sorry for that, try to look and in comments for a workaround until they fix this
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 5, 2017 at 19:05 in reply to: Title area seems to take over the buddypress cover image are if there is no image. #163446Radu
ModeratorHi,
That’s the responsible function that generates that area
Adapt it for your needs.
‘ . do_shortcode( sq_option( ‘title_info’, ” ) ) . ‘
‘,
‘heading’ => ‘h1’
);// Parse incoming $args into an array and merge it with $defaults
$args = wp_parse_args( $args, $defaults );
$args = apply_filters( ‘kleo_title_args’, $args );// OPTIONAL: Declare each item in $args as its own variable i.e. $type, $before.
extract( $args, EXTR_SKIP );if ( ! empty( $link ) ) {
$title = “” . $title . ““;
}$breadcrumb_data = ”;
if ( $show_breadcrumb ) {
$breadcrumb_data = kleo_breadcrumb( array(
‘show_browse’ => false,
‘separator’ => ‘ ‘,
‘show_home’ => __( ‘Home’, ‘kleo_framework’ ),
‘echo’ => false
) );
}$title_data = ”;
if ( $show_title ) {
$title_data = ‘<{heading} class="page-title">{title}{heading}>‘;
}if ( ! $show_breadcrumb && $extra == ” ) {
$class .= ‘ title-single’;
}$title_layout = sq_option( ‘title_layout’, ‘normal’ );
if ( is_singular() && get_cfield( ‘title_layout’ ) && get_cfield( ‘title_layout’ ) != ” ) {
$title_layout = get_cfield( ‘title_layout’ );
}
if ( $title_layout == ‘center’ ) {
$class .= ‘ main-center-title’;
} elseif ( $title_layout == ‘right_breadcrumb’ ) {
$class .= ‘ main-right-breadcrumb’;
}$output = str_replace( ‘{title_data}’, $title_data, $output );
$output = str_replace( ‘{class}’, $class, $output );
$output = str_replace( ‘{title}’, $title, $output );
$output = str_replace( ‘{breadcrumb_data}’, $breadcrumb_data, $output );
$output = str_replace( ‘{extra}’, $extra, $output );
$output = str_replace( ‘{heading}’, $heading, $output );return $output;
}
}
“>The function needs to be pasted in wp-content/themes/kleo-child/functions.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
ModeratorYou’re welcome, we will let you 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,
Ok on me
Did you have fixed ?

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 see, but the FTP credentials are not working

Let me know the correct credentials
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThere is no way to remove that from theme options.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

