Forum Replies Created

Viewing 40 posts - 2,881 through 2,920 (of 2,990 total)
  • Author
  • in reply to: Your Pinterest TXT file is not working #50516
     Radu
    Moderator

    Hello,

    The link works on my side.

    I attached here pinterest.txt ( see attachment )

    COPY CODE
    
    [vc_row inner_container="yes" text_align="center" section_type="main" type="image" bg_image="3384" bg_position="center" bg_position_horizontal="center" bg_repeat="no-repeat" bg_cover="true" bg_attachment="false" parallax_speed="0.04" padding_top="300" padding_bottom="60" min_height="0.04" border="none" css_animation="right-to-left"][vc_column width="1/1"][vc_column_text css_animation="right-to-left"]
    <h1><span style="color: #ffffff;">EXPLORE THE PLANET</span></h1>
    [/vc_column_text][kleo_gap size="20px"][kleo_search_form form_style="transparent"][kleo_gap size="30px"][vc_row_inner][vc_column_inner width="1/4"][/vc_column_inner][vc_column_inner width="1/6"][vc_column_text css_animation="right-to-left"]
    <h2 style="margin-bottom: 0; color: #fff !important;">[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]2[/kleo_animate_numbers].[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]247[/kleo_animate_numbers]</h2>
    <p style="color: #fff;">MEMBERS ONLINE</p>
    
    [/vc_column_text][/vc_column_inner][vc_column_inner width="1/6"][vc_column_text css_animation="right-to-left"]
    <h2 style="margin-bottom: 0; color: #fff !important;">[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]2[/kleo_animate_numbers].[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]247[/kleo_animate_numbers]</h2>
    <p style="color: #fff;">MEMBERS ONLINE</p>
    
    [/vc_column_text][/vc_column_inner][vc_column_inner width="1/6"][vc_column_text css_animation="right-to-left"]
    <h2 style="margin-bottom: 0; color: #fff !important;">[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]2[/kleo_animate_numbers].[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]247[/kleo_animate_numbers]</h2>
    <p style="color: #fff;">MEMBERS ONLINE</p>
    
    [/vc_column_text][/vc_column_inner][vc_column_inner width="1/4"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row inner_container="no" section_type="alternate" bg_position="top" bg_position_horizontal="left" bg_repeat="no-repeat" bg_cover="true" bg_attachment="false" parallax_speed="0.1" padding_top="20" padding_bottom="20" min_height="0" border="bottom" css_animation="right-to-left" bg_color="#f7f7f7"][vc_column width="1/1"][vc_posts_grid loop="size:All|order_by:date"][/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
    Attachments:
    You must be logged in to view attached files.
    in reply to: change position of site notices? #50477
     Radu
    Moderator

    Hello,

    I maked a little customization of that notification , try with css code, the message will be appear centred and with a transparent border

    Add this code to you Theme Options -> General Settings -> Quick CSS area, or you can put in kleo-child style.css

    COPY CODE
    
    #sitewide-notice #message {
      right: 0;
      left: 0;
      top: 30%;
      position: fixed;
      margin: 0px auto;
      width: 60%;
      border: rgba(0,0,0, 0.3) solid 20px;
      z-index: 9999;
     }
    #sitewide-notice #message #close-notice {
      display: block;
      float: right;
      margin-top: 0px;
      background-color: #efefef;
      padding: 2px 10px;
      color: #000;
      text-transform: uppercase;
    }
    .buddypress div#message p, #sitewide-notice p { margin: 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: hide header advert #50442
     Radu
    Moderator

    Hello,

    Add this code to your Theme Options -> General Settings -> Quick CSS area

    COPY CODE
    
    @media screen and (max-width: 700px) {
    #header .header-banner {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: Profile Page #50431
     Radu
    Moderator

    Hello,

    Add this CSs code to your kelo-child theme in style.css file or in your Theme Options -> General Settings -> Quick CSS area

    COPY CODE
    
    #item-body .profile .dl-horizontal {margin-bottom: 0px !important;} 
    #item-body .profile .dl-horizontal dt {margin: 5px 0 !important;}
    #item-body .profile .dl-horizontal dd {padding-top: 6px !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
     Radu
    Moderator

    You can force disable IE compatibility mode by adding this line immediately after open.

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

    In a future update will be fix that post grid image issue.

    Have a great day.

    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,

    Z-index problem fix

    COPY CODE
    
    .kleo-quick-contact-wrapper { z-index: 100; }
    

    Sidemenu space problem fix

    COPY CODE
    
    div.offcanvas-sidebar.side-color.is-open div.wrap-canvas-menu div.offcanvas-after {margin-bottom:30px;}
    

    Add css to your child theme style.css or in Theme Options -> General Settings -> Quick CSS

    Delete that space, and test these css codes.

    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: Status updates not working #50329
     Radu
    Moderator

    Hello,

    Do you have latest version of Kleo installed ? if not, update theme and plugins that comes with the theme.

    If you have latest version, add this line to your wp-config.php from domain root.

    COPY CODE
    
    define( 'WP_DEBUG', true );
    

    Then repeat the action and paste here what error are displayed.

    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: Repositioning the to-top-button #50317
     Radu
    Moderator

    Hello,

    Add this css code to your Theme Options -> General Settings -> Quick CSS area

    COPY CODE
    
    .kleo-go-top { left:20px !important; }
    .kleo-go-top.on { left: 20px; width:50px;}
    

    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: Z-Index Profile Photo #50303
     Radu
    Moderator

    Hello,

    Add this jQuery to your Theme Options -> General Settings -> JavaScript code

    COPY CODE
    
    <script>
    jQuery(document).ready(function(){
    
    	jQuery("a.public-mess-window").on( "click", function() {
    		jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "static");
    	});
    
    	jQuery(".mess-close").on( "click", function() {
    		jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "relative");
    	});
    
    	jQuery(document).on('mouseup touchend', function(e){
    	        var container = jQuery(".mess-popup");
    	        if (!container.is(e.target) && container.has(e.target).length === 0){
    		jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "relative");
    		}
    	});
    
    });
    
    
    </script>
    

    And thiss CSS to Quick css area

    COPY CODE
    
    .ig-container .modal-dialog {position:initial;}
    .mmessage-container .btn {margin-left: 15px; margin-top: 15px; }
    

    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: Stuck on Loading Animation #50282
     Radu
    Moderator

    HEllo,

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

    COPY CODE
    
    define( 'WP_DEBUG', true );
    

    Then refresh that wp-admin page and it should appears an error or notice.

    Also try to disable plugins that not comes with the theme manually , by connecting on FTP go to wp-content/plugins/ . Just rename folder and that plugin will be deactivated.

    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: Centering Icons #50281
     Radu
    Moderator

    Hello,

    Use this CSS

    COPY CODE
    
    #buddypress div#item-nav ul li a:before {font-size:200%}
    #buddypress div#item-nav .responsive-tabs {height:50px;}
    

    You can adjust as you wish.

    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: Embedding Youtube videos #50052
     Radu
    Moderator

    Hello,

    Try with CSS code

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

    Add this code to yout kleo-child directory style.css file OR go to WP-admin -> Theme Options -> General Settings -> Quick CSS area.

    Let me know if it works.

    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: front page #50016
     Radu
    Moderator

    Ok,

    Add this CSS code to your Wp-admin -> Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    div.vc_pageable-slide-wrapper > div.vc_grid-item.vc_clearfix.vc_grid-item-zone-c-bottom.vc_grid_filter-item.vc_visible-item.zoomIn.animated > div > div.vc_gitem-animated-block > div {display:none;}
    

    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: Z-Index Profile Photo #50015
     Radu
    Moderator

    Hello,

    This is a quick fix for send message from profile

    COPY CODE
    
    .buddypress #item-header-avatar {position:initial;}
    

    For the rest, i suggest you to send me that plugins to test on my local environment

    Your webhost works very very slow, now not work anymore. I cannot debug…

    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: Conflict with "Group email suscription" plugin. #49885
     Radu
    Moderator

    Use this CSS code instead the code from above, its more specific.

    COPY CODE
    
    #buddypress #groups-list li div.action div.group-subscription-options {
    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: Conflict with "Group email suscription" plugin. #49882
     Radu
    Moderator

    Hello,

    With this quick css fix it should work

    COPY CODE
    
    #buddypress #groups-list li div.action .generic-button {
    display:none;	
    }
    

    Let me know if is ok.

    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: Buy Now text missing on mobiles woocommers #49857
     Radu
    Moderator

    Add this CSS code to your kleo-child directory in style.css file

    COPY CODE
    
    @media (max-width: 991px){
    li.product figcaption .shop-actions > a.button {
    text-indent:-1px !important;}
    
    ul.products .product_type_external {
    
    font-size:0.8em !important;
    padding-top:4px !important;
    font-weight:900;
    }
    
    }
    

    Or in Wp-Admin -> Theme Options -> General Settings -> Quick CSS

    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: Safari problem #49684
     Radu
    Moderator

    Hello,

    Try this CSS code its a quick fix

    COPY CODE
    
    .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    -webkit-transform: translate(-50%, -50%);
    }
    

    The VC don’t have yet -webkit support. The will probably a fix in future updates, if you want, you can post on their support forum to talk about that.

    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: Add Share-Links to post in forum? #49538
     Radu
    Moderator

    Hello,

    Add this code to your functions.php from kleo-child directory

    COPY CODE
    
    
    add_action( 'bbp_theme_after_reply_content', 'kleo_social_share' );
    
    

    Let me know if it works.

    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: Round photos styling #49534
     Radu
    Moderator

    Hello,

    Fix for sidebar imgs

    COPY CODE
    
    .sidebar ul.wp-idea-stream-tops img { border-radius:100%; }
    

    For the rest , please provide direct URL of that pages.

    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 remove section/icon from a specific group? #49501
     Radu
    Moderator

    Hello,

    Try this

    COPY CODE
    
    
    body.group-publication div#buddypress div#item-nav div#object-nav.item-list-tabs.no-ajax ul.responsive-tabs li#forums-groups-li { display:none;}
    body.group-publication div#buddypress div#item-nav div#object-nav.item-list-tabs.no-ajax ul.responsive-tabs li#members-groups-li { 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: How to remove section/icon from a specific group? #48996
     Radu
    Moderator

    Hello,

    Try this code

    COPY CODE
    
    div#buddypress div#item-nav div#object-nav.item-list-tabs.no-ajax ul.responsive-tabs li#forums-groups-li { display:none;}
    div#buddypress div#item-nav div#object-nav.item-list-tabs.no-ajax ul.responsive-tabs li#members-groups-li { display:none;}
    

    You need to insert this code to your kleo-child/style.css or from Theme Options -> General Settings -> Quick CSS area.

    Let me know if is ok.

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

    Here is your solution

    Add this snippet to your kleo-child/functions.php

    COPY CODE
    
    function hide_menu_items() {
        remove_menu_page( 'edit.php?post_type=kleo_clients' );
        remove_menu_page( 'edit.php?post_type=kleo-testimonials' );
        remove_menu_page( 'edit.php?post_type=portfolio' );
    }
    add_action( 'admin_menu', 'hide_menu_items' );
    

    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

    Hello,

    Try to disabling all plugins that not comes with the Kleo Theme. If this not solve your problem,add this code to you config.php from your root folder

    COPY CODE
    
     // Enable WP_DEBUG mode
    define('WP_DEBUG', true);
    

    If you don’t have theme and his recommended plugins at latest version, please update it ( https://archived.seventhqueen.com/documentation/kleo#updates )

    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: Full Width Background Image #48835
     Radu
    Moderator

    Hello,

    You need a larger picture and you need to style other elements

    COPY CODE
    
    body.page.page-id-150 div#main-container.container {background-image:url('http://vent.website/wp-content/uploads/2014/11/wood-_texture1584-Compressed.jpg');
    background-position:center center;
    }
    

    Success

    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: Round photos styling #48830
     Radu
    Moderator

    Hello,

    Try this css

    COPY CODE
    
    #item-body > div.buddydrive.single-member img { border-radius:100%; }
    
    #wp-idea-stream div.idea-avatar img {border-radius:100%;}
    
    #wp-idea-stream div.idea-content div.idea-footer img {border-radius:100% !important;}
    
    #buddypress > table > tbody > tr > td.groups-cell > ul > li > a > img {border-radius:100%;}
    

    Let me know if is ok

    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 make "mailto:" work #48764
     Radu
    Moderator

    Hello,

    To open something when you click on email icon, you need to have an emial client installed like outlook or thunderbird.

    To display that plugin, add this code to your theme functions.php from kleo-child folder ( kleo-child/functions.php )

    COPY CODE
    
    add_action ('bp_after_activity_entry', wpsabox_author_box, '9', );
    

    Let me know if it works.

    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

    Hello,

    About the footer, in my side code are rendering ok ( see screenshot ) i not see any theme problem.

    About the mobile menu, please add this code to your Theme Options Quick CSS or in kleo-child directory /style.css

    COPY CODE
    
    .kleo-main-header.header-left:not(.header-scrolled) .navbar-collapse > ul > li > a {
        line-height: 20px !important;
    }
    

    Let me know if is ok.

    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: White space in docs plugin #48563
     Radu
    Moderator

    Hello,

    Add this CSS code to your kleo-child/style.css or in Theme Options -> General settings -> Quick Css area

    Fix for big blank space :

    COPY CODE
    
    
    #doc-meta .toggle-switch a, .entry-content p.toggle-switch a { height:auto !important;padding-bottom:5px; }
    
    

    Fix for the star

    COPY CODE
    
    #buddypress a.button.fav:before, #buddypress a.button.unfav:before, #buddypress a.fav.bp-secondary-action:before, #buddypress a.unfav.bp-secondary-action:before {
    line-height: 20px;
    }
    
    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 divider/border on group photo #48388
     Radu
    Moderator

    Hello,

    COPY CODE
    
    .buddypress div#item-header {background: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: Remove visibility iof admin #48387
     Radu
    Moderator

    It welcome,

    Try this solution : http://buddydev.com/buddypress/exclude-users-from-members-directory-on-a-buddypress-based-social-network/ or this : http://pastebin.com/phUXcaDN or this :

    COPY CODE
    
    add_action(‘bp_ajax_querystring’,’bpdev_exclude_users’,20,2);
    function bpdev_exclude_users($qs=false,$object=false){
    //list of users to exclude
    
    $excluded_user=’1′;//comma separated ids of users whom you want to exclude
    
    if($object!=’members’)//hide for members only
    return $qs;
    
    $args=wp_parse_args($qs);
    
    //check if we are searching for friends list etc?, do not exclude in this case
    if(!empty($args[‘user_id’])||!empty($args[‘search_terms’]))
    return $qs;
    
    if(!empty($args[‘exclude’]))
    $args[‘exclude’]=$args[‘exclude’].’,’.$excluded_user;
    else
    $args[‘exclude’]=$excluded_user;
    
    $qs=build_query($args);
    
    return $qs;
    
    }
    
    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 visibility iof admin #48368
     Radu
    Moderator

    Hello Klosurdo,

    Try with this snippet

    COPY CODE
    
    
    function bpdev_exclude_users($qs=false,$object=false){
        
        $excluded_user='1'; // Id's to remove, separated by comma
        
        if($object != 'members' && $object != 'friends')// hide admin to members & friends 
        return $qs;
        
        $args=wp_parse_args($qs);
     
        if(!empty($args['user_id']))
        return $qs; 
        
        if(!empty($args['exclude']))
            $args['exclude'] = $args['exclude'].','.$excluded_user;
        else
            $args['exclude'] = $excluded_user;
        
        $qs = build_query($args);
     
        return $qs;
        
    }
    add_action('bp_ajax_querystring','bpdev_exclude_users',20,2);
     
    // once admin is removed, we must recount the members !
    function bpfr_hide_get_total_filter($count){
        return $count-1;
    }
    add_filter('bp_get_total_member_count','bpfr_hide_get_total_filter');
    
    

    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: Primary menu hover #48367
     Radu
    Moderator

    Hello,

    Add this CSS to your kleo-child/style.css or in your Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    
    .kleo-main-header .nav > li.active > a, .kleo-main-header .nav > li > a:hover {
    box-shadow: none !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: Thin line above menu #48343
     Radu
    Moderator

    Try with css code.

    Is not full width because, the div navbar-collapese is not full width.

    COPY CODE
    
    .navbar-collapse {border-top: 1px solid #e5e5e5;}
    
    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 #48342
     Radu
    Moderator

    Hello,

    Try with CSS code.

    COPY CODE
    
    
    .navbar-collapse {border-top: 1px solid #e5e5e5;}
    
    
    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: IE 11 shows mobile interface #47811
     Radu
    Moderator

    Hello,

    Add this code on head on first line to force disable compatibility view.

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

    Is important to be first after tag open

    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: bbpress search result show only topic #47810
     Radu
    Moderator

    Hello,

    You can do it easy by CSS

    COPY CODE
    
    #bbp-search-results .bbp-topic-author { display:none; }
    #bbp-search-results .bbp-topic-content { display:none; }
    #bbp-search-results .bbp-meta {display:none;}
    #bbp-search-results .bbp-topic-title-meta {display:none;}
    #bbp-search-results .topic {display:none;}
    

    Let me know if is ok.

    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: Info under profile picture covered #47798
     Radu
    Moderator

    Hello,

    Add this CSS to kleo-child style.css – wp-content/themes/kleo-child/style.css OR in Theme Options – General Options -> Quick CSS

    COPY CODE
    
    
    .main-color #buddypress #item-header-avatar { color: transparent; }
    #buddypress span.activity {padding: 10px 0; }
    
    

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

    Youre welcome,

    Try with this code

    COPY CODE
    
    #socket {border-top: 1px solid #dadada !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: >> Custom css widget #47766
     Radu
    Moderator

    Hello Laurent_C

    This code it should work good.

    COPY CODE
    
    .footer-sidebar .widget-title {
    color: red !important;
    text-align: center !important;
    }
    .footer-sidebar .textwidget {
    color: yellow !important;
    text-align: center !important;
    }
    
    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,881 through 2,920 (of 2,990 total)

Log in with your credentials

Forgot your details?