Forum Replies Created

Viewing 40 posts - 361 through 400 (of 2,796 total)
  • Author
  • in reply to: Logo enlargement in css #193421
     Laura
    Moderator
    Not marked as solution
    in reply to: Get Connected #193420
     Laura
    Moderator

    Hello, please try by adding this to style.css

    COPY CODE
    
    #members-directory-form span.activity {
        display: none !important;
    }
    

    The rest is changed, at your style.css i added

    COPY CODE
    
    div.mdetcenter {text-align:center;}
    #members-list .item-meta {text-align: center;}
    #buddypress ul.item-list li div.item-title {margin-left: 0;margin-right: 0;}
    #buddypress #members-list .item-title {margin-left: 0;margin-right: 0;text-align: center;}
    #buddypress #members-list .item-meta {margin-left: 0;margin-right: 0;text-align: center;}
    #buddypress #members-list .item-title a {
        font-weight: bold;
    }
    div.mdetcenter {
        text-align: center;
        display: inline-grid !important;
        margin-top: 5%;
        width: 100% !important;
    }
    

    And modified the functions.php code to match your 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: Bug with text logo #193246
     Laura
    Moderator

    Hello, yes, please add this too and let me know if it fix the issue.

    COPY CODE
    
    strong.logo a {
        font-size: 18px !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: Bug with text logo #193103
     Laura
    Moderator

    Hello, try with this

    COPY CODE
    
    .kleo-main-header.header-split .container {
        margin-left: 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: I lost all my sidebars – please help! #192935
     Laura
    Moderator
    Not marked as solution
    in reply to: can’t make specific gender get free membership. #192839
     Laura
    Moderator

    Hello, this is the correct setup ( change it & test )

    COPY CODE
    
        //Change this with your field name
        $field_name= "I am a";
     
        //Change the field value
        $value_to_match = "Ladyboy";
     
        //Membership level id
        $membership_level = "4";
    

    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

    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: Can not Import Buddypress profile fields #192778
     Laura
    Moderator

    Hello, please check this css code, this should make the avatar smaller and move it to the left

    COPY CODE
    
    div#item-header-avatar {
        width: 50% !important;
        margin-left: 15%;
    }
    

    And this is for mobile to make the buttons next to the avatar

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    .two.columns.pull-two {
        float: right;
        margin-top: -45%;
    }
    div#item-header-avatar img {
        width: 50% !important;
    }
    }
    

    For more edits please contact a developer as we do not offer custom requests at the forum 🙂

    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: Media gallery duplicated #192775
     Laura
    Moderator

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

    COPY CODE
    
    .buddypress .widget_kleo_testimonials {
        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: Installing update #192771
     Laura
    Moderator

    Hello, just go to Appearance > Edit and at members-loop.php find

    COPY CODE
    
    [su_spoiler title="OPEN Advanced Search Tab" style="fancy" icon="caret"][kleo_search_members_horizontal before="" button=1][/su_spoiler]
    

    And replace it with the search form shortcode you want to use at Users > Profile search

    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: Bug with text logo #192765
     Laura
    Moderator

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

    COPY CODE
    
    @media (min-width: 991px) {
    strong.logo a {
        font-size: 17px !important;
    }
    .primary-menu.collapse.navbar-collapse.nav-collapse {
        margin-left: -10%;
    }
    .kleo-main-header.header-split .container {
        padding: 0px !important;
    }
    ul#menu-second-menu a {
        font-size: 10px !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 🙂

     Laura
    Moderator

    Hello, please replace the code with

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    form#horizontal_search label {
        text-align: center !important;
    }
    form#horizontal_search {
        padding: 10px !important;
    }
    .two.columns.bglabel.hz-checkbox {
        width: 100% !important;
    }
    span.custom.checkbox {
        float: left !important;
    }
    form.custom span.custom {
        position: relative !important;
    }
    .two.columns.hz-checkbox-name {
        display: block !important;
        position: relative !important;
        height: 10px !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: Replace LOGIN and SIGN UP URL with a Custom URL #192494
     Laura
    Moderator
    Not marked as solution
    in reply to: Can not Import Buddypress profile fields #192420
     Laura
    Moderator

    Hello 🙂
    1- Its at sweetdate/page-parts/general-header.php
    2- Try by adding this to style.css of child theme

    COPY CODE
    
    #activity-stream:before {
    display:none !important;
    }
    

    3- Where did you see this?
    4- You may need to contact a developer for this as that topic is a bit old i am not sure it still works

    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 🙂

     Laura
    Moderator

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

    COPY CODE
    
    
    
    @media only screen and (max-width: 940px) {
    form#horizontal_search label {
        text-align: center !important;
    }
    form#horizontal_search {
        padding: 10px !important;
    }
    .two.columns.bglabel.hz-checkbox {
        width: 100% !important;
    }
    span.custom.checkbox {
        float: left !important;
    }
    form.custom span.custom {
        position: relative !important;
    }
    .two.columns.hz-checkbox-name {
        display: block !important;
        position: absolute !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 #192018
     Laura
    Moderator
    Hello, try by adding this to style.css of child theme
    .buddypress button#mceu_12-button {
        display: none !important;
    }
    .buddypress button#field_67-html {
        display: none !important;
    }
    
    in reply to: Getting Title/Breadcrumb layout appear #192015
     Laura
    Moderator

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

    COPY CODE
    
    .category h1.page-title {
        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: Can not Import Buddypress profile fields #191958
     Laura
    Moderator

    Hello, you can change the text using elementor by editing the form widget 🙂
    And for the arrow please add this to style.css of child theme

    COPY CODE
    
    span.notch {
        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: How to change the hover knowledge base? #191953
     Laura
    Moderator
    Not marked as solution
    in reply to: Profile Fields under Member Name at Members Directory #191949
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme
    1- Add more space at gender / age

    COPY CODE
    
    .search-meta .date {
        padding: 10px !important;
    }
    

    About the cell padding, i do not see any about me text at your users, which one did you mean?

    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: Edit the woocommerce product page #191844
     Laura
    Moderator

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

    COPY CODE
    
    .panel-kleo {
        margin-left: -100%;
    }
    
    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: Menus #191812
     Laura
    Moderator

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

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left li {
        float: left;
    }
    ul.dropdown-menu.sub-menu.pull-left {
        width: 450px !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 🙂

     Laura
    Moderator
    Not marked as solution
    in reply to: Fatal error: Allowed memory size exhausted #191617
     Laura
    Moderator
    Not marked as solution
    in reply to: Slight Changes to Demo Geodirectory #191614
     Laura
    Moderator
    Hello, fixed the search bar, and for the top padding add this
    div#geodir-wrapper-content {
        padding-top: 0px !important;
    }
    
    For the issue of the widgets too close to the screen add
    main#geodir-main-content {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    
    This should make the heading bold
    .geodir_list_heading.clearfix h3 {
        font-weight: bolder !important;
    }
    
    in reply to: mobile bad visualization new topic/answer #191409
     Laura
    Moderator

    Hello, please try by adding this to style.css

    COPY CODE
    
    p.form-allowed-tags {
        display: none !important;
    }
    @media (max-width: 991px) {
    .bbp-submit-wrapper {
        margin-top: 15% !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: Slight Changes to Demo Geodirectory #191081
     Laura
    Moderator
    Not marked as solution
    in reply to: Search Box customization #191067
     Laura
    Moderator
    Not marked as solution
    in reply to: Audio Player Display #191014
     Laura
    Moderator

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

    COPY CODE
    
    .mejs-container {
        background: transparent !important;
        margin: 0 auto !important;
    }
    .mejs-time.mejs-currenttime-container {
        padding: 10px !important;
    }
    .mejs-controls .mejs-button button {
        margin: 3px !important;
    }
    span.mejs-time-total.mejs-time-slider {
        margin-left: 10px !important;
        margin-top: 0px !important;
        width: 100%;
    }
    .mejs-time.mejs-duration-container {
        padding: 10px !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: Slight Changes to Demo Geodirectory #190870
     Laura
    Moderator
    Not marked as solution
    in reply to: Desktop logo VS mobile logo #190749
     Laura
    Moderator

    Hello, try by adding this

    COPY CODE
    
    .menus-wrap {
        margin-top: 5%;
    }
    
    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 media from search results #190729
     Laura
    Moderator

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

    COPY CODE
    
    .kleo-ajax-part.kleo-ajax-type-attachment {
        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 🙂

     Laura
    Moderator

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

    COPY CODE
    
    select#activity-filter-by {
        height: 26px !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: Hide media from search results #190509
     Laura
    Moderator

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

    COPY CODE
    
    .ajax_search_image {
        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: Video Header Portfolio page #190472
     Laura
    Moderator

    Glad you could resolve it!
    For the video, try by adding this to style.css of child theme

    COPY CODE
    
    .portfolio-template-default .video-wrap video {
        min-height: 100%;
        min-width: 100%;
        height: 100% !important;
    }
    .portfolio-template-default div#mep_0 {
        min-width: 100% !important;
    }
    .portfolio-template-default .video-wrap {
        height: 120%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: -50px !important;
        width: 100% !important;
        z-index: 0;
    }
    
    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: Register Page doesn’t work #190327
     Laura
    Moderator

    Hello, the issue is the checkbox, try by adding this to style.css of child theme

    COPY CODE
    
    p.mc4wp-checkbox.mc4wp-checkbox-buddypress {
        position: absolute;
        margin-top: 20%;
    }
    
    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 e Profile & Group Icons #190326
     Laura
    Moderator

    Hello, for the icons please check at Theme Options > Buddypress 🙂
    To hide the title of the pictures add this to style.css of child theme

    COPY CODE
    
    .activity-inner .rtmedia-item-title {
        display: none !important;
    }
    

    Due to the redirection to activity i can’t see the home page, let me know once i can 🙂

    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 🙂

     Laura
    Moderator

    Hello, try by using this css at style.css of child theme, you can adjust it as you prefer 🙂

    COPY CODE
    
    div#item-nav {
        height: 125px !important;
    }
    a#user-activity {
        background: #121212 !important;
        font-size: 0px !important;
    }
    a#user-activity:before {
        background-image: url(https://www.ginterest.club/wp-content/uploads/2018/03/Icon-Activity.png) !important;
        background-size: cover;
        width: 100px;
        height: 100px;
        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

    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: Video Header Portfolio page #190227
     Laura
    Moderator

    Hahaha do not worry Julie or Julia sounds good too! I think it suits me 🙂

    About the video, can you send me the direct link of where do you have it at your website?

    For the activity issue try by adding this to style.css of child theme

    COPY CODE
    
    #buddypress #activity-stream p img {
        display: inline !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: Default Members Profile Landing Tab not working #190207
     Laura
    Moderator

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

    COPY CODE
    
    /**
     * Change BuddyPress default Members landing tab.
     */
    define('BP_DEFAULT_COMPONENT', 'profile' );
    
    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: Desktop logo VS mobile logo #190197
     Laura
    Moderator

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

    COPY CODE
    
    strong.logo {
        height: 150px;
    }
    strong.logo img {
        max-height: 100% !important;
    }
    @media (max-width: 991px) {
    img#logo_img {
        height: 80px !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 🙂

Viewing 40 posts - 361 through 400 (of 2,796 total)

Log in with your credentials

Forgot your details?