Forum Replies Created

Viewing 40 posts - 15,801 through 15,840 (of 20,101 total)
  • Author
  • in reply to: Image thumbnails #107842
     Radu
    Moderator

    If you disable plugins except visual composer,k-elements,buddypress and woocommerce the items will load properly ?

    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: Titel #107836
     Radu
    Moderator

    Done,

    Now you are able to change the theme strings : http://schwarzer-kaffee.net/wp-admin/admin.php?name=kleo&type=theme&poedit=languages/themes/kleo_framework-de_DE.po&page=loco-translate

    The problem was next : when you was asked where you want to store language files you have choosed in /kleo/languages/ and it should be in Global Language directory ( wp-content/languages/ )

    Please check 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: Titel #107827
     Radu
    Moderator

    The site is live.

    get back to you with a solution for renaming that string

    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: Titel #107826
     Radu
    Moderator

    Yes it works now.

    Get back to you in minutes

    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 thumbnails #107824
     Radu
    Moderator

    Hi,

    Your issue is not similar to unimagined,on your page the images are there in SRC=”” tags, please disable mod_pagespeed, pagespeed can causes this.

    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: Titel #107808
     Radu
    Moderator

    You are able to connect with that credentials ?

    Specify port… i’ve tried, 21 and 22 not 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: Titel #107807
     Radu
    Moderator

    Status: Resolving address of h2535910.stratoserver.net
    Status: Connecting to 85.214.241.33:21…
    Status: Connection established, waiting for welcome message…
    Response: 220 FTP Server ready.
    Command: USER radu
    Response: 331 Password required for radu
    Command: PASS ************
    Response: 530 Login incorrect.
    Error: Critical error
    Error: Could not connect to server

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

    I see,

    I will be fixed, but anyways if you want to hide that icons to be shown , just remove the links from the social sharing services and then will be as 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: Pinterest home grid footer #107803
     Radu
    Moderator

    Great !

    You’re welcome 🙂

    Don’t forget to rate our theme 5 stars on Themeforest since it will really help us.

    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: Paid Memberships Pro – can’t save settings #107794
     Radu
    Moderator

    Hi,

    Do you have added some function to your child theme ? or some php files ?

    Your wordpress is updated to latest version ?

    You plugins are updated ?

    Anyways add this go to wp-config.php and look for wp_debug and change from define( ‘WP_DEBUG’, false ); to define( ‘WP_DEBUG’, true ); also add this under the wp_debug true

    COPY CODE
    
    define( 'WP_DEBUG_LOG', true );
    

    https://codex.wordpress.org/Debugging_in_WordPress

    Look if any error appears on screen after you enable the wp_debug, the WP_DEBUG_LOG will store all errors into debug.log in /wp-content/

    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: HELP! Responsive Problems with Kleo 4.0 update #107785
     Radu
    Moderator

    Hi,

    I will mark the topic as resolved

    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: Sticky menu mobile padding #107779
     Radu
    Moderator

    You’re welcome

    The css is saved into theme options and in future if you will update the theme you should backup the theme options settings and after update to import again.

    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: Titel #107776
     Radu
    Moderator

    It says incorrect login

    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: Import Demo error #107774
     Radu
    Moderator

    Hi,

    There is a fix for wordpress to allow russian characters on username, if you will check to create a new user with russian you will cannot do that cuz the wordpress it not allow, please test the function and let me know

    COPY CODE
    
    
    function kleo_translate_special_chars($str){
        $tr = array(
            "А"=>"a", "Б"=>"b", "В"=>"v", "Г"=>"g", "Д"=>"d",
            "Е"=>"e", "Ё"=>"yo", "Ж"=>"zh", "З"=>"z", "И"=>"i",
            "Й"=>"j", "К"=>"k", "Л"=>"l", "М"=>"m", "Н"=>"n",
            "О"=>"o", "П"=>"p", "Р"=>"r", "С"=>"s", "Т"=>"t",
            "У"=>"u", "Ф"=>"f", "Х"=>"kh", "Ц"=>"ts", "Ч"=>"ch",
            "Ш"=>"sh", "Щ"=>"sch", "Ъ"=>"", "Ы"=>"y", "Ь"=>"",
            "Э"=>"e", "Ю"=>"yu", "Я"=>"ya", "а"=>"a", "б"=>"b",
            "в"=>"v", "г"=>"g", "д"=>"d", "е"=>"e", "ё"=>"yo",
            "ж"=>"zh", "з"=>"z", "и"=>"i", "й"=>"j", "к"=>"k",
            "л"=>"l", "м"=>"m", "н"=>"n", "о"=>"o", "п"=>"p",
            "р"=>"r", "с"=>"s", "т"=>"t", "у"=>"u", "ф"=>"f",
            "х"=>"kh", "ц"=>"ts", "ч"=>"ch", "ш"=>"sh", "щ"=>"sch",
            "ъ"=>"", "ы"=>"y", "ь"=>"", "э"=>"e", "ю"=>"yu",
            "я"=>"ya", " "=>"-", "."=>"", ","=>"", "/"=>"-",
            ":"=>"", ";"=>"","—"=>"", "–"=>"-"
        );
        return strtr($str, $tr);
    }
    
    function kleo_extra_validate_username($valid, $username){
        if( !$valid ){
            $sanitized = sanitize_user( $username, true );
            $valid = ( ! empty( $sanitized ) );
        }
        return $valid;
    }
    add_filter('validate_username', 'kleo_extra_validate_username', 10, 2);
    
    
    function kleo_extra_sanitize_user($user, $raw_user, $strict) {
        $user = kleo_translate_special_chars($raw_user);
        return $user;
    }
    add_filter('sanitize_user', 'kleo_extra_sanitize_user', 10, 3);
    
    

    Regarding to

    What is your suggestions about memory limits? What droplet you can advice on Digital Ocean for me for this theme? with WPML and around 200 users?

    Install wp query monitor and see how memory it uses on the page load and multiply with 200, but i think you will not have 200 simultaneously, do an approximate calculation.

    After you have increased the memory you was able to edit the VC blocks ? Let me know

    Regarding to icons, icons can be previewed in package that you have downloaded from themeforest in Assets/Fontello/demo.html

    Regarding to this

    Also i want to add opportunity for user to add new posts, with full functionality from word press as media, and visual composer. But i want to do this only for specific users category. Do you have any suggestions?

    If social doesn’t satisfy your needs : https://wordpress.org/plugins/social-articles/ you will need to find a similar 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: Import Demo error #107682
     Radu
    Moderator

    Get back to you after testing the fb login with russian characters.

    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: Titel #107680
     Radu
    Moderator

    I need FTP login or cpanel…

    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: Import Demo error #107679
     Radu
    Moderator

    Do you have theme and all plugins updated ? especially Kleo 4.1, K-elements 4.0.1 and Visual composer 4.10 , if you have these enable wp_debug and wp_debug_log

    https://codex.wordpress.org/WP_DEBUG Let me know if some errors appears on screen or in debug.log

    The described behaviour can be caused by php memory allocation, check debug and let me know.

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

    I’ve forgot…

    the function need to be added to wp-content/themes/kleo-child/functions.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: Scrolling #107671
     Radu
    Moderator

    Hi,

    This function will disable the entire modal plugin, pop-up galleries,pop-up images and inclusive the popup login.

    COPY CODE
    
    
    function disable_imgs_modal() {
    
        $output = '';
        $output .='<script type="text/javascript">
            jQuery(document).ready(function ($) {var magnificPopupEnabled = false;$.extend(true, $.magnificPopup.defaults, {disableOn: function() {return false;}});});
        </script>';
        echo $output;
       
    }
    add_action ('wp_print_footer_scripts', 'disable_imgs_modal');
    
    

    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: Large logo #107659
     Radu
    Moderator

    Hi,

    Please add this css

    COPY CODE
    
    #header .container {
        max-width: 1440px;
    }
    

    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: Comments #107615
     Radu
    Moderator

    Hi Investa,

    In first instance, you need to verify if some plugins causes this, go to wp-admin -> plugins -> disable all except : buddypress,visual composer,k-elements and woocommerce after thatclear/flush your serverside cache and the your browser cache,then recheck the points 1,2 and 3.

    Also this issue can be caused by some function that you have added in wp-content/themes/kleo-child/functions.php or some php file that you have added in child theme.

    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: Home Register #107612
     Radu
    Moderator

    Thank you

    Have a nice week ! 🙂

    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

    Don’t forget to rate our theme 5 stars on Themeforest since it will really help us.

    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: How do I fix up this fatal error? #107610
     Radu
    Moderator

    Hi

    Normally no, but you can try to re-save permalinks, please ask the plugin author maybe he knows if this is a common 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: Gallery Image Sizes #107609
     Radu
    Moderator

    Hi,

    Are you referring to that fade in animation ?

    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 sub menu mobile #107608
     Radu
    Moderator

    Done please check

    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: Pinterest home grid footer #107603
     Radu
    Moderator

    Hi,

    Normally it should work to translate,

    You can try this plugin : https://wordpress.org/plugins/welcome-email-editor/

    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: Update Download Forbidden #107602
     Radu
    Moderator

    Go to this url : http://themeforest.net/user/YOURUSERNAME/api_keys/edit

    Replace YOURUSERNAME with your tf username

    or login to themeforest go to account -> settings -> api keys

    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: Optimal Image Sizes for Blog Posts #107600
     Radu
    Moderator

    Hi,

    You was able to paste that function and to get that function to works i don’t need to credentials, in our services page, the images are square 480×480 but you can use an rectangular type of images by using a 16:9 ration an example resolution is 640 x 360

    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: Mailchimp form #107591
     Radu
    Moderator

    If you need to change the Signup button background color go to wp-admin -> theme options -> general settings -> quick css and replace from here

    COPY CODE
    
    .mc4wp-form-fields .form-submit {
        background: #333!important;
    }
    

    333
    with your color code

    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: Mailchimp form #107589
     Radu
    Moderator

    Done,

    Please check 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: Text header + product page #107584
     Radu
    Moderator

    See this official tutorial from cpanel.net

    https://www.cpanel.com/media/tutorials/ftpacct.htm

    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: Home Register #107583
     Radu
    Moderator

    You’re welcome 🙂

    Don’t forget to rate our theme 5 stars on Themeforest since it will really help us.

    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: Sticky menu mobile padding #107582
     Radu
    Moderator

    Done,

    Please check now, i’ve moved the style from child to theme options -> general settings -> quick css

    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: Image thumbnails #107581
     Radu
    Moderator

    Hi d_enajetic,

    Can you please provide credentials to check ? and also the page url where the screnshot was taken : https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2016/02/missing-thumbnails.jpg

    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: Titel #107580
     Radu
    Moderator

    Hi,

    In debugging process after i’ve change something in functions.php from wp-admin servers returns 500 error, please provide FTP details

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

    The CSS’s can be added into wp-admin -> theme options -> general settings -> quick css

    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,

    For controlling the news ticker font size use this piece off CSS

    COPY CODE
    
    .caroufredsel_wrapper .news-ticker article a {
        font-size: 0.8em !important;
    }
    
    

    News focus widget

    COPY CODE
    
    
    .news-focus article a {
        font-size: 1.2em !important;
    }
    
    

    Kleo Post Carousel

    COPY CODE
    
    .kleo-carousel-container ul.kleo-carousel li article a {
        font-size: 11px !important;
    }
    

    Let me know if is ok

    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: define content slider in lower part of news magazine #107458
     Radu
    Moderator

    Hi,

    Just go to the page News Magazine in wp-admin and look for Kleo Post Carousel -> build query -> choose your criteria, that’s all

    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: Mailchimp form #107454
     Radu
    Moderator

    Now it works, please provide admin credentials into private reply 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
Viewing 40 posts - 15,801 through 15,840 (of 20,101 total)

Log in with your credentials

Forgot your details?