Forum Replies Created

Viewing 40 posts - 10,481 through 10,520 (of 20,101 total)
  • Author
  • in reply to: Change header color. #137193
     Radu
    Moderator

    And don’t forgot to purge/empty all caches.

    Cheers
    R.

    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 header color. #137192
     Radu
    Moderator

    Do you have added something in wp-admin -> appearance -> widgets -> shop sidebar ?

    Cheers
    R.

    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: Toolset types and views #137191
     Radu
    Moderator

    Hi,

    Before running the function with the next details please perform a database backup.

    I’ve placed the new values directly in function

    COPY CODE
    
    add_action( 'init', 'wpv_dummy_framework_api' );
      
    function wpv_dummy_framework_api() {
        $framework_id = 'kleo_framework'; //This is actually unique value and can be anything.
        $framework_data = array(
            'name' => __( 'kleo_framework' ), //This is actually optional value and can be anything.
            'api_mode' => 'option', //Your framework provider states: "We use the options table"
            'api_handler' => 'sq_option', //Your Framework provider states "We use of_get_option"
        );
        if ( function_exists( 'wpv_api_register_framework' ) ) {
            wpv_api_register_framework( $framework_id, $framework_data );
        }
    }
    

    According to the documentation that you have provided instead of kleo_framework you can write anything you need but that’s is our framework domain name.

    R.

    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: Override theme-functions.php in child theme #137189
     Radu
    Moderator

    Hi,

    That file cannot be overwritten… only the functions that haves before start this if (!function_exists(‘kleo_switch_layout’)) {

    Cheers
    R.

    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: I cant add photo when add new articles!! #137186
     Radu
    Moderator

    Check this option “Set this as private reply” when you provide 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: I cant add photo when add new articles!! #137185
     Radu
    Moderator

    Hi,

    The php.ini file it’s server related not Kleo related, but please show me a screenshot of the error that you encounter.

    Actually provide admin and password of wp-admin to can see exactly what’s going on

    Cheers
    R.

    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 logo url #137183
     Radu
    Moderator

    Hi,

    I’m able to view that button in all activities, groups, profile and sitewide… empty your caches

    Cheers
    R.

    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,

    There is no possible the onliest options that we have for blog layout can be found at wp-admin -> theme options -> blog -> Display type*

    Cheers
    R.

    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: Styling Problems with Kleo #137181
     Radu
    Moderator

    Thank you for the nice words

    Have a nice week

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator
    Not marked as solution
    in reply to: My Ticket #136958 was suppose to be private #137179
     Radu
    Moderator
    Not marked as solution
    in reply to: My Ticket #136958 was suppose to be private #137178
     Radu
    Moderator
    Not marked as solution
    in reply to: Cover full width row with background image #137177
     Radu
    Moderator
    Not marked as solution
    in reply to: Weird Code Below Socket #137176
     Radu
    Moderator
    Not marked as solution
    in reply to: kleo_ajax_results #137174
     Radu
    Moderator
    Not marked as solution
    in reply to: Changing the “@user” identity #137172
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    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: We have errors here? #137169
     Radu
    Moderator
    Not marked as solution
    in reply to: Register & Activate #137048
     Radu
    Moderator

    Yes the pages should be empty

    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: Remove section icons in the profile #137027
     Radu
    Moderator

    Hi,

    This question it seems to be more buddypress related than theme and you can ask this question on the buddypress forums most sure the community will know exactly the steps

    Cheers
    R.

    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 broke registration, login #137026
     Radu
    Moderator

    Hi,

    the theme settings are different in child theme and also in parent theme , make sure to not use child instead of parent or vice versa… the theme update only replaces the files not the things like theme settings that are stored in the database.

    After you have update the theme make sure you have wp to latest version and also the theme plugins updated, you can check this in wp-admin -> appearance -> install plugins.

    Update plugins that haves update text under their names

    Cheers
    R.

    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 Membership Pro Checkout #137025
     Radu
    Moderator
    Not marked as solution
    in reply to: Kleo Logo #137024
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    @media screen and (max-width: 480px) {
        img#logo_img {
        max-width: 290px;
    }
    }
    
    
    

    Cheers
    R.

    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: Animated number count in Revolution slider slide? #137023
     Radu
    Moderator

    Ok

    Cheers
    R.

    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: My Ticket #136958 was suppose to be private #137022
     Radu
    Moderator
    IT’s private only you can read that
    in reply to: Buddypress profile problem #137021
     Radu
    Moderator
    Not marked as solution
    in reply to: Register & Activate #137020
     Radu
    Moderator

    Hi,

    Most probably the register and activate page missing, you should create those pages them from wp-admin -> settings- > BuddyPress -> pages assign the register and activate page and save changes.

    For the notifications, you should check the notification option from wp-admin -> settings- > buddypress

    Cheers
    R.

    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: Weird Code Below Socket #137019
     Radu
    Moderator
    Not marked as solution
    in reply to: Persistent scrollbar #137018
     Radu
    Moderator

    Hi,

    Please tell me what browser are you using and see this and what OS are you using

    Cheers
    R.

    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: My Ticket #136958 was suppose to be private #137017
     Radu
    Moderator
    IT's priovate only you can read that
    in reply to: Cover full width row with background image #137014
     Radu
    Moderator
    Hi, Follow my steps and reproduce, please 1. Create new page 2. Add new row 3. Add a background to that row 4. Edit row options and look for inner container and set no, see below screenshot If this doesn't work make sure you have latest kleo version 4.1.4 and all plugins updated Cheers R.
    in reply to: Go Pricing vs Membership #137013
     Radu
    Moderator

    This is a custom job what you want to do and there is no quick solution for this, you can build the pricing tables as you need but on the buy membership button you will paste the pmpro membership link

    http://seventhqueen.com/themes/kleo/membership-account/membership-levels/

    Cheers
    R.

    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 Tabs: Charts are not loading #137011
     Radu
    Moderator

    Hi,

    Works on my locall installation with all things to latest version Kleo+WP+plugins make sure to not have any js error in chrome console.

    Try to de-activate all plugins except visual composer and k-elements

    Cheers
    R.

    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 header color. #137009
     Radu
    Moderator

    Hi,

    Use this css

    COPY CODE
    
    @media(max-width:991px){
        .kleo-main-header.header-normal {
            background: #fff !important;
        }
    
        .header-color .navbar-toggle .icon-bar {
            background-color: #333 !important;
        }
    
    }
    
    
    

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

    Cheers
    R.

    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: Animated number count in Revolution slider slide? #137008
     Radu
    Moderator

    Hi i don’t think will work because it cannot be initialized thru revolution slider, but you can use a section with an image bg and add the shortcode over it.

    Cheers
    R.

    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: News-Focus and News Highlight elements #137007
     Radu
    Moderator

    Hi,

    For the news focus use this css

    COPY CODE
    
    .news-focus .tab-content .posts-listing h3.post-title.entry-title {font-weight:bold;font-size:16px;}
    

    For news highlite

    COPY CODE
    
    .news-highlight h3.post-title.entry-title {font-weight:bold;font-size:16px;}
    
    

    This css can be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Uber Menu behind Content #137006
     Radu
    Moderator
    Not marked as solution
    in reply to: Default Profile picture #137005
     Radu
    Moderator

    Hi,

    By default there is no quick solution to do that.

    I think you need such as plugin : https://buddydev.com/plugins/bp-force-profile-photo/

    Cheers
    R.

    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: After update for latest version #137004
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    That color it’s generated by the post format template :

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: 4.1.4 Update – File names too long when extracting #137002
     Radu
    Moderator

    Hi,

    this is not related to our theme it’s related to your environment, try to extract your archive in C form example or D drive it should work…

    Cheers
    R.

    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 - 10,481 through 10,520 (of 20,101 total)

Log in with your credentials

Forgot your details?