Forum Replies Created

Viewing 40 posts - 18,721 through 18,760 (of 20,101 total)
  • Author
  • in reply to: Theme Installation Failure #72972
     Radu
    Moderator

    Hi,

    http://blogs.msdn.com/b/kaushal/archive/2014/01/02/php-user-ini-and-windows-azure-web-sites.aspx
    https://azure.microsoft.com/en-us/documentation/articles/web-sites-php-configure/

    Try with this settings

    max_execution_time = 180
    max_input_time = 600
    post_max_size = 128M
    upload_max_filesize = 256M

    Or the easiest way is to upload the theme via FTP,

    unzip the theme, and upload the kleo and kleo-child folder.

    Regards

    Raud

    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 move search results onto a specific page? #72971
     Radu
    Moderator

    Hi,

    Have you tried this shortcode ?

    COPY CODE
    
    [kleo_search_form form_style="default" type="both" context="members,groups,post,page,forum,portfolio" placeholder="Search...."]
    

    It;s an component that you find in visual composer.

    I hope that it useful for you.

    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: Is there any way remove html tag? #72970
     Radu
    Moderator

    Hi,

    The easiest way is to clean-up manually the code that have you inserted.

    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 bbpress font colour #72968
     Radu
    Moderator

    Hi,

    //Started by color – replace red,yellow and green with your desired color

    COPY CODE
    
    
    .bbp-topic-started-by, .bbp-topic-started-by a.bbp-author-name {
        color: red;
    }
    
    #bbpress-forums li.bbp-body li.bbp-forum-freshness a, #bbpress-forums li.bbp-body li.bbp-topic-freshness a {
        color: yellow !important;
    }
    
    
    #bbpress-forums .status-closed, #bbpress-forums .status-closed a
    {color: green !important;}
    

    Add this css to your Wp Admin -> Theme Options -> General Settings -> Quick CSS or in kleo-child/style.css

    Best regards

    Let me know if it works.

    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: Border Needed #72967
     Radu
    Moderator

    Get rid of that padding

    COPY CODE
    
    .wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
        margin-bottom: 0px;
    }
    

    Get rid of that space and add border to entire box.

    COPY CODE
    
    .wpb_gallery.wpb_content_element {
        margin-bottom: 0px;
        border-left: 1px solid #c3c3c3;
        border-right: 1px solid #c3c3c3;
        border-top: 1px solid #c3c3c3;
    }
    
    .kleo_text_column.wpb_content_element {
        border-left: 1px solid #c3c3c3;
        border-right: 1px solid #c3c3c3;
    }
    
    .kleo_text_column.wpb_content_element h3 {margin-top:0;padding:10px 0;}
    .kleo_text_column.wpb_content_element table {border-bottom:1px solid #c3c3c3;}
    
    

    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: Bad score Pagespeed insights #72966
     Radu
    Moderator

    I think that is best can you get, from my point of view it’s a decent speed score.

    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: Make Header Border Sticky #72965
     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: Getting Error 404 – Page not found #72916
     Radu
    Moderator

    Hi,

    I’ve see that the pages it works now, if you encounter same issue, try to resave permalinks from wp-admin -> settings -> permalinks -> save changes.

    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: Make Header Border Sticky #72914
     Radu
    Moderator

    Hi,

    Add this css to your theme options -> general settings -> quick css

    COPY CODE
    
    .kleo-main-header.header-normal.header-scrolled {
        border-bottom: 3px solid red;
    }
    

    Let me know if it works

    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: change bbpress font colour #72913
     Radu
    Moderator

    Hi,

    To be accurate can you provide your forum url ?

    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: Video post display issue #72910
     Radu
    Moderator

    Hi,

    Add this css snippet to your theme options -> general settings -> quick CSS

    COPY CODE
    
    body.category-videos .post-content iframe {
        max-height: 150px;
    }
    

    Let me know if it works.

    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 beginning of article in buddy press feed #72905
     Radu
    Moderator

    Hi,

    Try this snippet

    COPY CODE
    
    function bpfr_custom_length( $excerpt_length) {
    	$excerpt_length = '0'; // change value to your need	
    	return $excerpt_length;  
    	
    } 
    add_filter( 'bp_activity_excerpt_length', 'bpfr_custom_length', 10, 1);
    

    Add this code to your Kleo Child Theme ( wp-content/themes/kleo-child/functions.php )

    Let me know if it works

    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: Image gallery and SEO #72884
     Radu
    Moderator

    Hi Rawbox,

    You can disable animations by using this CSS snippet, add next CSS snippet to Theme Options -> General Settings -> Quick CSS

    Note : This snippet it applies only for portfolio posts, if you want for entire site tell me.

    COPY CODE
    
    body.single-portfolio.kleo-transform .one-by-one-animated .start-animation .el-appear, body.single-portfolio.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;
    }
    

    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: visual text editor blank #72840
     Radu
    Moderator

    You have fixed 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: how to switch to different language? #72838
     Radu
    Moderator

    In one of future update, i cannot give you an exact date.

    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: visual text editor blank #72748
     Radu
    Moderator

    I ve received this

    ERROR: The password you entered for the username seventhqueen is incorrect. Lost your password?

    Can you check the credentials ?

    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: visual text editor blank #72742
     Radu
    Moderator

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

    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: visual text editor blank #72736
     Radu
    Moderator

    Admin credentials 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: visual text editor blank #72723
     Radu
    Moderator

    Can you provide the site 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: Bad score Pagespeed insights #72722
     Radu
    Moderator

    You need to go add to exception list the blog page from here :
    http://www.receptenmaker.nl/wp-admin/admin.php?page=w3tc_minify#advanced then look for Never minify the following pages: here add /blog/

    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: visual text editor blank #72720
     Radu
    Moderator

    You have added extra customization ( core changes to Kleo theme ? or in Kleo child)

    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: Little Help Please #72719
     Radu
    Moderator

    Hi Deniezalp,

    Use this CSS snippet for pop-up fb login button no hover effect

    COPY CODE
    
    .kleo-facebook-connect.btn.btn-default { 
    background-color: #3b5997 !important; 
    }
    .kleo-facebook-connect.btn.btn-default:hover {background-color: transparent;
        color: #fff;
        border-color: rgba(255,255,255,0.3);
        border-width: 2px;
    }
    

    For sidebar no hover effect.

    instead of this

    COPY CODE
    
    .kleo-facebook-connect.btn.btn-default:hover {
    background-color:rgba(43,71,128,0.7) !important;
    }
    

    use this

    COPY CODE
    
    .kleo-facebook-connect.btn.btn-default:hover {background-color:none;}
    
    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: visual text editor blank #72717
     Radu
    Moderator

    Can you please disable all plugins that comes with the kleo and check after ?

    Also if it works, please update your theme with all plugins disabled, then update the plugins as well.

    Please let me know.

    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: visual text editor blank #72713
     Radu
    Moderator

    Can you disable plugins that not comes with the kleo theme ? Test after.

    Let me know if it works.

    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: Login page need Capcha Value #72710
     Radu
    Moderator

    Hi guys,

    Try this plugin

    https://wordpress.org/plugins/wp-recaptcha-bp/

    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: how to switch to different language? #72709
     Radu
    Moderator

    Hi,

    The kleo doesn’t not support translation for theme options yet.

    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: add new fields to mailchimp subscription form #72683
     Radu
    Moderator

    Hi

    COPY CODE
    
    .form-line a {background-color:red;}
    

    Replace red with your desired color

    COPY CODE
    
    .form-line a {background-color:red;color:white;}
    

    The second snippet allows to set button background color and text button color, replace colors with your desired colors.

    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: add new fields to mailchimp subscription form #72606
     Radu
    Moderator

    Please paste again the code in < pre > code here tags

    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: add new fields to mailchimp subscription form #72590
     Radu
    Moderator

    Hi,

    Try like this

    Add this css in Quick CSS area from Wp-Admin -> Theme Options -> General Settings or in kleo-child/style.css

    COPY CODE
    
    .form-inline input {display:inline-block;}
    

    Let me know if it works.

    Cheers

    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,

    I’ve tried to reproduce the issue but on my site this is not happens, if you have plugins installed that not comes with the theme try to disable them and recheck.

    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: Border Needed #72588
     Radu
    Moderator

    Hi,

    Try this snippets

    COPY CODE
    
    .caroufredsel_wrapper {
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
    }
    
    //OPTIONAL Make all small thumbs to have same height.
    .caroufredsel_wrapper .kleo-thumbs-carousel a img { height:45px !important; }
    
    COPY CODE
    
    //Border 5px to https://tukang.com.my/aa2hm/
    
    .kleo_text_column.wpb_content_element {
        border: 5px solid #777;
    }
    

    Let me know if it’s ok

    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: Height of the top (social) menu #72587
     Radu
    Moderator

    Hi,

    COPY CODE
    
    .header-color.social-header { height: 45px; }
    .header-color.social-header ul { line-height: 45px; }
    

    Try like this, it this snippet doesn’t satisfy you, use next snippet instead.

    COPY CODE
    
    .top-menu ul li a { padding: 10px 10px; }
    

    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: CONTACT FORM MOBILE DEVICE #72575
     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: Deactivate Animation for Kleo Posts #72574
     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: not working with standard wordpress registration page? #72573
     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: how to switch to different language? #72572
     Radu
    Moderator

    The front end it’s not translated ?( your translated strings )

    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 new fields to mailchimp subscription form #72477
     Radu
    Moderator

    Hi,

    Can you provide live URL where the form appears ?

    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: Little Help Please #72474
     Radu
    Moderator

    Hi,

    I see, the snippet provided to you before it fixes the facebook login button from pop-up 😀

    COPY CODE
    
    .kleo-facebook-connect.btn.btn-default { background-color: #3b5997 !important; }
    .kleo-facebook-connect.btn.btn-default:hover {background-color:rgba(43,71,128,0.7) !important;}
    

    This css snippet will fix the button from sidebar.

    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: Deactivate Animation for Kleo Posts #72471
     Radu
    Moderator

    Hi, try this

    COPY CODE
    
    body.home-page.kleo-transform .one-by-one-animated .start-animation .el-appear, body.home-page.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;
    }
    
    

    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: Height of the top (social) menu #72470
     Radu
    Moderator

    Hi,

    You can increase the top bar height by adding this snippet to : Wp-admin -> theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    .header-color.social-header {
        height: 45px;
    }
    

    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 - 18,721 through 18,760 (of 20,101 total)

Log in with your credentials

Forgot your details?