Forum Replies Created

Viewing 40 posts - 2,441 through 2,480 (of 2,796 total)
  • Author
  • in reply to: increasing top menu link font size #68358
     Laura
    Moderator

    Hello, do you have a cdn or cache plugin? try to clean cache.
    If not try this

    COPY CODE
    
    .navbar-nav li > a {
    font-size: 14px !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: Pin with links #68356
     Laura
    Moderator

    Hello, you could wrap the pin shortcode in a link like:

    COPY CODE
    
    <a href="URLHERE"> [SHORTCODE] </a>
    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: Total men/women signed up on frontpage #68283
     Laura
    Moderator

    Hello, fixed with

    COPY CODE
    
    [kleo_status_icon type="total" subtitle="Members in total"] [kleo_status_icon type="members_online" subtitle="Members online"] 
    [kleo_status_icon type="custom" field="I am a" value="Woman" online="no" subtitle="Total Women" image="http://date.prontomedia.dk/wp-content/themes/sweetdate/assets/images/icons/steps/status_03.png"] 
    [kleo_status_icon type="custom" field="I am a" value="Man" online="no" subtitle="Total Men" image="http://date.prontomedia.dk/wp-content/themes/sweetdate/assets/images/icons/steps/status_04.png"] 
    
    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: change hover color #68282
     Laura
    Moderator

    Hello, this is for the link

    COPY CODE
    
    ul.link-list a:hover {
      color: black !important;
    }
    

    This will change the heart to a flag icon

    COPY CODE
    
    .icon-heart:before {
      content: "\f024";
    }
    
    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't change black text #68139
     Laura
    Moderator

    Hello, please use this css in quick css or style.css of child theme 🙂

    COPY CODE
    
    .form-header p {
      color: white;
    }
    dl.dl-horizontal p {
      color: white;
    }
    
    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: button alt #68135
     Laura
    Moderator

    Hello, please add thi css to style.css of child theme or quick css in general settings

    COPY CODE
    
    a.checkout-button.button.alt.wc-forward {
      font-size: 11px;
      margin: 0;
      line-height: 1.5em;
      cursor: pointer;
      position: relative;
      font-family: inherit;
      overflow: visible;
      padding: 10px;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      left: auto;
      color: #5e5e5e;
      border: 1px solid #e5e5e5;
      white-space: nowrap;
      display: inline-block;
      transition: all 0.4s ease-in-out 0s;
      background-color: rgb(247, 247, 247) !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: Background Colour & Spacing #68102
     Laura
    Moderator

    Hello, so here it is, please add it to quick ss or style.css and change aliceblue for the color you want

    COPY CODE
    
    .template-page.col-sm-6.col-sm-push-3.tpl-3lr {
      background-color: aliceblue;
    }
    .sidebar.sidebar-extra.col-sm-3.sidebar-3lr {
      background-color: aliceblue;
    }
    .activity-header p {
      color: green;
    }
    

    For the activity, could you share an user?

    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: Turn off Forum Role display labels? #67993
     Laura
    Moderator

    Hello, please add this css to quick css or style.css of child theme.

    COPY CODE
    
    .role-moderator.bbp-author-role {
      display: none;
    }
    

    Could you share access to your website so i can check out the other roles?

    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: change hover color #67990
     Laura
    Moderator

    Hello, here are the css codes that you will need. For the heart icon could you send a screenshot?

    This is for Profile menu links on hover, change pink to the color you want.

    COPY CODE
    
    div#object-nav ul li a:hover {
      color: pink !important;
    }
    

    Please add this code to the child theme style.css or quick css

    Also this is for the blue on each profile section

    COPY CODE
    
    .tabs.pill.custom dd.active a, .tabs.pill.custom li.active a, div.item-list-tabs ul li a span, #profile .pmpro_label {
      background: pink !important;
      color: #ffffff;
    }
    .button, ul.sub-nav li.current a, .item-list-tabs ul.sub-nav li.selected a, #subnav ul li.current a, .wpcf7-submit, #rtmedia-add-media-button-post-update, #rt_media_comment_submit, .rtmedia-container input[type="submit"] {
      border: 1px solid pink;
      background: pink;
      color: #ffffff;
    }
    .tabs.info dd.active a, .tabs.info li.active a, #object-nav ul li.current a, #object-nav ul li.selected a, .tabs.info dd.active, .tabs.info li.active, #object-nav ul li.selected, #object-nav ul li.current {
      border-bottom: pink;
    }
    .tabs.info dd.active a:after, #object-nav ul li.current a:after, #object-nav ul li.selected a:after {
      border-top: 5px solid pink;
    }
    
    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: Activation of New members in BackEnd #67432
     Laura
    Moderator

    Hello, yes thats how it should work, but you can use this code in your functions.php ( child theme ) to activate them automatically.

    COPY CODE
    
    add_action('bp_core_activated_user', 'kleo_add_member_activity');
    function kleo_add_member_activity($user_id)
    {
    	add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s"));
    }
    
    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: dont know how to setup the sweet date theme #67428
     Laura
    Moderator

    Hello, just add this to quick css or style.css of child theme

    COPY CODE
    
    ul#menu-sweetdate {
      float: right;
    }
    

    Hope it helps 🙂

    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: extra area below the footer #67415
     Laura
    Moderator

    Hello samnoonan, hould be fixed now, i added it to quick css

    COPY CODE
    
    #footer {
      padding-top: 40px;
      padding-bottom: 40px;
      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: How can i make change the font? #67023
     Laura
    Moderator

    Hello, please try with

    COPY CODE
    
    article {
      display: block;
      font-size: 14px !important;
    }
    

    Change 14px for the size you want.
    Please add it to style.css of child theme 🙂

    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, this will do it:

    COPY CODE
    
    .header-bg.clearfix {
      height: 100px !important;
    }
    

    Please add it to style.css of child theme. Modify 100px for what you want

    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: extra area below the footer #67005
     Laura
    Moderator

    Hello, please try with this css in style.css

    COPY CODE
    
    body {
      height: 320% !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: Blog carousel on frontpage is cut off #66574
     Laura
    Moderator

    Hello, please try with:

    COPY CODE
    
    ul.feature-stories img {
      width: 380px !important;
      max-width: 500px;
    }
    .carousel-stories {
      overflow: hidden;
      max-height: 394px;
      clear: both;
      padding-top: 20px;
      width: 1500px !important;
      margin-left: -150px !important;
    }
    .caroufredsel_wrapper {
      height: 600px !important;
      width: 1350px !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: Change Font Style in Menu and Body #66429
     Laura
    Moderator

    Hello, here are the css codes for each, just change the number to change font size, add these to style.css in child theme or quick css

    Menu

    COPY CODE
    
    ul#menu-menu li a {
      font-size: 14px;
      font-style: italic;
    }
    

    Page/Post Title

    COPY CODE
    
    h1.page-title {
      font-size: 24px;
      font-style: italic;
    }
    

    Font Styles: http://www.w3schools.com/cssref/pr_font_font-style.asp

    For body you already have it in theme options 🙂

    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: About us info not show in member listing #66413
     Laura
    Moderator

    Hello, you need to add that function to child theme functions.php

    COPY CODE
    
    //members page fields 
    add_action('after_setup_theme','kleo_my_member_data');
    function kleo_my_member_data() 
    {
        global $kleo_config;
        //this is the details field, right now it take the "About me" field content 
        $kleo_config['bp_members_details_field'] = 'About me';
        //this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there
        $kleo_config['bp_members_loop_meta'] = array(
            'I am a',
            'Marital status',
            'City'
        );
          
    }
    

    But instead of About me, use About us

    Change the text field to show ( large ) here

    COPY CODE
    
     $kleo_config['bp_members_details_field'] = 'About me';
    

    Change About me for your Field Name ( the one you want to show )

    And Change

    COPY CODE
    
        $kleo_config['bp_members_loop_meta'] = array(
            'I am a',
            'Marital status',
            'City'
    

    I am a, Marital status, City with other fields that you want to show ( those will appear next to the age )

    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: Some help with adjustments #66146
     Laura
    Moderator

    Hello, mhm so, do you mean that the tab answer for “Land” goes up or dissappears?
    For membership to show, add this to functions.php

    COPY CODE
    
    function kleo_membership_info()
    {
      global $membership_levels,$current_user;
      if (! $membership_levels) {
        return;
      }
      
     
        if (isset($current_user->membership_level) && $current_user->membership_level->ID)
        {
          echo '<a><span class="label radius pmpro_label">'.$current_user->membership_level->name.'</span></a>';
        }
        else
        {
          echo '<a><span class="label radius pmpro_label">'.__("Upgrade account",'kleo_framework').'</span></a>';
        }
    }
    
    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

    The css is not working fine, do you have a cache plugin setup? Please add

    COPY CODE
    
    .w2dc-listings-block-content {
            width: 100%;
    }
    .container img {
      height: auto !important;
     }
    @media screen and (max-width: 700px) {
    #header .header-banner {
    display:none;
    }
    }
    header.w2dc-listing-header h2 a, header.w2dc-listing-header h2 a:visited {
        font-weight: normal;
    }
    .w2dc-categories-root {
        font-weight: normal;
    }
    div.w2dc-content .w2dc-fields-group {
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 70px;
    }
    div.w2dc-content .w2dc-fields-group .w2dc-fields-group-caption {
        font-weight: normal;
    }
    .w2dc-big-slide {
      background-position:50% 50%;
      background-repeat:no-repeat;
      background-size:cover;
      overflow:hidden;
      text-align:center;
    }
    .w2dc-big-slide-wrapper {
      background:none 0 0 repeat scroll #FFFFFF;
      border:5px solid #FFFFFF;
      box-shadow:#ffffff 0 0 5px;
      margin-bottom:20px;
      overflow:hidden;
      transform:translateZ(0px);
    }
    .wp-caption {
    background-color:transparent !important;
    }
    img.alignleft, img.alignright, img.aligncenter {
        margin-bottom: -12px;
    }
    .w2dc-content.w2dc-search-form {
      border-radius:0px;
      margin-bottom:20px;
    }
    .w2dc-content .w2dc-btn {
      -webkit-user-select:none;
      background-image:none;
      border:1px solid transparent;
      border-radius:0px;
      cursor:pointer;
      display:inline-block;
      font-size:14px;
      font-weight:normal;
      line-height:1.42857143;
      margin-bottom:0;
      padding:6px 12px;
      text-align:center;
      vertical-align:middle;
      white-space:nowrap;
    }
    .w2dc-search-section-label {
      font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
      font-size: 1.7em;
      text-shadow: 0 1px 1px #000000;
      font-style: normal;
      line-height: 2em;
    border:1px solid transparent;
      border-radius:0;
      line-height:1.42857143;
      margin-right:2px;
    }
    .vc_separator h4 {
      display:table-cell;
      font-size:20pt;
      line-height:1em;
      white-space:pre;
    }
    main-color *::-moz-selection {
        background-color: #000000;
        color: #ffffff;
    }
    .alternate-color .kleo_ajax_results h4 span {
        background-color: #000000;
    }
    #main .main-color h1, #main .main-color h2, #main .main-color h3, #main .main-color h4, #main .main-color h5, #main .main-color h6 {
        color: #666666;
    }
    .vc_separator h4 {
        display: table-cell;
        font-size: 18pt;
        line-height: 1em;
        white-space: pre;
    }
    .w2dc-content {
      font-size:16px;
    }
    .w2dc-search-section-label {
        font-family: "Open Sans Condensed",;
        font-size: 1.5em;
        font-style: normal;
        line-height: 2em;
        text-shadow: 0 0px 0px #000000;
    }
    .single .container .with-meta .article-content, .posts-listing.standard-listing.with-meta .article-content {
      margin-left: 0px !important;
    }
    article .article-meta {
      width: auto !important;
      float: left !important;
      text-align: center !important;
      margin-left: 240px !important;
    }
    .entry-content .dropcap {
        color: #e977af;
        float: left;
        font-size: 5.71429rem;
        line-height: 0.75;
        margin-top: 6px;
        padding-right: 0.857143rem;
        text-transform: uppercase;
    }
    .posts-listing.standard-listing.with-meta.inline-meta .article-meta .post-meta {
      float: right !important;
      margin-left: -100px;
    }
    .template-page.col-sm-8.tpl-right.with-meta .article-meta {
      margin-top: 0px !important;
      position: absolute;
    }
    div#shr_canvas2 {
      padding-bottom: 50px;
    }
    @media (max-width: 991px) {
    .template-page.col-sm-8.tpl-right.with-meta .article-meta {
      margin-left: 110px !important;
    }
    }
    #main-container .article-content {
      padding-top: 50px !important;
      float: none;
      width: auto;
      border: 0;
      background: transparent;
    }
    

    To your style.css

    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: Some help with adjustments #65609
     Laura
    Moderator

    Hello, please add this to quick css or style.css

    COPY CODE
    
    dd.bp-field-value.bp-field-id-1121 {
      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: Total men/women signed up on frontpage #65411
     Laura
    Moderator

    Hello, please try with this shortcode in your Home page

    COPY CODE
    
    [kleo_status_icon type="custom" field="I am a" value="Woman" subtitle="Total Women" image="http://link_to_icon"] 
    [kleo_status_icon type="custom" field="I am a" value="Man" subtitle="Total Men" image="http://link_to_icon"] 
    
    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: Blog carousel on frontpage is cut off #65229
     Laura
    Moderator

    Hello, please add this css to your style.css or quick css of child theme

    COPY CODE
    
    .caroufredsel_wrapper {
      height: 400px !important;
    }
    

    Let me know if it helps! 🙂

    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: Display post meta in Single post page on top of post #65198
     Laura
    Moderator

    Hello, fixed! Everything is in your quick css
    CSS Used:

    COPY CODE
    
    article .article-meta {
      width: auto !important;
      float: left !important;
      text-align: center !important;
      margin-left: 310px !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, this is the css code for the post update button, let me know if you want to switch the colors

    COPY CODE
    
    #buddypress form#whats-new-form #aw-whats-new-submit {
      background: rgb(240, 209, 139);
      color: rgb(19, 37, 48);
    }
    

    For the others can you send a screenshot? 🙂

    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: Tiny Chat plugin #64851
     Laura
    Moderator

    Hello, please add this css to quick css in theme options or style.css in child theme

    COPY CODE
    
    #tiny {
      width: 130% !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: Take off New Registered members in activity stream #64270
     Laura
    Moderator

    Hello, please try this for members

    COPY CODE
    
    li#members-all {
      display: none;
    }
    

    I need an user so i can see the notification dropdown 🙂

    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: Some CSS to reduce white space… #64120
     Laura
    Moderator

    Hello, try adding this to the code i sent you before

    COPY CODE
    
    body.bp-header-small .bp-full-width-profile div#item-header {
      padding-bottom: 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: Take off New Registered members in activity stream #64107
     Laura
    Moderator

    Hello, the header cannot be transparent in other pages as the background is white. Its transparent in homepage because you have an image as background so the header can be transparent to that image. But as in other pages there is no image as background, only a color, it cannot be transparent, it can be white, grey… or any other color but its impossible to be transparent to white background. I can make it light grey, to simulate a transparent overlay with

    COPY CODE
    
    .header-color, .header-color .kleo-main-header {
      background-image: none !important;
      background-attachment: inherit;
      background-color: rgba(0, 0, 0, 0.11);
    }
    ul.dropdown-menu.sub-menu.pull-left {
      background-color: rgba(0, 0, 0, 0.07) !important;
    }
    

    Members count

    COPY CODE
    
    li#members-all {
      display: none;
    }
    div#member-dir-count-top {
      display: none;
    }
    

    By default, user updates should show in activity, maybe rtmedia is not well setup for that, could you share admin credentials?

    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: Instagram Icon Smaller in About Us Widget #64102
     Laura
    Moderator

    Hello, this will do it:

    COPY CODE
    
    div#kleo_about_us-2 a.has-tip.tip-bottom .icon-instagram {
      font-size: 18px;
    }
    
    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: Some CSS to reduce white space… #63949
     Laura
    Moderator

    Hello, add this css to quick css or style.css in child theme, let me know if you need more adjustments

    COPY CODE
    
    div#header {
      margin-top: 10px;
    }
    .buddypress div#item-header {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .template-page.col-sm-12.tpl-no {
      margin-top: -40px;
    }
    #main {
      clear: both;
      margin-top: -10px;
    }
    

    This is for profile, doest it work?

    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, it can be done with custom code, try this in functions.php of child theme

    COPY CODE
    
    add_filter( 'bp_core_fetch_avatar_no_grav', '__return_true' );
    	function myavatar_add_default_avatar( $url )
    	{
    		global $bp;
    		$gender = xprofile_get_field_data('I am a', bp_get_member_user_id());
    		if ($gender == "Male") {
    			return $img_url = SECU.'MALE AVATAR URL OF IMAGE';
    		}
    		else {
    			return $img_url = SECU.'FEMALE AVATAR URL OF IMAGE';
    		}
    	}
    	add_filter( 'bp_core_mysteryman_src', 'myavatar_add_default_avatar' );
    	add_filter( 'bp_core_default_avatar_user', 'myavatar_add_default_avatar' );
    

    Just add the url for female an male images and it should work.
    It works only if you have Male and Female and no more options in I am a field

    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: Black bar on mobile mode #63894
     Laura
    Moderator

    Hello, please try with:

    @media (max-width: 991px) {
    .kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header {
      position: relative!important;
      top: auto!important;
      background-color: #FFF !important;
    }
    .navbar-toggle {
      position: relative;
      float: none;
      padding: 9px 10px;
      margin-top: 0;
      margin-bottom: 8px;
      background-color: rgba(0, 0, 0, 0.49) !important;
      border-radius: 4px;
    }
    ul#menu-main a {
      color: black !important;
    }
    .navbar-transparent #ajax_searchform {
      background-color: rgba(34, 34, 34, 0.06);
    }
    }
    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 with:

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    #profile #item-header-avatar .avatar {
      border: 2px solid;
      width: 100% !important;
      max-width: 150%;
    }
    }
    
    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: Black bar on mobile mode #63604
     Laura
    Moderator

    Hello, what color would you like? i used one of your slider

    COPY CODE
    
    @media (max-width: 991px) {
    .kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header {
      position: relative!important;
      top: auto!important;
      background-color: #C5B8E6;
    }
    section.container-wrap.alternate-color.ov-hidden.border-bottom.text-center {
      margin-top: -15px;
    }
    }
    
    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: Take off New Registered members in activity stream #63603
     Laura
    Moderator

    Hello, to remove members count just edit the page and delete the shortcode
    For the transparent background, try with this css

    COPY CODE
    
    .header-color, .header-color .kleo-main-header {
      background-image: none !important;
      background-attachment: inherit;
      background-color: rgba(0, 0, 0, 0.5) !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: Increase width #63602
     Laura
    Moderator

    Hello, please try with

    COPY CODE
    
    .row {
      margin-right: -15px;
      margin-left: -185px !important;
      width: 150% !important;
    }
    

    2. Font Size and color fo the content? Header? or Sidebar
    3. Try with

    COPY CODE
    
    .circular-item {
      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: Some help with adjustments #63599
     Laura
    Moderator

    Hello, fixed in bp-custom.php with

    COPY CODE
    
    function mb_profile_menu_tabs(){
    global $bp;
    $bp->bp_nav['profile']['name'] = 'Rediger Profil';
    }
    add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
    
    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: Black flicker on Revolution Slider video #63476
     Laura
    Moderator

    Hello, try to add this to quick css or style.css in child theme

    COPY CODE
    
    .fullcoveredvideo video, .fullscreenvideo video {
      background: rgba(0, 0, 0, 0) !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: Blog left thumb not good on iPhone #63341
     Laura
    Moderator

    Hello, try to add this css in Quick CSS or style.css of child theme

    COPY CODE
    
    @media (max-width: 991px) {
    .kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear {
      -webkit-animation: none !important;
      -moz-animation: none  !important;
      -o-animation: none  !important;
      animation: none  !important;
      opacity: 1;
      -moz-transform: none  !important;
      -webkit-transform: none  !important;
      -o-transform: none  !important;
      transform: 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 🙂

Viewing 40 posts - 2,441 through 2,480 (of 2,796 total)

Log in with your credentials

Forgot your details?