Forum Replies Created

Viewing 40 posts - 801 through 840 (of 2,796 total)
  • Author
  • in reply to: rtMedia slider animated gifs overlapping? #167747
     Laura
    Moderator

    Hello, maybe this helps a bit

    COPY CODE
    
    li.rtmedia-list-item.media-type-photo {
        width: 250px !important;
    }
    li.rtmedia-list-item.media-type-photo img {
        width: 250px !important;
    }
    

    Let me know 😀

    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 #167737
     Laura
    Moderator
    Not marked as solution
    in reply to: rtMedia slider animated gifs overlapping? #167668
     Laura
    Moderator

    Hello, maybe this helps, try adding it to style.css of child theme 🙂

    COPY CODE
    
    #buddypress .activity-inner .rtmedia-item-thumbnail {
        position: relative;
        width: 250px !important;
        height: 150px !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: Remove Menu and Headers #167480
     Laura
    Moderator

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

    COPY CODE
    
    .kleo-main-header.header-normal {
        display: none !important;
    }
    

    To remove ONLY the menu, not the LOGO,HEADER, add this instead

    COPY CODE
    
    .primary-menu {
        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: Re: Issues with Logout, Top Header and Forums #167400
     Laura
    Moderator

    Hello 🙂 I do not have issues with the Logout, do you still see the 404?
    For the forum, you need to create a new forum and then users should be able to create topics inside
    I created a test forum, you can see it here http://www.bizzibuddy.in/forums/ It should allow you to create a topic inside 🙂
    That is the top bar, to hide it try by adding this to style.css of child theme or to quick css

    COPY CODE
    
    .social-header.header-color {
        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: Bug with header height on mobile version #167330
     Laura
    Moderator
    Not marked as solution
    in reply to: KLEO POSTS ELEMENT #167311
     Laura
    Moderator

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

    COPY CODE
    
    .main-color blockquote, .main-color .masonry-listing .post-content {
        background: red !important;
        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: Theme distorted after wordpress update #167211
     Laura
    Moderator

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

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    ul#menu-main-menu a {
        color: #37b8dd !important;
        background: white !important;
    }
    }
    

    Also clear 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: how to have just 2 columns in footer #167193
     Laura
    Moderator

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

    COPY CODE
    
    #footer .col-sm-3 {
        width: 50% !important;
    }
    #footer .col-sm-3:last-child {
        display: none !important;
    }
    #footer .col-sm-3:nth-child(3) {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, at Appearance > Menu go o a menu item and you should see a dropdown that lets you select the style, those are button styles
    You can use menu options to change the font color of the menu, or add this to style.css of child theme then change the color at the code

    COPY CODE
    
    ul#menu-menu-es a {
        color: red !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

     Laura
    Moderator
    Not marked as solution
    in reply to: Instagram option? #167038
     Laura
    Moderator
    Not marked as solution
    in reply to: One column “masonry style” blog #166701
     Laura
    Moderator

    Hello, try this css, you can play with the size 🙂

    COPY CODE
    
    div#main-container {
        max-width: 1000px;
    }
    
    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_one_third] problems #166646
     Laura
    Moderator

    Hello, try:

    COPY CODE
    
    [kleo_one_third][kleo_img_rounded src=”https://www.hireme4you.com/Hire_Me_For_You_Employment_Jobs//wp-content/uploads/2017/07/hireme4you-employment-jobs-employer-employee-free.png”] [kleo_h4] 100% for FREE [/kleo_h4]
    
    You can register and create your CV for FREE! Your CV then become immediately visible, searchable, extendable and promotable, no strings, no catches and definitely no hidden charges or expectations, We have given you one of the most intricate text editors around allowing you to design away to your hearts content when creating your portfolio or CV.
    
    [/kleo_one_third][kleo_one_third][kleo_img_rounded src=”https://www.hireme4you.com/Hire_Me_For_You_Employment_Jobs//wp-content/uploads/2017/07/hireme4you-employment-jobs-employer-employee-handshake.png”] [kleo_h4] Matching Job Compatibility Metrics [/kleo_h4]
    
    Hire Me For You uses complex metrics to produce an easily understandable job search form, you can be matched to multitudes of differing criteria based upon an employers expectations, giving you increased possibilities of success in finding the right employer and most suitable job.On top of this hireme4you uses the Myer Brigs personality test and has built a secondary matching system around this test showing your compatibility to your current work along with your compatibility to a future employers Job posting
    
    [/kleo_one_third][kleo_one_third][kleo_img_rounded src=”https://www.hireme4you.com/Hire_Me_For_You_Employment_Jobs/wp-content/uploads/2017/07/hireme4you-employment-jobs-employer-employee-chat.png”] [kleo_h4] Matching Job Compatibility Metrics [/kleo_h4]
    
    Hireme4you gives you all the tools necessary to communicate with any member of this site from Chat, to a Q and A board, to Forums, to Groups, to Portfolios, to Activity pages, to dedicated Help, to Messaging, to Video Chat, all for FREE. Our help and advice forums are run by retired professional people who give their free time to advise you in any related work type function, issue or development and is currently being developed for such a purpose.
    [/kleo_one_third]
    

    Let me know if it works 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: questions about button and tab #166621
     Laura
    Moderator

    Hello 🙂
    Just add this to style.css of child theme and modify the %

    COPY CODE
    
    ul.nav.nav-tabs li {
        margin-left: 5%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: One column “masonry style” blog #166599
     Laura
    Moderator

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

    COPY CODE
    
    @media(min-width:768px){
            .row.responsive-cols.kleo-masonry.per-row-2 .post-item {
                width: 100% !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: Live Notifications Text #166598
     Laura
    Moderator
    Not marked as solution
    in reply to: Profile menu #166589
     Laura
    Moderator

    Hello, done 🙂
    I created new folders at your child theme woocomerce/single-product/tabs and pasted the file tabs.php of the main theme there, then edited it, changed

    COPY CODE
    
    <div>_tab" class="panel-collapse<?php if ($count_tab == 1) {echo ' in';} else { echo ' collapse'; } ?>">
    

    to

    COPY CODE
    
    <div>_tab" class="panel-collapse<?php if ($count_tab == 2) {echo ' in';} else { echo ' collapse'; } ?>">
    
    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: https://www.bulliblog.de/ #166549
     Laura
    Moderator

    Hello, please use this css, add to quick css or style.css of child theme, then change the color, you can use #0000 colors or normal color names

    COPY CODE
    
    .tp-caption a {
        color: red !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: how to modifed search result display page? #166535
     Laura
    Moderator

    Hello, just here at the code you added to 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(
    'år',
    'I am a',
    'Marital status',
    'Kommune'
    );
    
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

     Laura
    Moderator
    Not marked as solution
    in reply to: buddypress comment #166335
     Laura
    Moderator

    Hello, this should do it

    COPY CODE
    
    .activity-meta a {
        border: none !important;
        margin-left: -3%;
    }
    .activity-meta a:hover {
        background: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: buddypress comment #166326
     Laura
    Moderator

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

    COPY CODE
    
    .activity-meta a {
        border: 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: Profile menu #166322
     Laura
    Moderator

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

    COPY CODE
    
    function my_change_profile_tab_order() {
        global $bp;
        $bp->bp_nav['settings']['position'] = 10;
        $bp->bp_nav['activity']['position'] = 20;
        $bp->bp_nav['friends']['position'] = 30;
        $bp->bp_nav['groups']['position'] = 40;
        $bp->bp_nav['articles']['position'] = 30;
        $bp->bp_nav['messages']['position'] = 20;
        $bp->bp_nav['profile']['position'] = 10;
    }
    add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
    
    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 modifed search result display page? #166307
     Laura
    Moderator

    Hello, i just changed it 🙂 added this to quick css

    COPY CODE
    
    #members-list .search-item .avatar {
        width: 301px !important;
        height: 280px !important;
        margin-top: 0px !important;
        border: none !important;
        border-radius: 0px !important;
    }
    #members-list .search-item .avatar img {
        width: 301px;
        height: 280px !important;
        border-radius: 0px !important;
    }
    .search-item .date, .search-item .date a {
        color: black !important;
        font-weight: 600 !important;
    }
    .search-body {
        display: none !important;
    }
    .search-item {
        margin-top: 10px !important;
    }
    .four.columns {
        padding: 0 6px !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 Box in Header #166263
     Laura
    Moderator

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

    COPY CODE
    
    .kleo-search-form #searchform .input-lg {
        height: 33px !important;
        border-radius: 0px !important;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        background-color: #fff;
    }
    
    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 Box in Header #166262
     Laura
    Moderator

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

    COPY CODE
    
    .kleo-search-form #searchform .input-lg {
        height: 33px !important;
        border-radius: 0px !important;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        background-color: #fff;
    }
    
    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: Side menu font size #166253
     Laura
    Moderator

    Hello, try by adding this to style.css

    COPY CODE
    
    .offcanvas-sidebar.side-color.is-open a {
        font-size: 18px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Edit/style login form #166249
     Laura
    Moderator
    Not marked as solution
    in reply to: Remove Published Date and Admin #166239
     Laura
    Moderator
    Not marked as solution
    in reply to: Align submenu to right instead of left #166233
     Laura
    Moderator

    Hello, please try

    COPY CODE
    
    li#menu-item-2883 ul.dropdown-menu.sub-menu.pull-left {
        margin-left: -125px !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: Members Carousel issue #166230
     Laura
    Moderator
    Not marked as solution
    in reply to: Strange Padding above Banner in Member Directory #166087
     Laura
    Moderator
    Not marked as solution
    in reply to: Logo for mobile devices #166082
     Laura
    Moderator

    Hello, should be fixed, used this

    COPY CODE
    
    
    @media (max-width: 991px) {
    .logo img { display:none; }
    strong.logo a {
    background-image: url("http://www.serliberto.com/wp-content/themes/kleo-child/images/ser-liberto-logo.png") !important;
    min-height: 99px;
    background-repeat:no-repeat;
    }
    strong.logo.retina-logo img { display:none; }
    strong.logo.retina-logo a {
    background-image: url("http://www.serliberto.com/wp-content/themes/kleo-child/images/ser-liberto-logo.png") !important;
    min-height: 99px;
    background-repeat:no-repeat;
    }
    .navbar-header .logo {
        float: left;
        width: 90%;
        margin-top: 2%;
    }
    }
    

    🙂

    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 Published Date and Admin #166065
     Laura
    Moderator
    Not marked as solution
    in reply to: Featured Image Issue #166055
     Laura
    Moderator

    Hello, i see, please try this

    COPY CODE
    
    .job_listing-template-default img.attachment-kleo-full-width.size-kleo-full-width.wp-post-image {
        width: 400px;
    }
    .job_listings img.company_logo {
        width: 150px !important;
        height: 118px !important;
    }
    ul.job_listings li {
        height: 138px;
    }
    .job_listings .position {
        margin-left: 10%;
    }
    
    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 for mobile devices #166046
     Laura
    Moderator

    Hello, please try with

    COPY CODE
    
    @media (max-width: 991px) {
    .logo img { display:none; }
    strong.logo a {
    background-image: url(‘http://www.serliberto.com/wp-content/themes/kleo-child/images/ser-liberto-logo.png’) !important;
    min-height: 99px;
    background-repeat:no-repeat;
    }
    }
    
    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 modifed search result display page? #166043
     Laura
    Moderator

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

    COPY CODE
    
    #members-list .search-item .avatar {
        width: 283px;
        height: 250px;
    }
    #members-list .search-item .avatar img {
        width: 283px;
        height: 242px;
    }
    

    Let me know if you want to hide the white space ( search body ) below 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 🙂

     Laura
    Moderator
    Not marked as solution
    in reply to: mobile menu #166019
     Laura
    Moderator

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

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    ul#menu-sweetdate a {
        color: white !important;
    }
    nav.top-bar.expanded a {
        color: white !important;
    }
    .icon-reorder:before {
        content: "\f0c9";
        color: white !important;
    }
    ul#menu-sweetdate {
        margin-top: 0px !important;
    }
    #header a:not(.button), div#main .widgets-container.sidebar_location .form-search a:not(.button), .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select {
        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 🙂

Viewing 40 posts - 801 through 840 (of 2,796 total)

Log in with your credentials

Forgot your details?