Forum Replies Created

Viewing 40 posts - 19,041 through 19,080 (of 20,101 total)
  • Author
  • in reply to: W3 Total Cache + Cloudflare Settings #64544
     Radu
    Moderator

    Hello,

    Take a look at this guides

    Regards

    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: some issue with RTL #64542
     Radu
    Moderator

    Hi,

    Please provide the URL and an user and password to have access to messages.

    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: WPML – (KLEO) Recent posts in one langiage #64516
     Radu
    Moderator

    Ok,

    Make some test, watch the plugin behaviour with caching off/on, and tell me if some related problems appears.

    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 page issue #64514
     Radu
    Moderator

    Ok, I will close this topic.

    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: WPML – (KLEO) Recent posts in one langiage #64508
     Radu
    Moderator

    Hi,

    You have fixed the issue ? I see that the plugin shows only the selected language related articles, it was an issue caused by the cache somehow ?

    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 Image responsive #64482
     Radu
    Moderator

    I looked at your site and i see no changes, make sure that the background fixed is disabled

    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 Image responsive #64328
     Radu
    Moderator

    Hi,

    Go to that row settings and set fixed background disabled.

    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: WPML – (KLEO) Recent posts in one langiage #64314
     Radu
    Moderator

    Hi,

    Can you provide a ftp account ?

    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: Change members directory layout. #64301
     Radu
    Moderator

    Hi,

    I’ve added this css code to your theme options -> general settings -> Quick CSS

    COPY CODE
    
    .generic-button.block-this-user {
      position: absolute;
      right: 32px;
      bottom: 54px;
    }
    

    The buttons are inline now

    It’s ok ?

    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: hide header on specific pages #64274
     Radu
    Moderator

    Or use sweetdate-child by placing the file in the next path : wp-content/themes/sweetdate-child/members/single/home.php

    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: hide header on specific pages #64272
     Radu
    Moderator

    Replace that file wp-content/themes/sweetdate/members/single/home.php with attached file.

    It should be your solution.

    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: width quick css two side bars #63902
     Radu
    Moderator

    Hello,

    Use this css snippet.

    COPY CODE
    
    @media (max-width: 991px) {
    	.template-page,
    	.sidebar,
    	.sidebar-extra {
    	display:block;
    	width:100%;
    	}
    	.template-page.no-sidebar .wrap-content,
    	.template-page.col-sm-push-3 .wrap-content,
    	.template-page.tpl-3ll .wrap-content,
    	.sidebar-main.sidebar-3rr .inner-content,
    	.sidebar-extra.sidebar-3lr .inner-content,
    	.sidebar-extra.sidebar-3rr .inner-content,
    	.sidebar-extra.sidebar-3ll .inner-content,
    	.template-page.tpl-3lr .wrap-content,
    	.template-page.tpl-3rr .wrap-content,
    	.sidebar-main.sidebar-3lr .inner-content,
    	.sidebar-main.sidebar-3ll .inner-content,
    	.sidebar-main.sidebar-3rr .inner-content,
    	.sidebar-extra.sidebar-3ll .inner-content,
    	.template-page .wrap-content,
    	.sidebar-left .inner-content,
    	.template-page.tpl-right .wrap-content,
    	.sidebar-right .inner-content {
    		padding-left: 0;
    		padding-right: 0;
    	}
    	.template-page,
    	.template-page.tpl-left,
    	.template-page.tpl-3ll,
    	.sidebar-extra.sidebar-3ll,
    	.sidebar-extra.sidebar-3lr,
    	.sidebar-extra.sidebar-3rr,
    	.sidebar-right,
    	.sidebar-main.sidebar-3rr,
    	.sidebar-left,
    	.sidebar-extra.sidebar-3ll,
    	.sidebar-main.sidebar-3ll,
    	.sidebar-main.sidebar-3lr,
    	.sidebar-main.sidebar-3rr { border: 0; }
    }
    

    Add the code to kleo-child/style.css or in Wp-admin -> Theme Options -> General Settings -> Quick CSS

    It should work, i tested.

    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: width quick css two side bars #63880
     Radu
    Moderator

    Hi,

    Please provide a dummy account to can see pages and to test the css fix

    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: hide header on specific pages #63873
     Radu
    Moderator

    Hi,

    Add this file ( header.php ) to your kleo child root directory.

    Then in contact ,blog and member profile page the header will by hidden.

    You can add or remove pages from line 69.

    Example

    COPY CODE
    
    <?php if (is_page (array( 'contact', 'blog' )) || bp_is_my_profile() ) {
    
    COPY CODE
    
    <?php if (is_page (array( 'contact', 'another-page-slug' )) || bp_is_my_profile() ) {
    

    Something like that,

    Hope it's ok for you

    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: Polylang plugin & Kleo #63708
     Radu
    Moderator

    Maybe in one month or something like that i don’t know to say you exactly.

    Regarding to translation of your website, you can use loco translate to translate strings from theme & plugins, but if you do that you will not have possibility to switch languages..

    You can use WPML but is a premium plugin.

    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: The Kleo Focus shortcode doesn't show anything #63698
     Radu
    Moderator

    Strange behaviour,

    On my side this is not happens, you have theme(3.0.1) and all plugins to latest versions ?

    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: Polylang plugin & Kleo #63696
     Radu
    Moderator

    I see that register page on your website it works now, probably because the plugin is disabled.

    Sorry to say but, this plugin needs some time to be integrated with the kleo theme, which is not a quick solution for this issue.

    In future polylang plugin will be full compatible will kleo.

    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: width quick css two side bars #63691
     Radu
    Moderator

    Hi,

    Can you provide the url ?

    to understand : you want to have phone layout responsive behaviour on tablet ?

    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: All members can not log in #63687
     Radu
    Moderator

    If you have installed any other plugins that not comes with the kleo theme, try to disable them one by one to see if that plugin cause that issue.

    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 translation – update proof #63529
     Radu
    Moderator

    Hi guys,

    Try to do that :

    Move and rename your languages files from:

    wp-content/themes/kleo/languages/en_EN.mo
    wp-content/themes/kleo/languages/en_EN.po

    To:

    wp-content/languages/themes/kleo_framework-en_EN.mo
    wp-content/languages/themes/kleo_framework-en_EN.po

    In order for the new location of the language files to take effect you will have to remove the files from the theme folder: “wp-content/themes/kleo/languages/”

    It should work, i tested.

    Let me know if it works for you.

    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: Polylang plugin & Kleo #63381
     Radu
    Moderator

    Hi,

    You still receive this error after you replaced item-likes.php file ?

    About these

    – Members page don’t display any members.
    – Groups page don’t display any groups.
    – Site-Wide Activity page automatic change by itself to Latest Site Activity.

    We will take this in consideration and i will notify you when a fix for this will be released.

    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: The Kleo Focus shortcode doesn't show anything #63226
     Radu
    Moderator

    Hi,

    I’ve using this shortcode an it works/displays posts without any problems.

    COPY CODE
    
    [kleo_news_focus name="News Test" featured="1" posts_query="size:4|order_by:date|order:DESC|post_type:post|categories:7,1"]
    

    Make sure that K-elements and Visual Composer to latest versions, it should work.

    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: Two diff display for group and profil ? #63217
     Radu
    Moderator

    Use this CSS instead

    COPY CODE
    
    body.groups div#item-header-avatar {
        display: none;
    }
    
    body.groups.buddypress div#item-header div#item-header-content h4 {display:none !important;}
    
    body.groups.buddypress div#item-header div#item-header-content span.activity {display:none !important}
    
    body.groups.buddypress div#item-header .group-admins.col-sm-12 {display:none !important;}
    
    body.groups.buddypress div#item-header div#item-header-content p:first-child {display:none !important}
    
    body.groups .profile-cover-action {
        display: none;
    }
    
    .profile-cover-inner {
    }
    
    body.groups div#item-header {
        padding: 130px;
    }
    
    
    body.bbp-user-page .profile-cover-action {
        display: none;
    }
    
    .buddypress div#item-header .toggle-header .bp-toggle-less, .buddypress div#item-header .toggle-header .bp-toggle-more{
        display: none;
    }
    
    body.bbp-user-page div#item-header-content {
        display: none;
    }
    

    You can put the button join/leave group only if you modify php files.

    You can add an CSS only for group pages by putting body.groups before initial css statement ex :

    body.groups.buddypress div#item-header .group-admins.col-sm-12 {display:none !important;}

    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: User registration page is empty #63198
     Radu
    Moderator

    Please add this line to your wordpress root installation in wp-config.php

    define( ‘WP_DEBUG’, true );

    https://codex.wordpress.org/WP_DEBUG#Usage

    Reply when you do that.

    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: User registration page is empty #63172
     Radu
    Moderator

    Hi,

    Make sure that register page it’s assigned to buddypress by navigating to WP-Admin -> Settings -> Buddypress -> Pages -> Register -> Select Register page.

    If this not solve your issue, please provide admin credentials to take a look.

    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: Cannot activate child theme after upgrade to 3.0.1 #63171
     Radu
    Moderator

    Hi,

    IF you have not made any modifications in child theme, try to delete the kleo child theme then reupload, and try to activate them.

    If this not work, please provide admin credentials, to take a look.

    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: Polylang plugin & Kleo #63148
     Radu
    Moderator

    Sorry,

    The correct path is wp-content/themes/kleo/lib/

    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: changing top menue background color #62941
     Radu
    Moderator

    Try with this CSS

    COPY CODE
    
    .social-header.header-color {
      background-color: #FFF !important;
    }
    
    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: Header hides side-menu #62940
     Radu
    Moderator

    Apply this CSS to kleo-child/style.css or in Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    .offcanvas-right.offcanvas-type-default .offcanvas-sidebar, .offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar { z-index: 1220; }
    

    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: How can I change the logo size? #62933
     Radu
    Moderator

    Hi,

    Go to Wp-Admin -> Theme Options -> Header Options -> Main Menu Height -> put a lower size that 88

    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: Can I limit Let it Snow to one page? #62931
     Radu
    Moderator

    Hello,

    You can use the snow effect in any pages/posts you want using one of these types of shortcodes.

    [kleo_snow type="window"] – Will snow on entire page.

    [kleo_snow type="column"] – Will snow only in column that contains the shortcode.

    Just copy and paste that shortcode in your desired page.

    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: add friend button disappeared #62929
     Radu
    Moderator

    It;s possible to provide URL and an account to can see the issue.

    Make sure that buddypress have friend connections component CHECKED by going to : Wp-Admin -> Settings -> Buddypress | ☑ Friend Connections.

    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: Is it possible to change site layout for forum? #62927
     Radu
    Moderator

    Hi,

    Sorry but this is not possible.

    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: text size / height #62924
     Radu
    Moderator

    IT’s possible to provide the URL ?

    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: Centered Buttons #62920
     Radu
    Moderator

    Hi,

    You can add a custom css class to that button or any widget from VC press ✎ (edit) the scroll down until you see Extra class name add here your desired class.

    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: disqus with portfolio issues #62906
     Radu
    Moderator

    Unfortunately this was not added to latest version, you should implement by yourself.

    Sorry for inconvenience.

    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: Polylang plugin & Kleo #62904
     Radu
    Moderator

    Please make a backup of item-likes.php file that are located to wp-content/themes/kleo/lib/incl/item-likes.php then replace this file with the attached file, it should to be fixed.

    Let me know if is ok.

    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: All members can not log in #62896
     Radu
    Moderator

    Hi guys,

    Please update the theme to Kleo to 3.0.1 and let us know if this is fixed.

    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: All members can not log in #62401
     Radu
    Moderator

    Hi,

    Please provide the URL if is not secret and a dummy account.

    You have any cache plugin installed and active ?

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

    This is not help me so much…

    Click right on that itcon that you want to hide then -> Inspect Element -> Then make a print screen to can see the element class/id (Google Chrome)

    Cheers

    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 - 19,041 through 19,080 (of 20,101 total)

Log in with your credentials

Forgot your details?