Forum Replies Created

Viewing 40 posts - 761 through 800 (of 2,796 total)
  • Author
  • in reply to: less space between logo and menu navigation #169499
     Laura
    Moderator

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

    COPY CODE
    
    img#logo_img {
        margin-top: 4% !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: Cant Post Status Updates anymore #169488
     Laura
    Moderator
    Not marked as solution
    in reply to: Home Page and What’s New option #169376
     Laura
    Moderator
    Not marked as solution
    in reply to: Adjusting space between (above/below) feature items #169373
     Laura
    Moderator

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

    COPY CODE
    
    .kleo-block.feature-item.list-el-animated.default-icons-size.start-animation {
        margin-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: Buddyapp Icons are not found in visual composer #169368
     Laura
    Moderator

    Hello, it’s quite the same for those icons

    COPY CODE
    
    
    span.vc_icon_element-icon.typcn.typcn-group:before:hover {
        content: "\ea24";
        font-family: icomoon;
    }
    span.vc_icon_element-icon.typcn.typcn-messages:before:hover {
        content: "\e6f6";
        font-family: icomoon;
    }
    span.vc_icon_element-icon.vc_li.vc_li-news:before:hover {
        content: "\ea26";
        font-family: icomoon;
    }
    

    You can use:
    color: black;
    font-size: 14px;
    to change color and size 🙂

    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: Kleo – Geo directory and Sensei #169333
     Laura
    Moderator
    Not marked as solution
    in reply to: alignment Kleo post #169330
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme and then change the size as you prefer 🙂

    COPY CODE
    
    .home .article-media img {
        height: 400px !important;
        width: 400px !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: Home Page and What’s New option #169329
     Laura
    Moderator
    Not marked as solution
    in reply to: Registration Page #169322
     Laura
    Moderator
    Not marked as solution
    in reply to: How to remove area next to sidebar #169311
     Laura
    Moderator

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

    COPY CODE
    
    div#main-container {
        max-width: 1640px !important;
    }
    .template-page.col-sm-9.tpl-right {
        margin-left: 15%;
    }
    
    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: Buddyapp Icons are not found in visual composer #169306
     Laura
    Moderator

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

    COPY CODE
    
    span.vc_icon_element-icon.typcn.typcn-group:before {
        content: "\ea24";
        font-family: icomoon;
    }
    span.vc_icon_element-icon.typcn.typcn-messages:before {
        content: "\e6f6";
        font-family: icomoon;
    }
    span.vc_icon_element-icon.vc_li.vc_li-news:before {
        content: "\ea26";
        font-family: icomoon;
    }
    
    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 by adding this to style.css of child theme. Buddyapp uses icomoon icons

    COPY CODE
    
    span.second-menu-icon:before {
        content: "\e60b";
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }
    span.second-menu-icon span {
        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: Installation error #169278
     Laura
    Moderator

    Hello, installed child theme because it was missing.
    About the blank page, please do the following:

    Connect to your server by FTP or File Manager at your hosting
    Look in root directory of your WordPress install and open wp-config.php
    Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE

    COPY CODE
    define( 'WP_DEBUG', true );

    After this line add this:

    COPY CODE
    define( 'WP_DEBUG_LOG', true );

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    Cheers

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Home Page and What’s New option #169230
     Laura
    Moderator
    Not marked as solution
    in reply to: Home Page and What’s New option #169191
     Laura
    Moderator
    Not marked as solution
    in reply to: Making masonry background transparent? #168800
     Laura
    Moderator

    Try with this css 🙂

    COPY CODE
    
    .posts-listing.responsive-cols.kleo-masonry.per-row-6.with-meta.inline-meta.masonry-listing {
        width: 1100px !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 WITH CENTER ICONS #168795
     Laura
    Moderator

    Hello 🙂 Try by adding this to style.css of child theme and just edit it as you prefer 🙂

    COPY CODE
    
    .kleo-block.feature-item.list-el-animated.default-icons-size.center-icons.start-animation {
        background: black !important;
        height: 320px;
        width: 380px;
        padding: 20px;
    }
    
    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: Hiding Breadcrumb Page Title, Shrinking section #168714
     Laura
    Moderator
    Not marked as solution
    in reply to: Make Registration Page In One Column #168695
     Laura
    Moderator

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

    COPY CODE
    
    .register-section {
        width: 100% !important;
        margin: 0 auto !important;
        clear: left !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: Adjusting profile search field lengths #168691
     Laura
    Moderator

    Hello, it depends as the desktop resolution changes the view as the website is responsive, for example for me it shows fine
    Maybe try

    COPY CODE
    
    .editfield.field_3.field_i-am-a.form-group {
        width: 15%;
    }
    .editfield.field_6.field_looking-for-a.alt.form-group {
        width: 15%;
    }
    
    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: Adjusting profile search field lengths #168690
     Laura
    Moderator

    Hello, it depends as the desktop resolution changes the view as the website is responsive, for example for me it shows fine
    Maybe try

    COPY CODE
    
    .editfield.field_3.field_i-am-a.form-group {
        width: 15%;
    }
    .editfield.field_6.field_looking-for-a.alt.form-group {
        width: 15%;
    }
    
    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: Making masonry background transparent? #168687
     Laura
    Moderator

    Hello, this is the code to delete the background of that element, but you will see it doesnt look very good

    COPY CODE
    
    .posts-listing.responsive-cols.kleo-masonry.per-row-6.with-meta.inline-meta.masonry-listing article {
        background: 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: Making masonry background transparent? #168596
     Laura
    Moderator

    Hello, try by adding this to style.css

    COPY CODE
    
    .posts-listing.responsive-cols.kleo-masonry.per-row-6.with-meta.inline-meta.masonry-listing {
        background: 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: Adjusting profile search field lengths #168595
     Laura
    Moderator

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

    COPY CODE
    
    .vc_custom_1500913069618 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    

    If it doesnt work, try by editing the visual composer row where the element is, and put padding from 30 to 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: Blog Post Font #168576
     Laura
    Moderator

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

    COPY CODE
    
    .article-content p {
        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: Adding an image before the first article #168505
     Laura
    Moderator

    Hello, oh i understand, as your homepage is the blog you do not have any blog page.
    For the avatars try adding this to style.css of child theme

    COPY CODE
    
    small.meta-author.author.vcard img {
        width: 6% !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: Setting up Top Members with filters #168501
     Laura
    Moderator

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

    COPY CODE
    
    .item {
        text-align: center !important;
    }
    .item {
        float: left;
        margin-top: 15% !important;
        margin-left: -50% !important;
        padding-bottom: 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 🙂

    in reply to: Adjusting Group Display options #168369
     Laura
    Moderator

    Hello, you can hide the first group one and use the second using this css at style.css of child theme

    COPY CODE
    
    .kleo-gallery.animate-when-almost-visible.start-animation a {
        width: 15%;
        margin: auto 0 !important;
        margin-left: 8% !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: Setting up Top Members with filters #168367
     Laura
    Moderator

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

    COPY CODE
    
    #members-list .avatar {
        width: 100px !important;
        height: 100px !important;
        border-radius: 0px !important;
        border: none !important;
    }
    #members-list .item-avatar {
        border: none !important;
        width: auto !important;
    }
    li.vcard {
        width: 20% !important;
    }
    .item {
        float: left;
        margin-top: 15% !important;
        margin-left: -44% !important;
        padding-bottom: 40px;
    }
    .item-title.fn a {
        color: white !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: rtMedia slider animated gifs overlapping? #168127
     Laura
    Moderator

    Hello, does this help?

    COPY CODE
    
    .activity .rtmedia-item-thumbnail{
    padding: 0 10px 0 10px !important;
    height: 150px !important;
    }
    
    .activity .rtmedia-list-item {
    width: 275px !important;
    }
    
    .activity .rtmedia-item-title {
    width: 150px !important;
    overflow:hidden !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: where and how to insert code #168059
     Laura
    Moderator

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

    COPY CODE
    
    .dl-horizontal dt {
        text-align: left !important;
        text-overflow: ellipsis;
        white-space: normal !important;
    }
    dd.bp-field-value.bp-field-id-299 {
        height: 80px;
    }
    dd.bp-field-value.bp-field-id-300 {
        height: 116px;
    }
    dd.bp-field-value.bp-field-id-302 {
        height: 116px !important;
    }
    dd.bp-field-value.bp-field-id-301 {
        height: 87px !important;
    }
    dd.bp-field-value.bp-field-id-304 {
        height: 87px !important;
    }
    dd.bp-field-value.bp-field-id-305 {
        height: 87px !important;
    }
    dd.bp-field-value.bp-field-id-303 {
        height: 58px !important;
    }
    dd.bp-field-value.bp-field-id-306 {
        height: 116px !important;
    }
    dd.bp-field-value.bp-field-id-214 {
        height: 58px !important;
    }
    dd.bp-field-value.bp-field-id-213 {
        height: 58px !important;
    }
    dd.bp-field-value.bp-field-id-504 {
        height: 58px !important;
    }
    dd.bp-field-value.bp-field-id-307 {
        height: 58px !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: Making CSS changes #168009
     Laura
    Moderator

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

    COPY CODE
    
    .hr-title.hr-full.hr-double {
        border-style: solid !important;
        border-width: 1px;
        border-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: Search form #168007
     Laura
    Moderator

    Hello, yes, at the search results?
    Just add this to style.css of child theme or quick css

    COPY CODE
    
    .search .entry-summary {
        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: Boxed mode #168004
     Laura
    Moderator

    Hello, try the following css, just add it to style.css of child theme, and change the size as you prefer 🙂

    COPY CODE
    
    .kleo-main-header.header-normal.header-scrolled {
        width: 1600px !important;
        max-width: 1600px !important;
    }
    .kleo-main-header.header-normal.header-scrolled .container {
        padding: 0px !important;
        width: 1600px !important;
        max-width: 1600px !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: Removing Public Message Button #168002
     Laura
    Moderator

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

    COPY CODE
    
    a.activity-button.mention {
        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: registration forms #167953
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

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

    COPY CODE
    
    div#item-nav i:before {
        font-size: 24px !important;
    }
    ul#menu-side i:before {
        font-size: 34px !important;
    }
    ul#menu-header-icons i:before {
        font-size: 34px !important;
    }
    

    About profile header, please check 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: Change Kleo Icon color #167867
     Laura
    Moderator

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

    COPY CODE
    
    i.icon-angle-circled-right.icon-25:before {
        color: #e52358 !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: registration forms #167855
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 761 through 800 (of 2,796 total)

Log in with your credentials

Forgot your details?