Forum Replies Created

Viewing 40 posts - 521 through 560 (of 2,796 total)
  • Author
  • in reply to: Members Search page #182266
     Laura
    Moderator

    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 theme

    COPY CODE
    
    li#members-personal {
        display: none !important;
    }
    

    To hide total members add this

    COPY CODE
    
    li#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 fields

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

    Laura 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 🙂

    in reply to: Hide articles section #182265
     Laura
    Moderator

    Hello, here, just add to style.css the ones you want to hide

    COPY CODE
    
    li#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 solution

    Laura 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 🙂

    in reply to: Buddypress messaging #182261
     Laura
    Moderator

    Hello, 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 theme

    COPY 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 solution

    Laura 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 🙂

    in reply to: Elementor home page shows 2 register forms #182256
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Forums>Groups #182104
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: >> Topbar and font color #182089
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Layout #182083
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme

    COPY CODE
    
    div#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 solution

    Laura 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 🙂

    in reply to: Internet Admin Users displayed on Member Page #182024
     Laura
    Moderator
    Not marked as solution
    in reply to: bigger the images #181967
     Laura
    Moderator
    Not marked as solution
    in reply to: Background pic – fades out on upload #181963
     Laura
    Moderator
    Not marked as solution
    in reply to: Product Attribute Grid Display #181899
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Editing styles #181894
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: questions about sweetdate #181890
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Forums>Groups #181831
     Laura
    Moderator

    Here 🙂
    CSS to style.css of child theme

    COPY CODE
    
    ul.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 solution

    Laura 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 🙂

    in reply to: bigger the images #181819
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: Product Attribute Grid Display #181803
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: How to align top bar and menu items #181626
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme:)

    COPY CODE
    
    ul.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 solution

    Laura 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 🙂

    in reply to: Transparent mobile header #181598
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: How to align top bar and menu items #181561
     Laura
    Moderator

    Hello, understood 🙂
    Here add this to style.css of child theme and quick css of theme options

    COPY CODE
    
    div#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 solution

    Laura 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 🙂

    in reply to: Buddypress Favorite #181474
     Laura
    Moderator

    Hello, its free 🙂
    Add this to style.css of child theme

    COPY CODE
    
    a.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 solution

    Laura 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 🙂

    in reply to: Transparent mobile header #181467
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Changing font on Kelo Register fields #181450
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Member Page #181170
     Laura
    Moderator
    Not marked as solution
    in reply to: Home Page #181167
     Laura
    Moderator
    Not marked as solution
    in reply to: Search Result #181166
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Forum Stickies & Forum Search options #180955
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: RTMedia formatting problems #180950
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme 🙂

    COPY CODE
    
    button#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 solution

    Laura 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 🙂

    in reply to: page #180947
     Laura
    Moderator
    Not marked as solution
    in reply to: How to get row to the bottom on pages with little content #180939
     Laura
    Moderator

    Hello, 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 mobile

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

    Laura 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 🙂

    in reply to: Home Page #180857
     Laura
    Moderator
    Not marked as solution
    in reply to: Top bar color #180852
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: page #180714
     Laura
    Moderator
    Not marked as solution
    in reply to: How to hide secondary menu in Blog page #180709
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: How to hide secondary menu in Blog page #180587
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Navigation Background #180523
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    ul.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 solution

    Laura 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 🙂

    in reply to: add content to members page #180501
     Laura
    Moderator

    Hello, done 🙂 I added the edited file at wp-content/themes/sweetdate-child/buddypress/members
    its index.php, i added this code

    COPY 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 solution

    Laura 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 🙂

    in reply to: how change position for buttons… #180445
     Laura
    Moderator
    Not marked as solution
    in reply to: privacy settings #180444
     Laura
    Moderator
    Not marked as solution
    in reply to: 60 forums by page #180443
     Laura
    Moderator

    Hello, try by adding this to functions.php of child theme

    COPY CODE
    
    function 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 solution

    Laura 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 🙂

Viewing 40 posts - 521 through 560 (of 2,796 total)

Log in with your credentials

Forgot your details?