Forum Replies Created

Viewing 40 posts - 17,761 through 17,800 (of 20,101 total)
  • Author
  • in reply to: KLEO button not working on homepage #85494
     Radu
    Moderator

    Hi,

    We will investigate this issue.

    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: Blog Layout not changing #85493
     Radu
    Moderator

    Hi,

    As you can see the post meta on your website are inline as you wish, maybe you have not see the changes because of SG Cache.

    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 avatar not showing on posts #85490
     Radu
    Moderator

    Hi,

    I see the issue,

    I’ve added this to improvement list, this issue will be fixed in next update,

    Meanwhile when the issue is patched i will provide you a temporary solution until the theme update.

    Regards

    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: User Avatar Styling Help #85467
     Radu
    Moderator

    Hi,

    Please provide a screenshot that pointing out that problem.

    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: Display social icons On/Off from Theme Config #85417
     Radu
    Moderator

    Hi,

    Ok, thank you for reporting this,

    We will take a look at this issue.

    Have a nice day

    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 button not working on homepage #84946
     Radu
    Moderator

    Hi,

    Just add the class nopointerevents on every button that are over an video.

    Let me know if it works.

    Best Regards

    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: User Avatar Styling Help #84936
     Radu
    Moderator

    Hi,

    Add this css snipet to wp-admin -> theme options -> general settings -> quick CSS or in kleo-child/style.css

    COPY CODE
    
    .alternate-color .activity-list .activity-avatar, .alternate-color .comment-wrap .comment-avatar {
        box-shadow: 0 0 0 3px #f7f7f7 !important;
    }
    

    Regards

    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: Install error #84933
     Radu
    Moderator

    Hi again,

    Can you please provide FTP details ?

    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 button not working on homepage #84928
     Radu
    Moderator

    Hi,

    It works now,

    I’ve added to your theme options -> general settings -> quick CSS this snippet

    COPY CODE
    
    .nopointerevents {
        pointer-events: all !important;
    }
    

    Then i’ve added to your button class nopointerevents

    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-login form #84912
     Radu
    Moderator

    Can you please provide link of your website ?

    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: (bbPress) Forum search form widget #84911
     Radu
    Moderator

    Hi,

    Can you please provide a screenshot ?

    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 mansory page #84906
     Radu
    Moderator

    Hi,

    Just add this snippet to your kleo-child/style.css

    COPY CODE
    
    function KleoRemoveLastActivityFromDirectory() {
        return false;
    }
    add_filter('bp_get_member_latest_update', 'KleoRemoveLastActivityFromDirectory');
    

    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: header #84903
     Radu
    Moderator

    Hi,

    You can import the page like in demo by going to wp-admin -> appearance -> kleo demo data ( see screenshot )

    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: Facebook Register. #84900
     Radu
    Moderator

    Hi,

    What message do you receive ?

    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: Upload #84899
     Radu
    Moderator

    Hi,

    Make sure that child theme have correct structure.

    Kleo-child contains

    style.css
    functions.php

    Make sure that the kleo chind not cointains a folder instead of that two files.

    If you cannot handle this please provide admin credentials.

    Best Regards

    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: User Avatar Styling Help #84898
     Radu
    Moderator

    Hi,

    To provide you correct CSS solution please provide me URL from the screenshot and an admin credentials if the page is private.

    Best Regards

    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: use off cookieless domain brakes icons #84895
     Radu
    Moderator

    Hi,

    Just i’ve visited your website and the icons are appearing ok.

    Can you provide a screenshot that pointing out the wrong elements ?

    REgards

    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: use off cookieless domain brakes icons #84894
     Radu
    Moderator

    Hi,

    Just i’ve visited your website and the icons are appearing ok.

    Can you provide a screenshot that pointing out the wrong elements ?

    REgards

    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: Reduce cover photo size #84893
     Radu
    Moderator

    Hi,

    For members profile add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    body.is-user-profile .bp-full-width-profile div#item-header {padding:0 !important;}
    

    Let me know if is ok

    Best Regards

    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: Install error #84892
     Radu
    Moderator

    Hi,

    Can you please provide admin credentials to take a look ?

    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 avatar not showing on posts #84891
     Radu
    Moderator

    Can you be more specific by providing a screenshot that pointing out the elements ?

    Regards

    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: Hidden Menu from dashboard #84879
     Radu
    Moderator

    Hi again,

    The kleo child theme is active ? IF not can you please provide admin credentials to take a look ?

    Regards

    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: problem with visual composer #84878
     Radu
    Moderator

    You’re welcome,

    Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂

    http://themeforest.net/downloads/

    Best regards

    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: Hide Profile Header #84875
     Radu
    Moderator

    Hi @syslay288,

    Please replace that code with this

    COPY CODE
    
    body.my-account section #profile { display: none !important; }
    

    Let me know if it works.

    Best Regards

    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: blog side bar categories url is showing ?cat=5928 #84874
     Radu
    Moderator

    Hi,

    Wrong details can you check please ?

    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: Not all icons animate on Safari 9.0 (and 8.0.8) #84872
     Radu
    Moderator

    Hi,

    Try to do steps like in screenshot by going to that page in backend in visual composer.

    Let me know if you have solved this or not.

    Regards

    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: page load #84867
     Radu
    Moderator

    Hi,

    I’m able to view only this page : http://community.cpachess.com/login/ the other one it requires username and password that not are the same like http://community.cpachess.com/login/ and i see that yo use theme my login plugin which is not part of kleo.

    It seems that your problem is related to theme my login plugin and i suggest you to contact their forum support.

    Best Regards

    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 avatar not showing on posts #84865
     Radu
    Moderator

    Hi,

    That was caused by setting from wp-admin -> settings -> discussion -> default avatar.

    https://www.vegantravel.com/wp-admin/options-discussion.php

    Now i’ve set it to identicon

    Best Regards

    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: Bug with fereign font on Firefox #84860
     Radu
    Moderator

    Hi,

    There is no bug, probably the issue comes from the google font family.

    You can clearly see that some characters are rendered perfectly while some are not, this fully proves that the issue is not related to our theme, if it where then the fonts shouldn’t work at all.

    You can try to test it in another computers to see if the issue might appear or not.

    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: Cant add menu item #84784
     Radu
    Moderator

    Hi,

    Can you please provide admin credentials to take a look ?

    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: Styling options #84778
     Radu
    Moderator

    Hi,

    For translation please use Loco translate https://wordpress.org/plugins/loco-translate/ ,
    read more about this here : https://archived.seventhqueen.com/forums/topic/translate-it-all

    Regards

    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

    You’re welcome,

    Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂

    http://themeforest.net/downloads/

    Best regards

    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: Styling options #84772
     Radu
    Moderator

    Thank you again,

    Have a nice day.

    Best Regards

    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: blog side bar categories url is showing ?cat=5928 #84771
     Radu
    Moderator

    Hi,

    I cannot login, it says Invalid credentials, now i’m bloked

    COPY CODE
    
    ERROR: Login failed because your IP address has been blocked. Please contact the administrator.
    

    IP: 188.27.160.153

    Please check the credentials

    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: Buddypress avatar not showing on posts #84762
     Radu
    Moderator

    Hi,

    Can you please provide admin credentials to take a look ?

    Regards

    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: Styling options #84761
     Radu
    Moderator

    You’re welcome,

    Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂

    http://themeforest.net/downloads/

    Best regards

    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: Buddpress Group Cover Photo #84760
     Radu
    Moderator

    Hi Thomas,

    I see that you have Kleo 3.0.9 first i suggest you to update theme to 3.0.10 and additional plugins to latest versions from here after theme update http://schuelerpaten.digital/wp-admin/themes.php?page=install-required-plugins

    After all these, please notify me if the issue was solved or not.

    Best Regards

    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,

    Please install this plugins and configure with your email details then check if the emails headers are ok : https://wordpress.org/plugins/wp-mail-smtp/

    Let me know

    Best Regards

    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: cant find kleo section in apparence/menus #84758
     Radu
    Moderator

    Hi,

    Just look at this video : https://drive.google.com/file/d/0Bxo5b6iHWRMwSDRsbWc1Tm5uVGM/view

    Best Regards

    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: Demo page content #84757
     Radu
    Moderator

    Hi,

    Unfortunately that page is only for presentation of demos and is not included in demo package, but the demos page was builded on kleo one page layout structure.

    Best Regards

    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 - 17,761 through 17,800 (of 20,101 total)

Log in with your credentials

Forgot your details?