Forum Replies Created

Viewing 40 posts - 2,921 through 2,960 (of 2,990 total)
  • Author
  • in reply to: Background color of dropdown menu on mobile version #47759
     Radu
    Moderator

    Hello,

    On my side your css code dosen’t work for me

    Try on your side with this code

    COPY CODE
    
    .navbar-transparent .navbar-nav>li>.dropdown-menu, .navbar-transparent .navbar-nav>li>.dropdown-menu .dropdown-menu {
    background-color: #nnnnnn !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: load more posts #47755
     Radu
    Moderator

    Hello,

    Here is a example with lazyload style.

    COPY CODE
    
    [vc_row][vc_column width="1/1"][vc_basic_grid post_type="post" max_items="20" style="lazy" items_per_page="3" show_filter="" element_width="4" gap="30" orderby="date" order="DESC" filter_source="category" filter_style="default" filter_align="center" filter_color="grey" filter_size="md" button_style="rounded" button_color="blue" button_size="md" arrows_design="none" arrows_position="inside" arrows_color="blue" paging_design="radio_dots" paging_color="grey" loop="" autoplay="-1" item="none"][/vc_column][/vc_row]
    
    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: Embedded video on the bbpress, height #47610
     Radu
    Moderator

    Hello,

    Add this code to your Kleo-child style.css or to Theme Options -> General Options ->Quick CSS

    COPY CODE
    
    #bbpress-forums .bbp-reply-content iframe {max-height: 360px !important; }
    

    Let me know if it 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: >> Custom css widget #47603
     Radu
    Moderator

    Hello,

    Add this css to Theme Options-> General settings-> Quick CSS

    COPY CODE
    
    .footer-sidebar h4.widget-title {color:red !important;}
    .footer-sidebar .textwidget {color:yellow !important;}
    

    Let me know if it 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: Header logo full size #47600
     Radu
    Moderator

    Hello,

    Try with this code

    You can increase the width of your logo by increasing the height of the header by modifying optin called Main Menu Height from Theme options -> Header Options, to limit the height menu itself please add the following rule in you kleo-chid style.css or Theme Options-> General settings -> Quick CSS

    COPY CODE
    
    .kleo-main-header .navbar-collapse > ul > li > a { line-height:40px !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: Changing sidebar and footer widget title #47410
     Radu
    Moderator

    Hello,

    Add to Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    
    
    .sidebar h4.widget-title {
        color:#de0067 !important;
    }
    
    .footer-sidebar h4.widget-title {
        color:#FFFFFF !important;
    }
    
    

    Let me know if it 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: PMPro Level(s) Colour #47230
     Radu
    Moderator

    Hello,

    Here is a full css

    COPY CODE
    
    
    
    .membership .kleo-level-1 {
    	background-color:red;
    }
    
    .membership .kleo-level-2 {
    	background-color:yellow;
    }
    
    .membership .kleo-level-3 {
    	background-color:green;
    }
    
    .membership .kleo-level-4 {
    	background-color:blue;
    }
    
    .membership .panel-heading {
    
    	background-color: transparent !important;
    }
    
    .membership .panel-body {
    
    	background-color: transparent !important;
    }
    
    .membership .extra-description {
    
    	background-color: transparent !important;
    }
    
    .membership p.lead {
    
    	background-color: transparent !important;
    }
    
    .membership ul > li {
    
    	background-color: transparent !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    That strings belongs to buddypress, you need to translate buddypress,and then generate mo file. Then strings are translated…

    IF you want to change/translate menu nav titles use this functions, in your kleo-child functions.php

    COPY CODE
    
    function mb_profile_menu_tabs(){
        global $bp;
        
        $bp->bp_nav['messages']['name'] = 'Mail';
        $bp->bp_nav['friends']['name'] = 'Contacts';
        $bp->bp_nav['profile']['name'] = 'Account';
    }
    add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
    
    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: PMPro Level(s) Colour #46884
     Radu
    Moderator

    You can customize levels by targeting css clases like this

    COPY CODE
    
    .membership .kleo-level-1 {
    	background-color:red;
    }
    
    .membership .kleo-level-2 {
    	background-color:yellow;
    }
    
    .membership .kleo-level-3 {
    	background-color:green;
    }
    
    .membership .kleo-level-4 {
    	background-color:blue;
    }
    
    

    from here you can customize as you wish

    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 to change Main Menu Height? #46879
     Radu
    Moderator

    Hello,

    Add this code to you kleo child style.css

    COPY CODE
    
    body.page-id-816 div.kleo-main-header .navbar-collapse > ul > li > a {
        line-height: 40px !important;
    }
    body.page-id-816 div.navbar-header {
        height: 40px !important;
    }
    body.page-id-816 div.navbar-header > strong > a {
        line-height: 40px !important;
    }
    body.page-id-816 div.sticky-wrapper {
        height: 41px !important;
    }
    body.page-id-816 div#header.header-color {
        height: 42px !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: Post Update #46841
     Radu
    Moderator

    You need to flush cache from w3…

    See screenshots

    Your css now : http://ucgym.771production.netdna-cdn.com/wp-content/themes/kleo-child/style.css?ver=2.4
    contains :

    COPY CODE
    
    /*
    Theme Name:     Kleo Child
    Theme URI:
    Description:    Child theme for Kleo
    Author:         SeventhQueen
    Author URI:     http://seventhqueen.com
    Template:       kleo
    Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
    License: GNU General Public License
    License URI: license.txt
    */
    
    /*
    * Please add your custom styles below
    */
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Post Update #46752
     Radu
    Moderator

    Add this css to your kleo-child style.css, it should work.

    COPY CODE
    
    @media (max-width: 400px) {
    #whats-new-post-in-box > label {
    display: none !important;
    }
    
    #whats-new-post-in {
        max-width: 175px !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: remove both sidebar borders on 3 column layout #46747
     Radu
    Moderator

    Use this

    COPY CODE
    
    .template-page {border:0;}
    
    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: MEMBER Function not available #46559
     Radu
    Moderator

    Hello,

    1. Search a plugin or something for this.

    2. Will be fixed in next update of theme

    3. You need to add this tag o first line after head

    COPY CODE
    
    <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
    

    https://archived.seventhqueen.com/forums/topic/ie10-menu-problem-with-menu#post-44678

    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: member profile page "show more/show less" button #46474
     Radu
    Moderator

    Try this

    COPY CODE
    
    .buddypress div#item-header .toggle-header .bp-toggle-less, .buddypress div#item-header .toggle-header .bp-toggle-more {
        background-color: rgb(45, 45, 45) !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: Accordion title bar – decreasing the spaces #46447
     Radu
    Moderator

    Try this.

    COPY CODE
    
    .panel-group .panel-heading, .panel-toggle .panel-heading {
    padding: 1px 10px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Welcome 🙂

    Try with this. it should work.

    COPY CODE
    
    .main-color .widget_nav_menu li:first-child > a, .main-color .kleo-widget-recent-posts-li:first-child, .main-color .widget_categories li:first-child, .main-color .widget_recent_entries li:first-child, .main-color .widget_archive li:first-child, .main-color .widget_display_views li:first-child, .main-color .widget_recent_comments li:first-child, .main-color .widget_product_categories li:first-child, .main-color .widget_layered_nav li:first-child, .main-color .callout-blockquote blockquote:before {
    border-top-color: transparent;
    }
    
    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: Revolving clients #46431
     Radu
    Moderator

    Was not supposed to happen that.

    In this case place original file there in kleo-child/k_elements/

    and add ths code

    COPY CODE
    
    'orderby' => 'rand'
    

    after

    ‘showposts’=> $number,

    That’s all !

    It has nothing to do with html, animations, etc.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Add this code to your kleo-child style.css

    COPY CODE
    
    .main-color .widget_nav_menu a, .main-color .wpex-widget-recent-posts-li, .main-color .widget_categories li, .main-color .widget_recent_entries li, .main-color .widget_archive li, .main-color .widget_display_views li, .main-color .widget_recent_comments li, .main-color .widget_product_categories li, .main-color .widget_layered_nav li {
    
    border-bottom-color: transparent !important;
    }
    

    Let me know if it 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: Accordion title bar – decreasing the spaces #46417
     Radu
    Moderator

    Hello, try this code

    COPY CODE
    
    .panel-body {
    padding-top: 0px !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: member profile page "show more/show less" button #46402
     Radu
    Moderator

    Hello,

    Add this code to kleo-child style.css

    COPY CODE
    
    body.buddypress.is-user-profile div#item-header .toggle-header .bp-toggle-less, body.buddypress.is-user-profile div#item-header .toggle-header .bp-toggle-more {
    
    background-color:#111 !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: css problem #46375
     Radu
    Moderator

    Hello,

    Try with css code

    COPY CODE
    
    
    .buddypress div#item-header div#item-header-content {margin-bottom: 0px !important;}
    
    

    If not works, i need URL

    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 "create an account" #46084
     Radu
    Moderator

    Hello,

    You can do it via CSS, add this code to your Theme Options-> General Settings -> Quick CSS or you can add to you kleo-child style.css .

    COPY CODE
    
    
    #kleo-login-modal .kleo-pop-title-wrap p {
    	display: none;
    }
    
    

    Let me know if it works.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hello,

    Add this code to you kleo-child functions.php

    COPY CODE
    
    
    function _remove_script_version( $src ){
    
    $getMyUrl = site_url();
    
    
    $check = strpos($src, $getMyUrl);
    
    if ($check !== false) {
        $parts = explode( '?', $src );  
        return $parts[0]; 
        }else{
    
            return $src;
        }
    
    }
    
    add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); 
    add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );
    
    
    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: Post Update #45851
     Radu
    Moderator

    Hello,

    Add this CSS Code in your Kleo-Child

    COPY CODE
    
    #whats-new-post-in-box > label {display:none;}
    

    Let me know if it 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: Lightbox Gallery #45850
     Radu
    Moderator

    Hello,

    Here is a example of shortcode with prettyphoto like as lighbox from Kleo Theme.

    COPY CODE
    
    [vc_row][vc_column width="1/1"][vc_gallery type="thumbs" onclick="link_image" custom_links_target="_self" grid_number="2" title="Image Gallery" img_size="large" images="5010,5011,5012,5013"][/vc_column][/vc_row]
    

    You will find this that element in Visual Composer is named “Image Gallery”

    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: WooCommerce – wider description #45793
     Radu
    Moderator

    Hello,

    Add this to you kleo-child functions

    COPY CODE
    
    
    add_action( 'init', 'wooDescrioption', 10 );
    
    function wooDescrioption() {
    
        remove_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 31 );
        add_action( 'woocommerce_after_single_product', 'woocommerce_output_product_data_tabs', 10 );
    
    }
    

    Let me know if it works.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hello,

    make sure you have in .htaccess from root domain this code

    COPY CODE
    
    
    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    

    If you don’t have this file, download from attachments and upload into your root folder.

    Let me know if it 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: How do I remove the sidebar border #44929
     Radu
    Moderator

    Hello

    Add this code to you kleo-child style.css

    COPY CODE
    
    .sidebar-left, .sidebar-extra.sidebar-3ll, .sidebar-main.sidebar-3ll, .sidebar-main.sidebar-3lr, .sidebar-main.sidebar-3rr {
    	border-right-style:solid;
    	border-right-width:0px !important;
    }
    
    .template-page.tpl-left, .template-page.tpl-3ll, .sidebar-extra.sidebar-3ll, .sidebar-extra.sidebar-3lr, .sidebar-extra.sidebar-3rr {
    	border-right: 0;
    	border-left-style: solid;
    	border-left-width: 0px;
    }
    
    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 color of button #44822
     Radu
    Moderator

    Hello,

    You can custom that button by adding this code in kleo-child style.css

    COPY CODE
    
    #buddypress .standard-form div.submit input {
    margin-right: 15px;
    background-color: #777 !important;
    color: #fff !important;
    padding: 0px 20px !important;
    }
    

    from here you can custom as you wish.

    Let me know if you cannot handle with this

    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: Localization troub #44816
     Radu
    Moderator

    After you translate something, you need press “generate mo file” or you can edit directly php file.

    themes/kleo/page-parts/general-popups.php line 9

    COPY CODE
    <h3 class="kleo-pop-title"><?php _e( "Log in with your credentials", "kleo_framework" ); ?>

    Let me know if you solve this.

    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: Changing messaging correctly and where to find. #44787
     Radu
    Moderator

    Try to add with !important declaration

    COPY CODE
    
    #activate-page .bp-template-notice {display:none !important;}
    #activate-page .error {display:none !important;}
    

    If not work, you can send me ftp details and i will take a look closer.

    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: Changing messaging correctly and where to find. #44712
     Radu
    Moderator

    You can do it via CSS by adding this code to your kleo-child style.css

    COPY CODE
    
    
    #activate-page .bp-template-notice {display:none;}
    #activate-page .error {display:none;}
    
    
    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: IE10 MENU Problem With MENU #44678
     Radu
    Moderator

    Hello,

    Add this code :

    COPY CODE
    <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />

    on head on first line to force disable compatibility view.

    I you cannot handle this, provide FTP details.

    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: a problem to be corrected. #44617
     Radu
    Moderator

    Problem solved

    Excerpt fix

    COPY CODE
    
    .entry-summary p {
    word-wrap: break-word;
    }
    

    And for that link, you need to put # in href .

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    On my side works correctly not duplicated fields.

    COPY CODE
    
    <?php
    
    /**
     * BuddyPress - Users Header
     *
     * @package BuddyPress
     * @subpackage bp-legacy
     */
    
    ?>
    
    <?php do_action( 'bp_before_member_header' ); ?>
    
    <div id="item-header-avatar" class="rounded">
    	<a>">
    
    		<?php bp_displayed_user_avatar( 'type=full' ); ?>
    
    	</a>
      <?php do_action('bp_member_online_status', bp_displayed_user_id()); ?>
    </div><!-- #item-header-avatar -->
    
    <div id="item-header-content" <?php if (isset($_COOKIE['bp-profile-header']) && $_COOKIE['bp-profile-header'] == 'small') {echo 'style="display:none;"';} ?>>
    
    	<?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?>
    		<h4 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h4>
    	<?php endif; ?>
    
    	<span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span>
    
    	<?php do_action( 'bp_before_member_header_meta' ); ?>
    
    	<div id="item-meta">
    
    		<?php if ( bp_is_active( 'activity' ) ) : ?>
    
    			<div id="latest-update">
    
    				<?php bp_activity_latest_update( bp_displayed_user_id() ); ?>
    
    			</div>
    
    		<?php endif; ?>
    
    		<div id="item-buttons">
    
    			<?php do_action( 'bp_member_header_actions' ); ?>
    
    		</div><!-- #item-buttons -->
    <div class="profile_fields">
    	<span style="font-size:22px; color:#222222; font-weight: normal;">
    	<?php bp_profile_field_data( 'field=Hobbies' );?></span> |
    	<span style="font-size:22px; color:#222222; font-weight: normal;">
    	<?php bp_profile_field_data( 'field=Location' );?></span>
    </div>
    <br>
    <div class="profile_fields">Web<br>
    <span style="font-size:14px; color:#00bcf2; font-weight: normal;"><a href="<?php
    bp_profile_field_data( 'field=Website' );?>"><?php bp_profile_field_data( 'field=Website');?></span></div><br>
    
    		<?php
    		/***
    		 * If you'd like to show specific profile fields here use:
    		 * bp_member_profile_data( 'field=About Me' ); -- Pass the name of the field
    		 */
    		 do_action( 'bp_profile_header_meta' );
    
    		 ?>
    
    	</div><!-- #item-meta -->
    
    </div><!-- #item-header-content -->
    
    <?php do_action( 'bp_after_member_header' ); ?>
    
    <?php do_action( 'template_notices' ); ?>
    
    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: Login page need Capcha Value #44359
     Radu
    Moderator

    You need to add that code in the pop-up file the path is :

    wp-content\themes\kleo\page-parts\general-popups.php

    Paste your code at line 35 after </form> tag closing.

    COPY CODE
    
    < ?php if( function_exists( 'cptch_check_custom_form' ) && cptch_check_custom_form() !== true ) echo "Please complete the CAPTCHA." ?>
    

    Let me know if it 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: Localization troub #44341
     Radu
    Moderator

    Try this code

    COPY CODE
    
    function my_child_theme_setup() {
        load_child_theme_textdomain( 'kleo-child', get_stylesheet_directory() . '/languages' );
    }
    add_action( 'after_setup_theme', 'my_child_theme_setup' );
    

    Let me know if it 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: Private message error #43595
     Radu
    Moderator

    Hello,

    Add this code to you wp-config.php from root directory

    COPY CODE
    
    // Enable WP_DEBUG mode
    define('WP_DEBUG', true);
    
    // Enable Debug logging to the /wp-content/debug.log file
    define('WP_DEBUG_LOG', true);
    

    Then repeat the action again, check debug.log.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hello,

    It’s a notification not an error.

    Look for : define(‘WP_DEBUG’, true);

    and replace with this :

    COPY CODE
    
    define('WP_DEBUG', false);
    
    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 - 2,921 through 2,960 (of 2,990 total)

Log in with your credentials

Forgot your details?