Forum Replies Created

Viewing 40 posts - 16,201 through 16,240 (of 20,101 total)
in reply to: Scrolling #102914
 Radu
Moderator

Hi Thalia,

I’ve accessed your website and i’m able to scroll now, maybe the plugin is deactivated , please activate plugin and let me know

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Members profile page #102913
 Radu
Moderator

Great !

Have a nice week

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Recent posts widget thumbnail #102912
 Radu
Moderator

Add this css to wp-admin -> theme options -> styling options -> quick css

COPY CODE

.news-thumb img {
    border-radius: 0 !important;
}

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
 Radu
Moderator

Hi,

Great !!!

I’m here to help

Have a nice week man,

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Error at loading #102907
 Radu
Moderator

Hi,

Please disable this plugins : Dilemma and easy-social-share-buttons these can cause your issues, disable these plugins and test and see if the issue appears

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Homepage not showing content #102906
 Radu
Moderator

Done please check now

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: renaming buddypress icons #102887
 Radu
Moderator

Hi,

Please use this function

For renaming the media label you should add this snippet to wp-content/themes/kleo-child/functions.php

COPY CODE

function rename_profile_menu_items(){
    global $bp;
    $bp->bp_nav['media']['name'] = 'documents';
}
add_action('bp_setup_nav', 'rename_profile_menu_items', 201);

See related topics here : https://archived.seventhqueen.com/forums/topic/how-i-can-change-my-order-tab-in-buddypress-profile#post-85874

If you need to rename another item just copy this $bp->bp_nav[‘media’][‘name’] = ‘documents’; and instead media put profile or what you need to translate.

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
 Radu
Moderator

Hi Reikidome,

Regarding to this

hi, I was just testing my theme on apple devices and when I log in with facebook login, buttons and selection fields don’t work after info is transferred from facebook to the website. Have this theme been tested with apple devices?

I’ve tested login with facebook on your site form a Iphone 6 and the inputs and button works and yes the theme is compatible with apple devices.

Regarding to this

I reset the password again. Please use new credentials below to login. My friend told me that in small resolution devices the default functions of profile section after activating free member account are not working because for some reason they are disabled. Please take a look at this issue because I really need this project to go live in a week. Thank you.

I’ve tried to reproduce but unsuccessful, please make a video in that i can see that.

(see screenshots)

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Attachments:
You must be logged in to view attached files.
in reply to: outdated WooCommerce Templates – message #102864
 Radu
Moderator

Hi Mark,

Thank you for informing this.

We will take care of broken layouts of woocommerce in next theme update

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Language #102861
 Radu
Moderator

Ok, le me know
Cheers
Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: background slider for page get connected vertical #102785
 Radu
Moderator

Hi,

1. Yes, just add a new layer and paste your shortcode

2. No

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Database Location #102783
 Radu
Moderator

Hi,

I suppose you referring to the member profiles , yo ucan see all your members by accessing this link

http://yourdomain.com/members/ or in backend from wp-admin -> users

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Scrolling #102781
 Radu
Moderator

Hi,

Can you please enable that plugin and provide URL where the plugin blocks the scroll ?

I will take a look and if is something that i quickly fix i will be happy to help

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Show all members #102778
 Radu
Moderator

Great,

Have a nice week

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Remove the arrow #102777
 Radu
Moderator

Hi,

You can hide that element by using this css

COPY CODE

p#btnGoUp {
    display: none !important;
}

The css can be added to wp-admin ->theme options -> Styling Options -> Quick css

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Custom Search form Visual Composer #102774
 Radu
Moderator

Hi,

This option is not available in Kleo theme

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: renaming buddypress icons #102772
 Radu
Moderator

Hi,

Do you want to change the icons ?

Look here : https://archived.seventhqueen.com/kb/changing-section-icons-in-profiles-and-groups

If not let me know

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Error at loading #102769
 Radu
Moderator

Hi,

Please enable wp_debug function / https://codex.wordpress.org/WP_DEBUG#Usage enable also the wp_debug_log to store all errors / https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOG

Please enable these functions and repeat your action then see on screen if any error is shown if not please check the debug.log file from wp-content/ directory.

Let me know

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Media upload not working on IOS #102762
 Radu
Moderator

Hi,

Thank you for reporting this,

We will investigate and we will get back to you as soon as possible.

