Forum Replies Created

Viewing 40 posts - 2,041 through 2,080 (of 2,796 total)
  • Author
  • in reply to: Profile icon #100474
     Laura
    Moderator

    Hello, the code should fix all, try this

    COPY CODE
    
    
    .bbp-user-page .widgets-container.sidebar_location {
        padding-top: 90px !important;
    }
    a#user-xprofile:before {
        margin-left: 15% !important;
    }
    a#user-notifications:before {
        margin-left: 20% !important;
    }
    a#user-messages:before {
        margin-left: 20% !important;
    }
    a#user-friends:before {
        margin-left: 20% !important;
    }
    li#groups-personal-li a:before {
        margin-left: 20% !important;
    }
    a#user-forums:before {
        margin-left: 15% !important;
    }
    li#album-personal-li a:before {
        margin-left: 15% !important;
    }
    a#user-settings:before {
        margin-left: 25% !important;
    }
    div.item-list-tabs ul li a span {
        margin-left: 10px !important;
    }
    .tabs.info dd.active a:after, #object-nav ul li.current a:after, #object-nav ul li.selected a:after {
        border: none !important;
    }
    

    To change icon colors

    COPY CODE
    
    .item-list-tabs.no-ajax#object-nav a:before {
        color: black;
    }
    

    To change specific icon color, for example, profile icon

    COPY CODE
    
    a#user-xprofile:before {
        color: green !important;
    }
    

    Notification alert text color + background color

    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: green !important;
        color: white !important;
    }
    

    You can use any icon you want, just need to change the icons code at the first code, for example, this is the icon code for profile \f007

    COPY CODE
    
    a#user-xprofile:before {
    content: “<strong>\f007</strong>” !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, just add this to style.css of child theme

    COPY CODE
    
    mark.count {
        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: Profil tab – all open #100245
     Laura
    Moderator

    Hello, you can use this, add to style.css of child theme 🙂

    COPY CODE
    
    .accordion-content {
        display: block !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: Transparent Footer and Color #100240
     Laura
    Moderator

    Hello, this should make it transparent, add to style.css of child theme

    COPY CODE
    
    div#socket {
        background-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: Product label on mobile devices #100219
     Laura
    Moderator

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

    COPY CODE
    
    @media (max-width: 991px) {
    .woocommerce .kleo-sale-flash span.onsale {
        top: -10px;
        left: -30px;
    }
    }
    
    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: Profile icon #100075
     Laura
    Moderator

    Hello, add this to style.css of child theme 🙂

    COPY CODE
    
    .bbp-user-page .widgets-container.sidebar_location {
        padding-top: 90px;
    }
    a#user-xprofile:before {
        margin-left: 15%;
    }
    a#user-notifications:before {
        margin-left: 20%;
    }
    a#user-messages:before {
        margin-left: 20%;
    }
    a#user-friends:before {
        margin-left: 20%;
    }
    li#groups-personal-li a:before {
        margin-left: 20%;
    }
    a#user-forums:before {
        margin-left: 15%;
    }
    li#album-personal-li a:before {
        margin-left: 15%;
    }
    a#user-settings:before {
        margin-left: 25%;
    }
    div.item-list-tabs ul li a span {
        margin-left: 10px;
    }
    
    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: Removing white empty header in Search results page #100073
     Laura
    Moderator

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

    COPY CODE
    
    .directory #main {
        padding-top: 0px !important;
    }
    .directory #main h2 {
        display: none !important;
    }
    .search-item {
        margin-top: 50px;
    }
    
    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, try maybe this one

    COPY CODE
    
    function get_excerpt(){
    $excerpt = get_the_content();
    $excerpt = preg_replace(" (\[.*?\])",'',$excerpt);
    $excerpt = strip_shortcodes($excerpt);
    $excerpt = strip_tags($excerpt);
    $excerpt = substr($excerpt, 0, 40);
    $excerpt = substr($excerpt, 0, strripos($excerpt, " "));
    $excerpt = trim(preg_replace( '/\s+/', ' ', $excerpt));
    return $excerpt;
    }
    
    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: Social Login – Oval Avatar #99634
     Laura
    Moderator

    Hello, try adding this to style.css

    COPY CODE
    
    div#item-header-avatar {
        width: 154px;
        height: 154px;
    }
    div#item-header-avatar img {
        width: 130px;
        height: 130px;
    }
    
    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: Remove Ajax Login, @username, upgrade account #99612
     Laura
    Moderator

    Hello, please try adding this

    COPY CODE
     li.header-login-button {
        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: Issues on mobile #99604
     Laura
    Moderator

    Hello, try with this code, replace the other

    COPY CODE
    
    @media (max-width: 1280px) {
    .single-portfolio section.container-wrap.main-color.custom-color.text-center {
        background-size: contain !important;
        padding: 0px !important;
        height: 160px;
    }
    }
    
    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: mobile uploader in activity feed styling needs fix #99601
     Laura
    Moderator

    Hello, we will add a fix in next updates.
    This is a temp fix, add to style.css

    COPY CODE
    
    @media (max-width: 991px) {
    #buddypress form#whats-new-form #whats-new-submit {
        margin-top: 40px;
        position: relative;
    }
    #buddypress #whats-new-options > div {
        padding-top: 5px;
        float: right;
        position: absolute;
        padding-bottom: 20px;
        margin-left: 40px;
    }
    }
    
    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, added this

    COPY CODE
    
    function custom_excerpt_length( $length ) {
        return 20;
    }
    add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
    

    To functions.php 🙂 You can change it as you prefer ( 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: Full Page layout – Margin problem #99298
     Laura
    Moderator

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

    COPY CODE
    
    
    .geodir-page .template-page.col-sm-12.tpl-no {
        margin: 0;
        padding: 0;
    }
    .geodir-page div#main-container {
        width: 100%;
        margin: 0;
    }
    .geodir-page .container {
        max-width: 1780px;
    }
    
    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 how menu looks on small devices #99164
     Laura
    Moderator

    Hello, please try adding this to style.css

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    .top-bar {
        background: #37B8DD;
    }
    nav.top-bar .name {
        display: none !important;
    }
    .adminbar-enable .sticky.fixed {
        margin-left: 86%;
    }
    nav.top-bar {
        width: 50px !important;
        padding-right: 60px;
        float: right;
    }
    .top-bar.expanded {
        height: 100%;
        width: auto !important;
    }
    
    .eight.columns {
        float: left !important;
    }
    .contain-to-grid.sticky {
        width: 50px !important;
    }
    .top-bar ul > li.has-dropdown .dropdown li a {
        background: #37B8DD !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: Here’s a list of things I would love your help with. #99151
     Laura
    Moderator

    Hello, try adding this to style.css

    COPY CODE
    
    li#nav-menu-item-search {
        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: Long profile Fields #99029
     Laura
    Moderator

    Hello, when its a change to the theme style not related to the theme functionality then its a custom request.
    This should work, add to style.css

    COPY CODE
    
    .profile .dl-horizontal dt {
        float: left;
        width: 230px;
        line-height: 2.3em;
        overflow: visible;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: pre-line;
        font-weight: bold;
        padding-right: 20px;
    }
    .profile .dl-horizontal dd {
        margin-left: 190px;
        white-space: pre-line;
        line-height: 2.3em;
        overflow: visible;
        padding-right: 20px;
    }
    

    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: Here’s a list of things I would love your help with. #98985
     Laura
    Moderator

    Hello, each section of the page has a shortcode, to delete the sweet stories from our lovers section you need to delete the full section:

    COPY CODE
    
    [kleo_section centered=1 border=1]
    
    [kleo_row] [kleo_one]
    
    [kleo_h2] Sweet stories from [kleo_colored_text color="#F00056"] our Lovers[/kleo_colored_text][/kleo_h2]
    
    [kleo_lead_paragraph] Here you have some success stories from our blog section. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. [/kleo_lead_paragraph]
    
    [/kleo_one]
    
    [kleo_one]
    
    [kleo_posts_carousel]
    
    [/kleo_one]
    
    [/kleo_row]
    
    [/kleo_section]
    

    To edit the buttons check below:
    At the shortcode you have the following:

    First button- [kleo_button url="register" style="standard" size="large" round="radius" icon="0,before" target="_self"] Join us for FREE [/kleo_button]

    Second Button- [kleo_button_video url=”http://www.youtube.com/embed/FtquI061bag” style=”alert” size=”large” round=”radius” icon=”film,after”] Our TV Commercial [/kleo_button_video]

    There you see where to change the button url and text

    To edit the tabs, go to Sweetdate > BP Profile Tabs and enable/disable the ones you want.

    At Sweetdate > Memberships you will see the popular option

    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: Remove Ajax Login, @username, upgrade account #98983
     Laura
    Moderator

    Hello, please try the following

    COPY CODE
    
    #profile .tabs.pill.custom dd.active a, #profile .pmpro_label {
        display: none;
    }
    span.user-nicename {
        display: none !important;
    }
    

    Make sure you have child theme activated and deleted cache

    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 like button #98774
     Laura
    Moderator

    Hello, just add this to style.css

    COPY CODE
    
    button.rtmedia-like {
        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: Checkout Page – Paypal Greyed out #98773
     Laura
    Moderator

    Hello, first copy the main theme file header.php and paste it at child theme, now open it and find

    COPY CODE
    
    <li class="header-login-button"><a href="#"><i class="icon-user hide-for-medium-down"></i> <?php _e("LOG IN", 'kleo_framework'); ?></a></li>
    
                                <?php if(get_option('users_can_register')) { ?>
    							<li class="header-register-button"><a href="#"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li>
    							<?php } ?>
    

    There, delete data-reveal-id=”login_panel” and data-reveal-id=”register_panel”
    Then at href=”#” of header-login-button, add your login url ( replace the # ) and do the same with the one at header-register-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: Issues on mobile #98755
     Laura
    Moderator

    Hello, try this, add to style.css of child theme or to the visual composer css

    COPY CODE
    
    @media (max-width: 767px) {
    .single-portfolio section.container-wrap.main-color.custom-color.text-center {
        background-size: contain !important;
        padding: 0px !important;
        height: 160px;
    }
    }
    
    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 color Buddypress profile #98737
     Laura
    Moderator

    Hello, try this then

    COPY CODE
    
    #buddypress div#item-nav ul li.current a:before {
        color: blue !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: Boxed Kleo with FULL-WIDTH HEADER? #98412
     Laura
    Moderator

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

    COPY CODE
    
    @media screen and (min-width: 800px) {
    div#header {
        width: 1640px !important;
        margin-left: -20%;
    }
    section.container-wrap.main-title.alternate-color.main-right-breadcrumb.border-bottom {
        width: 1640px !important;
        margin-left: -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 to change color Buddypress profile #98405
     Laura
    Moderator

    Hello, to change all icons, add this to style.css of child theme then change color

    COPY CODE
    
    div#item-nav li a:before {
        color: blue !important;
    }
    

    To change just the shop icon, use this

    COPY CODE
    
    a#user-orders:before {
        color: blue !important;
    }
    

    Line Color:

    COPY CODE
    
    div#item-nav {
        border-bottom-color: blue !important;
    }
    

    Header meta

    COPY CODE
    
    .is-user-profile div#item-header div#item-header-content h4, .is-user-profile div#item-header div#item-header-content a, .is-user-profile div#item-header div#item-header-content .label, .is-user-profile div#item-header div#item-header-content span.activity, .buddypress.is-user-profile div#item-header div#item-actions h3, .is-user-profile div#item-header div#item-meta {
        color: blue !important;
    }
    

    Edit menu item

    COPY CODE
    
    a#edit {
        color: blue !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: membership section of sweet date themes #98390
     Laura
    Moderator

    Hello, make sure you have all pages at Memberships > Page Settings
    To show the member level add this to functions.php of child theme

    COPY CODE
    
    function kleo_membership_info_guest()
    {
      global $membership_levels,$current_user;
      if (! $membership_levels) {
        return;
      }
      
      if (!bp_is_my_profile())
      {
          $membership = pmpro_getMembershipLevelForUser(bp_displayed_user_id());
        if ($membership)
        {
            
          echo '<span class="label radius pmpro_label">'.$membership->name.'</span>';
        }
        else
        {
          echo '<span class="label radius pmpro_label">'.__("No membership",'kleo_framework').'</span>';
        }
      }
    }
    add_action('kleo_bp_after_profile_name', 'kleo_membership_info_guest');
    
    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 blue screen when using site via mobile #98254
     Laura
    Moderator

    Hello, then try the following css at style.css

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    div#rev_slider_1_1_wrapper {
        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: Head tag missing #98183
     Laura
    Moderator

    Hello, please check out the attachment, you need to use kleo posts element or any other element that allows to build query, and at build query, select product
    Added a few samples to https://www.especialz.com/test-vc-product/ you can edit and check each element settings
    For the menu, add this to style.css of child theme

    COPY CODE
    
    .kleo-main-header.header-normal {
        background-color: black;
    }
    
    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: Long profile Fields #98110
     Laura
    Moderator

    Hello, try this instead

    COPY CODE
    
    ul.tabs-content.custom dl.dl-horizontal dt, dd {
        white-space: pre;
        word-break: break-word;
        text-align: justify;
    }
    
    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: Footer Alignment #98088
     Laura
    Moderator

    Hello, responsive designs adjusts to the different screen sizes, if you manually change the size of your browser maybe you notice some details but actually those sizes are not used by any device.
    For the hover color try this

    COPY CODE
    
    p.txt1 a:hover {
        color: blue;
    }
    
    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: Remove Heards on profile #98065
     Laura
    Moderator

    Hello, if you mean just the matching hearts, add this to style.css of child theme

    COPY CODE
    
    .circular-item .hearts {
    display: none;
    }
    

    Or you mean all hearts of the site, add this to your functions.php

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_hearts_actions');
    
    function kleo_my_hearts_actions() 
    {     
    
        /* Replace the heart over images */
        add_filter('kleo_img_rounded_icon', 'my_custom_icon');
    
        /* Replace the heart from register modal */
        add_filter('kleo_register_button_icon', 'my_custom_icon_register');
    
        /* Replace the heart from About us widget */
        add_filter('kleo_widget_aboutus_icon', 'my_custom_icon_about_widget');
    }
    
    /* Replace the heart with a camera icon function */
    function my_custom_icon () {
        return 'camera';
    }
    
    /* Replace the heart from register modal with a user icon function */
    function my_custom_icon_register () {
        return 'user';
    }
    /* Replace the heart from about us widget with a user icon function */
    function my_custom_icon_about_widget () {
        return '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: replies #98054
     Laura
    Moderator

    Hello, try adding !important to all like

    COPY CODE
    
    .reply {   
    clear: left !important;
    margin: 0 !important;
    float: center !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: Main Menu font siza #98049
     Laura
    Moderator

    Hello, here it is

    COPY CODE
    
    ul#menu-sweetdate a {
        font-size: 24px;
    }
    

    🙂

    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: Mobile Header color and navigation buttons #98023
     Laura
    Moderator

    Hello, this css will change the menu background color at mobile

    COPY CODE
    
    @media (max-width: 991px) {
    .kleo-main-header.header-normal {
        background-color: blue;
        border: blue;
    }
    }
    

    Can you share screenshots of the other issues? 🙂

    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: Main content width #98006
     Laura
    Moderator

    Hello, added this to style.css

    COPY CODE
    
    .container {
        max-width: 1370px !important;
        padding-left: 60px !important;
    }
    .template-page.col-sm-9.tpl-right {
        width: 80% !important;
    }
    

    Let me know if that is the look you wanted 🙂

    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: Minimise comments in Activity Feed #97842
     Laura
    Moderator

    Hello, try by adding this to functions.php

    COPY CODE
    
    add_filter(‘bp_activity_can_comment’,’__return_false’);
    
    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: Base tab colour #97535
     Laura
    Moderator

    Hello, try adding this to style.css

    COPY CODE
    
    #profile-edit-form ul.button-nav li.current {
        background: #0095C2;
    }
    #profile-edit-form ul.button-nav li {
        background: #0095C2;
    }
    #profile-edit-form ul.button-nav li a {
        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: Logo too big after update #97531
     Laura
    Moderator

    Hello, fixed with the following css

    COPY CODE
    
    #logo img {
        width: 100px;
    }
    
    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: Amazon S3 #97471
     Laura
    Moderator

    Hello, i think its

    COPY CODE
    
    add_action(‘geodir_article_close’,’add_social_sharing’);
    function add_social_sharing() {
    get_template_part( ‘page-parts/posts-social-share’ );
    }
    

    Try deleting it and check if the error disappears

    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: Bugs and Issues #97468
     Laura
    Moderator

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

    COPY CODE
    
    .form-wrapper select {
        height: 35px;
    }
    

    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 🙂

Viewing 40 posts - 2,041 through 2,080 (of 2,796 total)

Log in with your credentials

Forgot your details?