Forum Replies Created
-
Author
-
RaduModerator
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 solutionAttachments:
You must be logged in to view attached files.RaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionMarch 17, 2015 at 15:05 in reply to: Internet Explorer 10 rendering in responsive single column format #50428RaduModeratorYou 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 solutionMarch 16, 2015 at 21:44 in reply to: z index of floating envelope contact form not working with side menu #50346RaduModeratorHello,
Z-index problem fix
COPY CODE.kleo-quick-contact-wrapper { z-index: 100; }
Sidemenu space problem fix
COPY CODEdiv.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 solutionRaduModeratorHello,
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 CODEdefine( '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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorHEllo,
Add this code to your wp-config.php from root directory.
COPY CODEdefine( '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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorOk,
Add this CSS code to your Wp-admin -> Theme Options -> General Settings -> Quick CSS
COPY CODEdiv.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 solutionRaduModeratorHello,
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 solutionRaduModeratorUse 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 solutionRaduModeratorHello,
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 solutionRaduModeratorAdd 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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
Add this code to your functions.php from kleo-child directory
COPY CODEadd_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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
Try this
COPY CODEbody.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 solutionRaduModeratorHello,
Try this code
COPY CODEdiv#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 solutionRaduModeratorHello JohnMcLearran,
Here is your solution
Add this snippet to your kleo-child/functions.php
COPY CODEfunction 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 solutionMarch 6, 2015 at 14:34 in reply to: After activated visiual composer, I can not login wpadmin #48972RaduModeratorHello,
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 solutionRaduModeratorHello,
You need a larger picture and you need to style other elements
COPY CODEbody.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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 CODEadd_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 solutionMarch 4, 2015 at 17:27 in reply to: Footer dynamic column issue and mobile menu responsive issue #48757RaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorIt 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 CODEadd_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 solutionRaduModeratorHello Klosurdo,
Try with this snippet
COPY CODEfunction 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 solutionRaduModeratorHello,
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 solutionRaduModeratorTry 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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 openLet 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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorYoure 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 solutionRaduModeratorHello 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 -
AuthorPosts