Cheers

RAdu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: KLEO and oEmbed #102760
 Radu
Moderator

Hi,

Please provide a article when a embedded is in post to can see that.

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Recent posts widget thumbnail #102759
 Radu
Moderator

Yes,

Please provide url or a screenshot to see exactly

Cheers

RAdu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: buddypress-media #102758
 Radu
Moderator

Hi,

Do you have something in wp-content/themes/kleo-child/functions.php ? if yes please disable the kleo child theme to see if the error disappears, if not please disable all plugins, if the error disappear, please enable plugins one by one to see what causing this.

Cheers

RAdu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Post Media Errors #102756
 Radu
Moderator

Hi,

Do you receive any error ? If not please enable wp_debug function / https://codex.wordpress.org/WP_DEBUG#Usage enable also the wp_debug_log to store all errors
https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOG

Please enable these functions and repeat your action then see on screen if any error is shown if not please check the debug.log file from wp-content/ directory.

Let me know

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Button Graphics #102755
 Radu
Moderator

Hi,

Please add this css to wp-admin -> theme options -> general settings -> quick css

COPY CODE

input.ninja-forms-field {
    border-radius: 3px;
    font-size: 1.2em;
    background: #400098;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #999;
}

Let me know

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Space Between Icons #102751
 Radu
Moderator

Hi,

Please add this css to wp-admin -> theme options -> general settings -> quick css

COPY CODE

a.kleo-icon-anchor {
    margin: 0 15px;
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Member Profile Display Full Name #102749
 Radu
Moderator

Hi,

Please try to do that with this plugin : https://wordpress.org/plugins/bp-display-name/

Let me know

If it works

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Custom post search #102746
 Radu
Moderator

Hi,

Go to wp-admin -> pages -> open the pinterest style and look for search form visual element and check your desired post types.

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Attachments:
You must be logged in to view attached files.
 Radu
Moderator

Hi,

Please add this css to wp-admin -> theme options -> general settings -> quick css

COPY CODE

.kleo-navbar-fixed .kleo-main-header.header-scrolled {
    border: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.0) !important;
}

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
 Radu
Moderator

Hi,

Do you receive any error ? If not please enable wp_debug function / https://codex.wordpress.org/WP_DEBUG#Usage enable also the wp_debug_log to store all errors
https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOG

Please enable these functions and repeat your action then see on screen if any error is shown if not please check the debug.log file from wp-content/ directory.

Let me know

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Getting a Undefined index: width warning on debug #102734
 Radu
Moderator

Hi,

Do you have some modifications in kleo-child/functions.php ?

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: PHP7 compatibility #102731
 Radu
Moderator

I suggest you to make test with php7 and kleo on a staging server

Cheers

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: PHP7 compatibility #102730
 Radu
Moderator

Hi,

The kleo theme it works with php7 but some of third plugins not, but the kleo recommended plugins it works , see here how runing kleo on php7 http://45.32.152.214/

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Small left thumb on mobile for KLEO posts widget #102723
 Radu
Moderator

Hi,

can you please provide url ?

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: kleo-love, likes? #102719
 Radu
Moderator

Great,

Have a nice week

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Homepage not showing content #102718
 Radu
Moderator

FTP please, i need to enable wp deubug

Cheers

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Facebook Share Picture #102714
 Radu
Moderator

Hi,

Please review the ftp details

COPY CODE

Response:	530 Login incorrect.
Error:	Critical error
Error:	Could not connect to server

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: Members profile page #102691
 Radu
Moderator

Can you please provide wp admin credentials and FTP ?

Cheers

RAdu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: No icon with kleo button settings #102690
 Radu
Moderator

Hi Designtivity,

Please try to do this : Reupload the theme files over the existing theme files and make sure that the plugins are up to date except woocommerce

Let me know

Cheers

RAdu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
in reply to: KLEO Crashes IE 11 – help diagnosing #102688
 Radu
Moderator

Hi Fabienne,

I’ve tested on IE11 – WIN8 and i cannot reproduce your described issue,

In past i remember a similar problem in a version of ie that crashes the entire browser, then it was caused by a embedded video on page, in your case i don’t know try to disable all plugins or removing any iframe from page (if you have one)

Cheers

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 16,201 through 16,240 (of 20,101 total)

Log in with your credentials

Forgot your details?