Forum Replies Created

Viewing 40 posts - 16,721 through 16,760 (of 20,101 total)
  • Author
  • in reply to: portfolio categories on a specific page #97302
     Radu
    Moderator

    Hi,

    There was a little bug now i’ve fixed the bug and this will be included in our next theme update.

    You need to replace this file /wp-content/themes/kleo/lib/portfolio.php with the attached file.

    Unzip the file first.

    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: Menu Height with Center Logo Option #97256
     Radu
    Moderator

    You’re welcome

    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: avatar multisite #97255
     Radu
    Moderator

    Hi,

    Try to apply this solution https://premium.wpmudev.org/forums/topic/multisite-buddypress-and-avatars#post-375218

    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: Center logo & registration box #97248
     Radu
    Moderator

    Hi,

    I cannot understand exactly how do you want to style, can you please provide a screenshot/sketch to can figure out exactly what you need ?

    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: Speedbooster messes up portfolio pages #97077
     Radu
    Moderator

    I see that the app.min.js is still in footer, please after you put the file in both exception fields clear the cache from the plugin, the file should load from head.

    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: Double input fields after importing settings #97075
     Radu
    Moderator

    Hi,

    Kleo it regenerate the dynamic.css file when you visit the frontend, but if this is not happend please provide if is possible wp admin credentials and ftp to can 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: Speedbooster messes up portfolio pages #97067
     Radu
    Moderator

    Can you also put the same file in the exclude scripts form being to deferred

    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: Wrong language redirection when using WPML #97040
     Radu
    Moderator

    Hi,

    Can you check now ?

    I’ve changed from wp-admin -> theme options -> miscellaneous -> Login redirect for Popup from default wordpress redirect to reload current page.

    When i login to your site i’m redirected to this url http://www.walkofdate.com/wp-admin/index.php?page=papaki-services indifferent by redirect type i’m go to that plugin url, maybe because the account that you have provided has admin rights.

    Try to disable all plugins and if your problem is resolved, enable it one by one to can identify what causes this.

    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: Google Fonts don't reder properly #97033
     Radu
    Moderator

    Hi,

    You’re welcome.

    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: Activity page loading slowly #97032
     Radu
    Moderator

    Hi,

    Can you please provide the page url to can see the behaviour ?

    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: Gap above Revolution Slider on Home Page #97031
     Radu
    Moderator

    Hi,

    I see, you need also to disable breadcrumbs for that page and you should remove padding-top:40px from row or column where revolution slider is placed.

    If you cannot handle with these 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: registration email NOT sent #97017
     Radu
    Moderator

    Hi,

    This issue it seems to not be Kleo related it seems to be a server configuration problem the log says

    2016-01-07 06:07:51 SMTP ERROR: Failed to connect to server: Connection refused (111)
    2016-01-07 06:07:51 SMTP connect() failed.

    Make sure that the details that you have completed on the wp smtp plugin are correct, if they are, please contact the hosting company to help you with 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: create an account #97015
     Radu
    Moderator

    Hi,

    If you access the site with www. prefix the registration works http://www.matchingzone.com/register/

    Make sure if you have WordPress Address (URL) same as Site Address (URL) in wp-admin -> general -> settings ->

    Choose if you want prefix of without.

    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: Few question related to theme layout #97002
     Radu
    Moderator

    Hi,

    I see that you have modified foundation classes and this can cause responsive messing problem like yours.

    You should remove from quick css and also from sweetdate-child/style.css this kind of css rules cuz it will modify the responsive behaviour.

    #members-list .four.columns:nth-child(3n+1)
    #members-list .four.columns:nth-child(4n+1)

    As you can see the arrangement of elemens works fine by default and they don’t need to be styled
    http://seventhqueen.com/demo/sweetdatewp/members/

    PS : Our support service doesn’t offer support for custom modifications.

    Can i close this ticket ?

    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: GEO my wp icon bug #96979
     Radu
    Moderator

    Hi,

    Try like this

    Add this function next to the function that i have provided to you in preview reply.

    COPY CODE
    
    function hook_fa_library_maxcdn() {
    
        $output = "<link rel='stylesheet' id='font-awesome-css'  href='//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css?ver=2.6.4' type='text/css' media='all' />";
        echo $output;
    
    }
    add_action('wp_head', 'hook_fa_library_maxcdn');
    

    Let me know if the icons are 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: Speedbooster messes up portfolio pages #96962
     Radu
    Moderator

    Hi,

    Try to do like this ( see screenshot )

    On script handle paste app and on next field paste http://localhost/wp-content/themes/kleo/assets/js/app.min.js replace localhost with your domain.

    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: Menu Height with Center Logo Option #96954
     Radu
    Moderator

    Hi,

    Please replace the code that i have you provided with next code

    COPY CODE
    
    /*–Header Styling–*/
    
    .kleo-main-header .nav > li.active > a { line-height: 55px !important; }
    .kleo-main-header .nav > li > a { line-height:55px !important; }
    .navbar-nav > li {height: 75px !important;}
    
    

    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: Center logo & registration box #96925
     Radu
    Moderator

    Retry with this

    COPY CODE
    
    
    
    @media (min-width:768px) {
    body.home .five.columns {
        width: 100%;
        padding: 0 10%;
    }
     
    body.home form#register_form_front {
        text-align: center !important;
    }
     
    body.home label.right.inline {float: left;font-weight: 800;}
     
    body.home .five.mobile-four.columns {
        display: inherit;
        float: left;
        width: 300px !important;
    }
     
    body.home .row .five.mobile-one.columns {
        max-width: 314px;
    }
    body.home p.reg-form-details { text-align:center; }
    body.home h4.white-text {
        text-align: center;
    }}
    
    
    
    

    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: Theme updates dont work #96719
     Radu
    Moderator

    Hi,

    Please check in wp-admin -> dashboard -> updates

    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: Activity page loading slowly #96718
     Radu
    Moderator

    Hi,

    The performance of wordpress + kleo theme depends by your hosting performance. If you have plugins that you don’t use you can disable it , will help.

    If you want to disable animations please provide url to can 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: Best way to update theme #96717
     Radu
    Moderator

    Hi,

    Please read these isntructions : https://archived.seventhqueen.com/documentation/kleo#updates

    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: Speedbooster messes up portfolio pages #96704
     Radu
    Moderator

    Hi,

    Try to exclude this resource wp-content/themes/kleo/assets/js/app.min.js from minifying and from moving to footer.

    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: Locked Out! #96702
     Radu
    Moderator

    Hi,

    You’re welcome

    Sensei doesn’t come prepackaged with the theme,

    You can download the plugin free from here : https://github.com/woothemes/sensei but if you want to have sensei+support buy it !

    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: GEO my wp icon bug #96699
     Radu
    Moderator

    Hi,

    Please add this to your wp-content/themes/sweetdate-child/functions.php

    COPY CODE
    
    add_filter( 'gmw_font_awesome_enabled', '__return_false' );
    

    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: create an account #96691
     Radu
    Moderator

    Hi,

    Making sweetdate profile to look like kleo it require more time to implement this and this cannot be done with little css, it implies some html and js modifications.

    The changes you require are not quick fixes or something that can be styled from the theme panel since it is too complex and will require modifications in the theme structure. Custom development is not covered by our support forum, so you may ask for a programmer to help, or you can check the availability of our development team by sending an email to our project manager Cornel at cornel@seventhqueen.com

    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: Few question related to theme layout #96689
     Radu
    Moderator

    Hi,

    Can you check logo now ? IT works i’ve checked.

    The photo gallery controls works for me on Galaxy Alpha – Chrome – Android 5.0.2

    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: Locked Out! #96679
     Radu
    Moderator

    Hi avalok,

    Try to login here : http://lacocreadora.com/wp-admin/

    Or here : http://lacocreadora.com/wp-login.php

    IF you are not able to disable maintenance, i suggest you to do this again

    Try to login to ftp, go to wp-content/themes/ and here rename kleo to kleo123 form example, then go to wp admin, disable any other plugins that not comes with the kleo especially maintenance plugins (if you have installed) then rename back the kleo123 to kleo and activate the theme.

    In this way it should work.

    If you cannot handle with these, provide wp admin credentials and ftp details.

    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: Cleo mobile menu #96675
     Radu
    Moderator

    Hi,

    Do you have installed/activated any plugin recently ? because when i open the menu on mobile it closes immediately after i open.

    This can be caused by loading twice bootstrap framework, one from our theme and another from some plugins that override the js from our’s.

    Because of these i cannot see your described issue, do you have tried to use sidemenu ? maybe if you will like it.

    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: portfolio categories on a specific page #96673
     Radu
    Moderator

    Hi,

    Can you please provide 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
     Radu
    Moderator

    You’re welcome.

    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: Center logo & registration box #96670
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> styling options -> quick css

    COPY CODE
    
    
    @media (max-width:768px;) {
    body.home .five.columns {
        width: 100%;
        padding: 0 10%;
    }
    
    body.home form#register_form_front {
        text-align: center !important;
    }
    
    body.home label.right.inline {float: left;font-weight: 800;}
    
    body.home .five.mobile-four.columns {
        display: inherit;
        float: left;
        width: 300px !important;
    }
    
    body.home .row .five.mobile-one.columns {
        max-width: 314px;
    }
    body.home p.reg-form-details { text-align:center; }
    body.home h4.white-text {
        text-align: center;
    }
    }
    
    
    

    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: Google Fonts don't reder properly #96657
     Radu
    Moderator

    Hi,

    I think that is the way of how google fonts works right now…

    This is not seems to be a kleo issue and in this case i suggest you to open a ticket on stackoverflow, i’ve searched on google for similar problem and i found these :

    http://stackoverflow.com/questions/5082632/same-font-yet-its-weight-seems-different-on-different-browsers

    http://stackoverflow.com/questions/12958832/google-webfonts-are-rendering-differently-in-firefox-chrome-and-opera

    http://stackoverflow.com/questions/4698564/fonts-looks-different-in-firefox-and-chrome

    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: Revolution Slider Remove Tabs #96653
     Radu
    Moderator

    YEs, you should delete that layers with buttons.

    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: Bold border around FORUM posts #96650
     Radu
    Moderator

    Hi,

    Add this css

    COPY CODE
    
    #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
        border: 3px solid #ffa500 !important;
        border-bottom: 0 !important;
    }
    #bbpress-forums li.bbp-body ul.forum:last-child, #bbpress-forums li.bbp-body ul.topic:last-child {
        border: 3px solid #ffa500 !important;
        
    }
    

    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: BuddyPress title witch Yoast SEO #96418
     Radu
    Moderator

    Hi,

    Sorry for the late reply,

    Do you have solved this issue ?

    Do you have updated the seo by yoast to ?

    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: Force mobile menu on certain devices #96417
     Radu
    Moderator

    Hi,

    Sorry for the late reply,

    Please add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    
    @media (min-width:992px) and (max-width:1200px) {
    
        .collapse.navbar-collapse.nav-collapse {
            display: none !important;
        }
    
        .kleo-main-header .navbar-toggle {
            display: inline-block !important;
            margin-right: 0 !important;
        }
    
        .navbar-header {
            width: 100% !important;
        }
    
    }
    
    

    Now the mobile menu will be shown until 1200px width.

    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: Header background image #96414
     Radu
    Moderator

    Hi,

    I cannot see how that logo behaviour, do you have changed the logo ?

    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: Upload profile image #96413
     Radu
    Moderator

    Hi,

    Sorry for the late reply,

    It seems that the mo or po file is broken or something, do you have modified one of that files manually ?

    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: Wrong language redirection when using WPML #96412
     Radu
    Moderator

    Hi,

    Sorry for the late reply, can you please provide admin credentials to take a look and can you please describe why the login not working correct, do you receive any error ?

    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: Actvation email styling #96411
     Radu
    Moderator

    Hi,

    Please test this plugin : https://wordpress.org/plugins/welcome-email-editor/it should be ok for what you need.

    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
Viewing 40 posts - 16,721 through 16,760 (of 20,101 total)

Log in with your credentials

Forgot your details?