Forum Replies Created

Viewing 40 posts - 17,801 through 17,840 (of 20,101 total)
  • Author
  • in reply to: Video player showing black bars on articles #84752
     Radu
    Moderator

    Hi,

    Just i’ve added this small CSS to your wp-admin -> theme options -> general settings -> quick CSS

    COPY CODE
    
    .article-content iframe {
        height: calc(72vh - 2px) !important;
        width: 100% !important;
    }
    

    I’ve tested and it seems to be ok.

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

    Hi,

    Can you please tell me what slug have this category ?

    It’s more comfortable for me if you will provide the admin credentials to can take a look at this.

    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 #84748
     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 #84745
     Radu
    Moderator

    Hi,

    For the homepage i’ve used this code

    COPY CODE
    
    .panel-footer a.btn.btn-default.disabled { color:#fff !important; border-color:#fff;}
    

    for buddypress i’ve used

    COPY CODE
    
    
    /* For submenu links ( Mes favoris Mes amies ) */
    .main-color #buddypress div.item-list-tabs#subnav ul li a { color: white; }
    
    /* For text area text color */
    #buddypress form#whats-new-form textarea { color:#fff !important; }
    
    

    The css codes are loaded to your website.

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

    Hi,

    It’s fixed now,

    I cannot figure out exactly what causes that problem, but i’ve reinstalled the wp again and now 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: Display social icons On/Off from Theme Config #84733
     Radu
    Moderator

    Hi,

    Regarding the topic title, take a look here at this video : https://drive.google.com/file/d/0Bxo5b6iHWRMwTlJ6M2k2WDIxTkU/view

    I think your problem comes from some plugins that not comes once with the kleo theme, if you have installed any other plugins than kleo has comes,please disable it one by one to find if one of them causing this, or maybe by a custom modification in core or in child.

    On my localhost install the issue described by you cannot be reproduced.

    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: Share on social media #84723
     Radu
    Moderator

    Hi,

    You can try this plugin : https://wordpress.org/plugins/wangguard/

    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 #84721
     Radu
    Moderator

    Hi,

    Sorry but the wp credentials are not correct, can you please check ?

    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: Translate it all #84719
     Radu
    Moderator

    Hi,

    You have solved your issue ?

    Can i close the topic ?

    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: Logo #84718
     Radu
    Moderator

    Hi,

    Can you check now ?

    For an unknown reason the file from kleo-child/page-parts/general-header-section.php is not overwriting the original file from parent, on my localhost install it works, this can may be caused by a plugin or something like that,anyways i have modified the general-header-section.php file from parent theme on next update this will be overwritten by original file from parent.

    Over the next update you can replace that file with the file attached above.

    The text from right side of logo is site title that can be changed from wp-admin -> settings -> general -> Site Title.

    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 Layout not changing #84709
     Radu
    Moderator

    Hi,

    Can you check a blog post now ? it have right sidebar you can select the page layout from : wp-admin -> theme options -> Blog -> Single Post page Layout*

    Settings : http://dev.christnow.com/wp-admin/admin.php?page=kleo_options&tab=5

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

    Hi,

    IT’s ok now, can you check please ?

    I’ve used the below css code.

    COPY CODE
    
    /* Remove all animations effect only from buddypress pages */
    
    #buddypress .kleo-transform .one-by-one-animated .start-animation .el-appear, 
    #buddypress .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation,
    #buddypress .kleo-transform .start-animation.el-appear {
        -webkit-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
        opacity: 1 !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    
    #buddypress .kleo-transform .animated.animate-when-visible, .kleo-transform .animated.animate-when-almost-visible, .cul {
    
        -webkit-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
        opacity: 1 !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    

    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: Translate it all #84509
     Radu
    Moderator

    Just search for string name in loco translate like in screenshot then add your translation for that string

    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: Share on social media #84508
     Radu
    Moderator

    You’re welcome.

    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: Logo #84505
     Radu
    Moderator

    Hi,

    Can you please provide me FTP to can 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: Social Article #84503
     Radu
    Moderator

    Hi,

    I suggest you to ask this author of the plugin https://wordpress.org/support/plugin/social-articles

    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: On General Login redirects to /wp-admin/profile #84501
     Radu
    Moderator

    Hi,

    Just configure where the user will be redirected after login from wp-admin -> themes options -> Miscellaneous -> Login redirect for Popup* ( see screenshot )

    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 #84498
     Radu
    Moderator

    Hi,

    To can see that pages to can provide you correct css solution i need admin credentials.

    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 #84494
     Radu
    Moderator

    Hi,

    Please add this code to your kleo-child/functions.php

    COPY CODE
    
    function remove_menu_links() {
            remove_submenu_page( 'themes.php', 'kleo_import' );
    }
    add_action( 'admin_init', 'remove_menu_links', 9999 );
    
    

    Note : Kleo child theme needs to be active.

    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: Disable display animation #84491
     Radu
    Moderator

    Hi,

    Use this css code in wp-admin -> theme options -> general settings -> quick CSS

    COPY CODE
    
    body.page-id-7247 .kleo-transform .one-by-one-animated .start-animation .el-appear, 
    body.page-id-7247 .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation,
    body.page-id-7247 .kleo-transform .start-animation.el-appear {
        -webkit-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
        opacity: 1 !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    

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

    Do you have solved the issue ?

    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: Scroll areas independend #84487
     Radu
    Moderator

    Hi,

    Sorry it was my mistake, the comments from file it altering the css code, this is a corrected one

    COPY CODE
    
    
    /* Activity Stream  */
    
    #buddypress { height: calc(80vh - 100px) !important; overflow-y: scroll !important; }
    
    body.activity .kleo-transform .one-by-one-animated .start-animation .el-appear, body.activity .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity:1 !important;
    }
    
    body.activity .kleo-transform .animated.animate-when-visible, .kleo-transform .animated.animate-when-almost-visible, .cul {
    opacity: 1;
    }
    
    
    /*For Members Directory */
    div#members-dir-list { height: calc(80vh - 100px); overflow-y: scroll; overflow-x: hidden;}
    
    
    body.directory.members .kleo-transform .one-by-one-animated .start-animation .el-appear, body.directory.members .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity:1 !important;
    }
    
    body.directory.members .kleo-transform .animated.animate-when-visible, .kleo-transform .animated.animate-when-almost-visible, .cul {
    opacity: 1;
    }
    
    
    /* Group Activity */
    div#groups-dir-list { height: 500px; overflow-y: scroll; overflow-x: hidden; }
    
    body.directory.groups .kleo-transform .one-by-one-animated .start-animation .el-appear, body.directory.members .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity:1 !important;
    }
    
    body.directory.groups .kleo-transform .animated.animate-when-visible, .kleo-transform .animated.animate-when-almost-visible, .cul {
    opacity: 1;
    }
    
    

    It should work

    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: Translate it all #84482
     Radu
    Moderator

    Hi,

    Make sure that string that you want to translate is not related with kleo, can may be a part of other installed plugin and in this case you should translate that certain plugin.

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

    Hi,

    I’ve tried to uninstall visual composer and to update the unupdated plugins and it require to put ftp password, can you provide ftp login to can do some tests pleasE?

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

    Hi,

    That is a global setting for entire site but you can set hide/show only for a certain page from that page backend under content area at theme. ( see screenshot )

    Make sure that in the page from screenshot doesn’t have social set as visible.

    Let me know if this will solve the issue.

    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 #84474
     Radu
    Moderator

    Hi @syslay288,

    Where you have pasted the css code from above ?

    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

    Please update your kleo theme and additional plugins ( K-elements and Visual Composer to latest versions )

    Let me know if the update will solve your issue.

    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: Share on social media #84470
     Radu
    Moderator

    Hi,

    Normally the SEO by YOAST it works perfectly with the kleo theme,

    After you install and activate the plugin, go to wp-admin -> settings- > permalinks -> Save changes.

    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: SAME NAME FOR ALL MY PROFILE GROUP FIELDS?? #84468
     Radu
    Moderator

    Hi,

    I suggest you to report this issue, to the WPML support team https://wpml.org/forums/forum/english-support/

    Sorry for inconvenience.

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

    Hi @wd7080,

    Can you please provide the buddypress page where you want to hide all animations and admin credentials ?

    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: Logo #84466
     Radu
    Moderator

    Hi,

    The displayed text after logo image is the site title that you can set from wp-admin -> settings -> general -> Site Title

    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: Scroll areas independend #84465
     Radu
    Moderator

    Hi,

    The CSS code from above is loaded to the website now ?

    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: Woocommerce email showing "???' #84464
     Radu
    Moderator

    Hi bruce7075,

    It seems that is a issue related to woocommerce, i suggest you to open a ticket on woocommerce forum support https://wordpress.org/support/plugin/woocommerce .

    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 #84461
     Radu
    Moderator

    Hi,

    The fonts are showing ok in 3 browsers, IE,Chrome and Firefox, i’ve attached a screenshot with the page section from firefox.

    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: Can’t save theme options in Chrome #84361
     Radu
    Moderator

    Hi,

    I see that you have installed a lot of plugins , one of them or more can cause this issue, to know exactly if the issue is related to these, please disable it one by one to see if one of them causes the problem.

    Let me know if the plugins causes or not the issue.

    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: Scroll areas independend #84360
     Radu
    Moderator

    Try to put the code in kleo-child/style.css

    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: Logo #84359
     Radu
    Moderator

    Hi,

    I hope i understand correctly 😀

    The file that i have you provided it allows you to have blog name right of the initial logo of your blog. As can i see from screenshots that you want to achieve.

    After you login via FTP to you webserver go to /wp-content/themes/kleo-child/ create a folder named page-parts and upload there the unziped file, then you should have logo + wording

    NOTE : Child theme needs to be active.

    Let me know if you solved this.

    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 Layout not changing #84357
     Radu
    Moderator

    Hi,

    Make sure you have set the blog with right sidebar ( see screenshot )

    The blog settings can be make from wp-admin -> theme options -> blog.

    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
Viewing 40 posts - 17,801 through 17,840 (of 20,101 total)

Log in with your credentials

Forgot your details?