Forum Replies Created
-
Author
-
LauraModerator
Hello, try to recount members at Tools > Buddypress , check recount member and last activity
To hide the #friends add this to style.css of child themeCOPY CODEli#members-personal { display: none !important; }
To hide total members add this
COPY CODEli#members-personal { display: none !important; }
2- Sadly its a range field so you cant select the default state
3- You can change the order at Users > Profile fieldsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, here, just add to style.css the ones you want to hide
COPY CODEli#articles-personal-li { display: none !important; } li#media-personal-li { display: none !important; } li#forums-personal-li { display: none !important; } li#groups-personal-li { display: none !important; } li#friends-personal-li { display: none !important; } li#blogs-personal-li { display: none !important; } li#xprofile-personal-li { display: none !important; } li#activity-personal-li { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, i could not find the source of it at the language file.
I can check the file using ftp access or if you prefer you can hide it using this css ad style.css of child themeCOPY CODE#message-recipients .highlight { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try by adding this to style.cs of child theme
COPY CODE.header-bg .five.columns { display: none; } .one.mobile-one.columns.text-center { padding: 0px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, the code should just hide other forums at the main forum page so they all show 4, but they are still there if you click at Groups you should see all forums.
Try to replace the code i gave with
COPY CODE.forum-archive ul.bbp-forums-list li:nth-child(n+5) { display: none !important; }
Its css, style code, so it doesnt affect group updates or any function
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try by adding this to style.css of child theme, then you can change the color later 🙂
COPY CODE.social-header.header-color { background: blue !important; } .top-bar a { color: white !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODEdiv#header .row { margin: 0 auto !important; } section.with-top-border .row { margin: 0 auto !important; } div#support .row { margin: 0 auto !important; } div#footer .row { margin: 0 auto !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try by adding this to style.css of child theme
COPY CODE.woocommerce ul.products li.product:nth-of-type(3n+1) {clear:both; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try by adding this to style.css of child theme
COPY CODE@media only screen and (max-width: 940px) { section.elementor-element.elementor-element-fnilwzw.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section { margin-top: 0px !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try by adding this to style.css of child theme
COPY CODE.header-bg.clearfix { background: white !important; } .header-bg.clearfix a { color: red !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHere 🙂
CSS to style.css of child themeCOPY CODEul.bbp-forums-list li:nth-child(n+5) { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 3, 2017 at 14:01 in reply to: Kleo post settings doesnt react on how many thumbnail image to show #181816LauraModeratorNot marked as solutionLauraModeratorHello, try by adding this to style.css of child theme
COPY CODE.tax-pa_style .products li { width: 33% !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try by adding this to style.css of child theme:)
COPY CODEul.kleo-social-icons i:before { font-size: 14px !important; }
If you are happy with the support please rate us 5 stars at themeforest 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try adding this
COPY CODE@media (max-width: 991px) { .navbar-transparent.on-dark-bg .navbar .kleo-main-header { 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, understood 🙂
Here add this to style.css of child theme and quick css of theme optionsCOPY CODEdiv#top-social { float: right !important; } div#top-social li { float: right !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, its free 🙂
Add this to style.css of child themeCOPY CODEa.button.fav.bp-secondary-action:before { border: 1px solid #e5e5e5 !important; padding: 5px; border-radius: 60%; } a.button.fav.bp-secondary-action:hover:before { background: #f3f0f0 !important; transition: all 0.4s ease-in-out 0s; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try by adding this to style.css of child theme
COPY CODE@media (max-width: 991px) { .navbar-transparent.on-dark-bg:not(.kleo-navbar-fixed) #header { background: #0000 !important; } .navbar-transparent.on-dark-bg #ajax_searchform { background-color: #0000 !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try by adding this to style.css of child theme 🙂
COPY CODE.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1500599058499.vc_row-has-fill.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex .kleo-pop-title { color: white !important; } .kleo-register-style-white input[type="text"], .kleo-register-style-white input[type="password"] { background: rgba(255, 255, 255, 0.68) !important; color: black !important; } button.btn.btn-lg.btn-default.btn-block { color: white !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, fixed 🙂 I copied the file members-loop.php from the main theme to the child theme, so it looks likethis childtheme/buddypress/members/members-loop.php
Then i replaced this
COPY CODE<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&per_page='.sq_option( 'buddypress_perpage' ) ) ) : ?>
With this
COPY CODE<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&type=alphabetical' . '&per_page='.sq_option( 'buddypress_perpage' ) ) ) : ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, i did this, added to your style.css
COPY CODE.forum-archive .bbp-search-form { display: block !important; } .bbp-search-form { display: none; }
It hides the search form at all forums but the archive ( the main list of forums ) What do you think? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try by adding this to style.css of child theme 🙂
COPY CODEbutton#rtmedia-like-button-2 { background: none !important; margin-top: -2px !important; } button#rtmedia-comment-media-upload-rtmedia-2 { position: absolute !important; margin-left: 22% !important; }
Let me know if you want to change something else, just let me know what element and which change 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 24, 2017 at 20:33 in reply to: How to get row to the bottom on pages with little content #180939LauraModeratorHello, please try the following, add this to style.css of child theme
COPY CODE@media (max-width: 991px) { .remove .kleo-gap { display: none !important; } }
Now go to the page where the gap is, edit the gap element and at the class input put “remove” without the “”
This should hide the gap on mobileHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, yes, please try by adding this to style.css of child theme
COPY CODE.social-header.header-color { background: black !important; } .social-header.header-color a { color: white !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, sorry i forgot that part, here 🙂
COPY CODE.blog .logged-in ul#menu-side-buttons-logged-in { display: block !important; } .blog ul#menu-side-buttons-logged-in { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try by adding this to style.css of child theme
COPY CODE.logged-in ul#menu-side-buttons-logged-in { display: block !important; } ul#menu-side-buttons-logged-in { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try by adding this to style.css of child theme
COPY CODEul.dropdown-menu.sub-menu { background: black !important; opacity: 0.9; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, done 🙂 I added the edited file at wp-content/themes/sweetdate-child/buddypress/members
its index.php, i added this codeCOPY CODE<?php echo do_shortcode( '[kleo_button url="https://matchmaker.homes-and-hospitality.com/zoeken/" style="standard" size="standard" round="0" icon="0,before" target="_self"]Opnieuw zoeken [/kleo_button]'); ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
LauraModeratorHello, try by adding this to functions.php of child theme
COPY CODEfunction bbp_increase-forum-per-page( $args = array() ) { $args['posts_per_page'] = get_option( '_bbp_forums_per_page', 60 ); return $args; } add_filter( 'bbp_before_has_forums_parse_args', 'bbp_increase-forum-per-page' );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts