Forum Replies Created

Viewing 40 posts - 15,601 through 15,640 (of 20,101 total)
  • Author
  • in reply to: Redirect logged out user to main register page #109761
     Radu
    Moderator

    Hi,

    If the peters redirect is seems that not works, make sure that the Login redirect for Popup* has WordPress Default option selected from wp-admin -> theme options -> Miscellaneous -> Login redirect for Popup*

    Peters redirect FAQ here : https://wordpress.org/plugins/peters-login-redirect/faq/

    For the the file that you have to put it in child, you need to have installed and activated the child theme, you will find it in theme package that you have downloaded from themeforest, then inside the kleo-child directory create a folder named page parts and in that folder you will have to upload that file.

    Before installing Child theme i suggest you to export theme settings form the parent theme, Kleo, go to theme options -> import/export and export settings -> download data file.

    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

    Hi again,

    Try with important declaration

    COPY CODE
    
    body, #content, .page-title-colors, #respond {
        background-color: #3b4b6b !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: Problem with post navigation #109757
     Radu
    Moderator

    Hi,

    Sorry,

    Add this css to

    COPY CODE
    
    .pagination-sticky .outter-title {
        width: 160px !important;
    }
    
    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 #109587
     Radu
    Moderator

    WPML is an premium plugin https://wpml.org/

    And the Kleo is ready for the WPML

    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

    You’re welcome

    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
    COPY CODE
    
    
    body, #content, .page-title-colors, #respond {
        background-color: red;
    }
    

    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: Recent Posts #109579
     Radu
    Moderator

    Hi Flavius,

    For the images size you can use this function in wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    function KleoCustomImagesSizes () {
         global $kleo_config;
         // Post image sizes for carousels and galleries
         $Kleo_config ['post_gallery_img_width'] = 555;
         $Kleo_config ['post_gallery_img_height'] = 333;
    }
    add_action ('after_setup_theme', 'KleoCustomImagesSizes');
    

    Your site is messed please fix the issue with the site i cannot view the recent posts widget behaviour.

    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

    Hi,

    Where are your language files located ?

    Your issue is happens when the location of the lang theme files are in other path than wp-content/languages/ , so try to move the lang files there.

    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: Leo Theme – iPad Responsiveness #109576
     Radu
    Moderator

    Hi,

    Please let me know what version of IOS have the ipad

    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: site title #109575
     Radu
    Moderator

    Hi,

    Please provide your email address into private reply to sent you latest sweet theme version

    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: Body Font Style Doesnt Respond #109574
     Radu
    Moderator

    Hi,

    We haven’t changed nothing regarding the fonts on latest upates.

    Meanwhile you have solved the 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
     Radu
    Moderator

    Ah, i’ve missed that, see below

    COPY CODE
    
    .widget_em_widget > ul > li:before {
        display: none !important;
    }
    .widget_em_widget > ul > li { padding-left:0; }
    

    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

    Sure,

    COPY CODE
    
    .tpl-right-sidebar .sidebar {
        background: green !important;
    }
    

    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: Tabs Title Text #109566
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    .kleo-tabs .tabs-style-line>li>a {
        font-weight: bold;
    }
    

    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

    Try to disable and enable revolution slider, the punch fonts tool is part of revolution slider

    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

    Thank you for the nice words and review !!!

    Have a nice week

    I will mark the topic as resolved.

    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 to change forum background color? #109560
     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: Popup problems #109550
     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: How to change background color on menu and profile #109549
     Radu
    Moderator

    Hi Tonny,

    The css here :

    COPY CODE
    
    #buddypress div#message.info p {
        color: #333;
    }
    
    body {
        background: #333;
    }
    
    div#item-header-wrap {
        background: red !important;
    }
    

    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

    Hi,

    Use this

    COPY CODE
    
    .widget_em_widget table:not(#wp-calendar) tr td, .widget_em_widget table:not(#wp-calendar) tr th { border: 0; }
    
    .widget_em_widget table:not(#wp-calendar) {border: 0;}
    

    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: Visual Composer Elements Won’t Save #109545
     Radu
    Moderator

    Do you have updated K-elements to ? check form wp-admin -> appearance -> install plugins

    Let me know, if yes and still you have problems with the settings that not updating, please provide admin credentials and FTP.

    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: html tags can be viewed by subscribers on forum #109542
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    #form-allowed-tags {
    display:none;
    }
    

    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: 4.0.2 K elements upgrade fails with KLEO 4.0.3 #109541
     Radu
    Moderator

    Hi,

    First please contact your hosting and ask them about these settings

    allow_url_fopen = On
    allow_url_include = 1

    If the settings are like these, please prvide 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: Redirect logged out user to main register page #109539
     Radu
    Moderator

    Hi,

    For the redirection ar actions like logout/login i recommend this plugin : https://wordpress.org/plugins/peters-login-redirect/

    For the menu restriction only to logged users please upload this file (after you will unzip) general-header-section.php to wp-content/themes/kleo-child/page-parts/

    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: Problem with post navigation #109537
     Radu
    Moderator

    Hi,

    Sure,apply this css in wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    
    .pagination-sticky.member-navigation #newer-nav, .pagination-sticky.member-navigation #older-nav {
        width: 180px !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: Cant Upload Demo Content #109531
     Radu
    Moderator

    Hi,

    Strange, please enable wp debug by going to ftp in root directory of your wp install open wp-config.php look for define( ‘WP_DEBUG’, false ); and change it to true and after this line add this

    COPY CODE
    
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    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: Updating KELO and child theme question #109529
     Radu
    Moderator

    Hi,

    No, you no need to update child theme

    Into child theme are only 2 files ( or more files that you have added ) functions.php and style.css with your modifications.

    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: Homepage Ajax search issue #109528
     Radu
    Moderator

    Hi,

    Do you have plugins updated especially K-elements and Visual composer ?

    Please check update state from wp-admin -> appearance -> install plugins, update plugins that have are not updated.

    Also please enable wp debug by going to ftp in root directory of your wp install open wp-config.php look for define( ‘WP_DEBUG’, false ); and change it to true and after this line add this

    COPY CODE
    
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If is something related to php memory please follow this link : seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    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: Updating from Kleo 4.02. to 4.0.3. failed #109525
     Radu
    Moderator

    Hi,

    If the update 4.0.3 was failed, it means you have 4.0.2 you can check you current theme version by accessing http://yourdomain.com/wp-content/themes/kleo/style.css replace yourdomain.com with your domain name, you will see there Version: ..

    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: Columns no longer working #109523
     Radu
    Moderator

    Hi Ben,

    Please update the theme to latest version 4.0.3 and most important the plugins especially K-elements and visual composer, you can check update state form wp-admin -> appearance -> install plugins

    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: Lost password page not working #109522
     Radu
    Moderator

    Hi,

    First we need to find out what causes this, in most cases this types of issues are caused by some plugin, please disable all plugins and then check if the forgot pass it works, then enable plugins back one by one and after plugin activation check to see if the forgot link it works, do same thing until you find the problematic plugin 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: Error when I try to reset members passwords #109520
     Radu
    Moderator

    Hi,

    I think it’s a server related problem

    Same issue is popular on the net, please take a look at these.

    http://stackoverflow.com/questions/27088982/warning-stream-socket-enable-crypto-ssl-operation-failed-with-code-1
    https://github.com/PHPMailer/PHPMailer/issues/368
    http://stackoverflow.com/questions/26827192/phpmailer-ssl3-get-server-certificatecertificate-verify-failed

    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: Comment Page Not in order #109519
     Radu
    Moderator

    Hi,

    Please provide an account to can view the comments section

    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

    PS : Thank you for the nice review !!!

    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 Tonny,

    All css’s are below

    COPY CODE
    
    div.bbp-template-notice.info {
        background-color: green !important;
    }
    
    #bbpress-forums ul.bbp-replies .bbp-header, #bbpress-forums ul.bbp-replies .bbp-footer {
        background-color: yellow;
    }
    
    #bbpress-forums .bbp-topic-form, #bbpress-forums .bbp-reply-form {
        background-color: red !important;
    }
    
    div.bbp-template-notice, div.indicator-hint {
        background-color: yellow;
    }
    
    .quicktags-toolbar {
        background-color: green !important;
    }
    

    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 can I allow users to create groups? #109514
     Radu
    Moderator

    Hi,

    If you go to : http://www.winstr.com/groups/ you will see there create a group button.

    Regarding the forums go to http://www.winstr.com/forums/ acess the created forum test and open a topic there ( I’ve created the TEST forum )

    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: Background image on the Get connected Page #109510
     Radu
    Moderator

    Hi Narendra,

    Please take a look at this small video : https://drive.google.com/file/d/0Bxo5b6iHWRMwcnNieUVlbXpSWG8/view

    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 Can I Get a Mobile App for KLEO Site? #109506
     Radu
    Moderator

    Hi,

    We have received you request on our development email address and our colleague Cornel we will respond to you these days.

    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: Tabs Title Text #109505
     Radu
    Moderator

    Hi,

    Provide link to the page where the tabs appears to can provide you accurate css solution

    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: Popup problems #109471
     Radu
    Moderator

    Hi,

    There was no theme problems, the problem was the code, see here how it works in both examples, kleo and another theme : https://drive.google.com/file/d/0Bxo5b6iHWRMwRi1IdnhaUzhEOWc/view it display the pop-up same.

    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,601 through 15,640 (of 20,101 total)

Log in with your credentials

Forgot your details?