Forum Replies Created

Viewing 40 posts - 18,041 through 18,080 (of 20,101 total)
  • Author
  • in reply to: Rename Video/Albums/Audio under media #82077
     Radu
    Moderator

    Hi,

    You can do that with a localization plugin named loco translate with this plugin you can translate or modify/rename a certain string like Albums. https://wordpress.org/plugins/loco-translate/

    See here few tutorials https://www.youtube.com/results?search_query=loco+traslate

    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: How do I switch to Russian translation? #82075
     Radu
    Moderator

    Hi,

    Just go to Wp-Admin -> Settings -> Site Language -> select your language.

    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: css and page scrolling #82073
     Radu
    Moderator

    Hi,

    Make a test with the minification off, clear browser cache and let me know if it works.

    I think this is caused by css minify, i suggest you to exclude for minify the file app.min.css

    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: social article post only by category #82071
     Radu
    Moderator

    Hi,

    This is not possible by default in Kleo

    There is no easy way to achieve it and some custom development will be require to build a custom logic as you want.

    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: reset password not going out #82070
     Radu
    Moderator

    Hi,

    Install this plugin https://wordpress.org/plugins/wp-mail-smtp/ and configure with your mail settings, then make a new test and 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: Button color. #82069
     Radu
    Moderator

    Hi,

    Is not recommended to modify theme core files because on the next update your changes will disappear.

    The best practice is to use child theme and the css adjustments to be made in kleo-child/style.css

    To overwrite the color of the read more button use this code in kleo-child/style.css

    COPY CODE
    
    .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat { background-color:green !important; }
    

    Replace green with your desired color

    For the submit now button use this css

    COPY CODE
    
    button.button.submit-button { background-color: red !important; }
    

    Replace red with your desired color.

    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: Rounded Corners & Social Icons #82068
     Radu
    Moderator

    Can you provide FTP and admin credentials to take a look and the URL for this page ?

    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: Rounded Corners & Social Icons #82065
     Radu
    Moderator

    The child theme is active ?

    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 Issues #82064
     Radu
    Moderator

    Hi,

    To have menu like in screenshot you need to have menu transparent… ( you can set transparent menu only for one page )

    On what page do you want to customize like in your attached 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: Profile search #82063
     Radu
    Moderator

    Hi,

    Can you check now ?

    I just changed the template of that from from here : http://wczystosci.pl/wp-admin/post.php?post=5404&action=edit

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

    Hi,

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

    COPY CODE
    
    .kleo-mobile-switch { display: none; }
    

    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: Stick Topbar, Sub Menu on Mobile Issues #82059
     Radu
    Moderator

    Hi,

    The behavior of top bar is that, to be split in 2 rows and for the moment this cannot be adapted for mobiles.

    At least not in quick way so I can provide you a fix for this.

    Use the next code instead the code that i have provided you above , we will use media queries tags to be used only for desktops

    COPY CODE
    
    
    @media (min-width: 990px) {
    .header-color.social-header { position: fixed; width: 100% !important; }
    .navbar-transparent.on-light-bg .navbar .kleo-main-header.header-scrolled { margin-top: 34px !important;}
    .kleo-main-header.header-normal { margin-top: 34px !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: URL Path for Logo #82055
     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: Thumbnail Quality #82053
     Radu
    Moderator

    Yeah, you should keep the aspect ratio of picture, you can find here height by width : http://size43.com/jqueryVideoTool.html this will keep the ratio aspect of images.

    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,

    Just i tested the home pinterest layout on your website and it works fine http://www.overseasdoc.com/home-pinterest-test

    I see that the images that you use on homepage have a square embedded on photo and the layout code style seems to be broken.

    The kleo theme works correctly you should build the layout correctly.

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

    Hi,

    I’ve tested again on another 3 computers from Firefox and 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: CSS for Profile Group and Field Names #82043
     Radu
    Moderator

    Hi,

    Add this css in wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .main-color .hr-title abbr {
        color: red !important;
    }
    
    #buddypress div.profile .dl-horizontal dt {
        color: green !important;
    }
    

    Replace red and green with your desired colors

    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: HIding navs and subnavs for non logged-in users #82036
     Radu
    Moderator

    Hi,

    Sorry for misunderstanding,

    1. Remove the code have you provided from Quick CSS section from Theme Options.

    2. Paste the code from below to your kleo-child/functions.php

    COPY CODE
    
    if( is_user_logged_in() ) {  } else {
    echo '
    <style>
    div#subnav {display:none !important;}
    </style>
    ';
    }
    

    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: Translation Login Popup #82033
     Radu
    Moderator

    IF you are not able to do this in loco translate, you can translate it manually by copying this file : wp-content/themes/kleo/page-parts/general-popups.php to wp-content/themes/kleo-child/page-parts/ then, here in chidl theme you can edit/rename the strings “Log in with your credentials”, ” Username “, ” Password ” with your desired words.

    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: Kleo responsive? #82032
     Radu
    Moderator

    Hi,

    I see, i suggest you to update the theme to latest version 3.0.10 and plugin as well.

    After that let me know if the update has solved the issues.

    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: Rounded Corners & Social Icons #82031
     Radu
    Moderator

    Hi,

    Yes you need to create that directory in kleo-child and the file needs to be unzipped.

    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: SEO rel=”canonical” – issue #82030
     Radu
    Moderator

    Hi,

    If the second code doesn’t work please use the first code.

    The child theme needs to be active.

    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: URL Path for Logo #81919
     Radu
    Moderator

    Hi,

    Please upload the attached file via FTP to wp-content/themes/kleo-child/page-parts/

    Then replace http://google.com/ with your desired URL wp-content/themes/kleo-child/page-parts/general-header-section.php from line 122

    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 open admin panel #81916
     Radu
    Moderator

    Hi,

    Add this code to .htaccess


    php_value max_execution_time 300

    If you do this and nothing happens please contact the hosting company and ask them to increase the max_execution_time to 300

    Read more how to set/increase execution time : http://stackoverflow.com/questions/7739870/increase-max-execution-time-for-php?answertab=active#tab-top

    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: List of Icons #81915
     Radu
    Moderator

    Hi,

    You can find the list in pack that you have downloaded from themeforest in this path : Main Files 3.0.6/MainFiles/Assets/Fontello/demo.html

    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: No Lightbox in images on woocommerce product pages? #81914
     Radu
    Moderator

    Hi,

    I’ve tested that on my locally install and its happens like as you have described.

    This is a default woocommerce behaviour.

    Please post this into feature request. https://archived.seventhqueen.com/forums/forum/kleo/feature-requests

    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: automatic mail for group members #81910
     Radu
    Moderator

    Hi,

    Please double try if this kleo related issue by switching to the default wordpress theme and check if you receive the emails on that theme.

    If not please install and configure this plugin your details https://wordpress.org/plugins/wp-smtp/ then check again.

    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: HIding navs and subnavs for non logged-in users #81909
     Radu
    Moderator

    Hi,

    You can do this easily by using this css snippet.

    COPY CODE
    
    div#subnav {display:none !important;}
    

    Add this css snippet to Wp-admin -> Theme options -> Quick CSS

    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: Header Issues #81907
     Radu
    Moderator

    Hi,

    Probably you have used the transparent menu on that page.

    The transparent header should be used on page where you hide the page title,page info and the breadcrumbs.

    see attached screenshot.

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

    Provide url to 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: disable mobile menu #81904
     Radu
    Moderator

    Hi,

    You want to hide the entire menu for mobile users ?

    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: Main menu nav menus flicker #81903
     Radu
    Moderator

    Hi,

    Can you please provide the page 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: Hide/show item based on login state #81902
     Radu
    Moderator

    Hi,

    See this small video : https://drive.google.com/file/d/0Bxo5b6iHWRMwMUZpa2RpeW1xUG8/view

    COPY CODE
    
    [kleo_restrict type="guest"]<h1>This text will be displayed only for guest users </h1>[/kleo_restrict]
    

    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 Break Happening! Help Me #81898
     Radu
    Moderator

    Hi,

    This can only happen when you are accessing the frontend the first time after you have saved your theme options settings.

    This happens because the css file is being regenerated.

    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: Stick Topbar, Sub Menu on Mobile Issues #81894
     Radu
    Moderator

    Hi,

    For the first question use the below CSS

    Add this css to wp-admin -> Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    .header-color.social-header { position: fixed; width: 100% !important; }
    .navbar-transparent.on-light-bg .navbar .kleo-main-header.header-scrolled { margin-top: 34px !important; }
    .kleo-main-header.header-normal { margin-top: 34px !important; }
    

    For the second question please provide login credentials to can see your website.

    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,

    I see, but the credentials are not working.

    CAn you provide the admin credentials and FTP ?

    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: CSS for Profile Group and Field Names #81890
     Radu
    Moderator

    Hi,

    To be accurate with the solution, can you provide a screenshot pointing out the modifications ?

    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: Woocommerce Product Styling Issue #81889
     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: Padding within section #81887
     Radu
    Moderator

    Hi,

    I’ve used 4 columns and i used only the columns from middle ( see attached 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: SEO rel=”canonical” – issue #81886
     Radu
    Moderator

    You’re welcome

    I given a closer look into the issue and you should better use this snippet :

    COPY CODE
    
    # Remove WordPress' canonical links
    remove_action('wp_head', 'rel_canonical');
    

    Instead of the code provided you earlier.

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

Log in with your credentials

Forgot your details?