Forum Replies Created

Viewing 40 posts - 841 through 880 (of 2,796 total)
  • Author
  • in reply to: Simple Question. #166015
     Laura
    Moderator
    Not marked as solution
    in reply to: Geodirectory #166010
     Laura
    Moderator
    Not marked as solution
    in reply to: How to add custom icons. #166002
     Laura
    Moderator

    Hello, you would need to install the icons at your wordpress site http://www.wpbeginner.com/wp-themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme/

    And once you have that, you can use css to change the icons of buddypress, for example

    COPY CODE
    
    a#user-xprofile:before {
        content: "ICON CODE HERE" !important;
        font-family: "FONT FAMILY HERE" !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: News Focus Module #165996
     Laura
    Moderator
    Not marked as solution
    in reply to: No space between top of posts and header provided #165975
     Laura
    Moderator

    Hello, i see the issue, please try by adding this to style.css of child theme

    COPY CODE
    
    #main {
        padding-top: 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 🙂

     Laura
    Moderator

    Hello, its just a css issue,please add this to style.css of child theme

    COPY CODE
    
    .media-frame-toolbar {
        z-index: 100;
        bottom: auto !important;
        position: absolute !important;
    }
    .media-frame-toolbar .media-toolbar {
        bottom: -555px !important;
        border-top: none !important;
        position: absolute !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Cannot get home page settings to stick #165731
     Laura
    Moderator
    Not marked as solution
    in reply to: Notifications on Mobile view #165692
     Laura
    Moderator
    Not marked as solution
    in reply to: Breadcrumb in bbpress #165686
     Laura
    Moderator
    Not marked as solution
    in reply to: Hide Breadcrumbs for Group Pages #165675
     Laura
    Moderator

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

    COPY CODE
    
    .groups .breadcrumbs-container {
        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: Help ! #165665
     Laura
    Moderator

    Hello, please try by adding this to style.css

    COPY CODE
    
    #buddypress #whats-new-options {
    display: inline !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Changing the Groups Avatar #165663
     Laura
    Moderator

    Hello, looks like custom css issue, try with

    COPY CODE
    
    #groups-list img.avatar {
        margin: 0 !important;
    }
    .search-item .avatar {
        width: auto !important;
        height: auto !important;
        box-shadow: 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, this should do it 🙂

    COPY CODE
    
    .related.products.kleo-shop-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 🙂

    in reply to: kleo button color #165633
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    .btn.btn-default {
    background-color: #e67e22 !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: Remove Spacing #165545
     Laura
    Moderator
    Not marked as solution
    in reply to: WooCommerce Hide Sort options #165481
     Laura
    Moderator
    Not marked as solution
    in reply to: Need to change link on logo in header #165463
     Laura
    Moderator

    Hello, please go to your hosting file manager or FTP, find wp-content/themes/kleo/page-parts/general-header-section.php copy that file, go to wp-content/themes/kleo-child create a new folder, call it page-parts, paste the copied file there, edit then search and find:

    COPY CODE
    
    <a href="  php echo home_url ( ) ;  ">
    

    Replace it with

    COPY CODE
    
    <a href="THE URL HERE">
    

    Change THE URL HERE to the url 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: Area? #165365
     Laura
    Moderator
    Not marked as solution
    in reply to: How can I remove this button? #165346
     Laura
    Moderator
    Not marked as solution
    in reply to: Background gallery slideshow #165215
     Laura
    Moderator

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

    COPY CODE
    
    .slideshow-black {
        background: white !important;
        border: 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: How to set images in the title section #165203
     Laura
    Moderator

    Hello, sorry for the delay, its very easy to setup, just add this at style.css of child theme

    COPY CODE
    
    .page-id-135 .main-title {
        background-image: url(http://neueharmonie.ch/new/wp-content/uploads/2017/06/1-1-1024x159.jpg) !important;
        background-size: cover !important;
    }
    

    Just change image url and the page id number 🙂

    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 is NOT changing colors #165197
     Laura
    Moderator
    Not marked as solution
    in reply to: Header/Banner not lining up #165196
     Laura
    Moderator
    Not marked as solution
    in reply to: Cannot get home page settings to stick #165188
     Laura
    Moderator
    Not marked as solution
    in reply to: Featured Image Issue #165068
     Laura
    Moderator

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

    COPY CODE
    
    .page-id-9307 #logo_img {
        width: 200px;
        height: 200px;
    }
    .job_listing-template-default #logo_img {
        width: 200px;
        height: 200px;
    }
    
    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: Customize user profile tabs #165061
     Laura
    Moderator

    Hello 🙂
    For the orders, hide the tab with this css at style.css

    COPY CODE
    
    li#orders-personal-li {
        display: none !important;
    }
    

    Install https://wordpress.org/plugins/buddypress-custom-profile-menu/
    Place an empty page and name it Account select it there. And with a redirection plugin, redirect it to the account page or place the account shortcode at the page.

    To hide the other elements, add this to style.css of child theme

    COPY CODE
    
    li#forums-personal-li {
        display: none;
    }
    li#articles-personal-li {
        display: none;
    }
    li#media-personal-li {
        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: Remove or hide “Home” from breadcrumbs #165059
     Laura
    Moderator

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

    COPY CODE
    
    .kleo_framework.breadcrumb span:first-child {
        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: Instagram option? #165011
     Laura
    Moderator
    Not marked as solution
    in reply to: Questions #164903
     Laura
    Moderator
    Not marked as solution
    in reply to: Hide “All Members” #164849
     Laura
    Moderator

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

    COPY CODE
    
    li#members-all {
        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: Align submenu to right instead of left #164785
     Laura
    Moderator

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

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left {
        float: right !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: Simple Question. #164684
     Laura
    Moderator
    Not marked as solution
    in reply to: Combine WordPress and Buddypress Registration Form #164681
     Laura
    Moderator
    Not marked as solution
    in reply to: missing upload button #164656
     Laura
    Moderator

    Hello, its a recent issue with rtmedia and buddypress, please try:

    COPY CODE
    
    #buddypress #whats-new-options {
    display: inline !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: upload button missing on activity and profile #164556
     Laura
    Moderator

    Hello, please try this one

    COPY CODE
    
    #buddypress #whats-new-options {
    display: inline !important;
    }
    

    I am sorry for this issue, its a recent bug between rtmedia an buddypress

    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 Widget Title Color Change #164551
     Laura
    Moderator

    Hello, please try :

    COPY CODE
    
    #footer h4.widget-title {
        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: Post Button In “Groups” #164548
     Laura
    Moderator
    Not marked as solution
    in reply to: how to remove fullname #164546
     Laura
    Moderator

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

    COPY CODE
    
    div#item-header-avatar {
        margin-left: -15%;
    }
    .pull-two {
        right: 13% !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: kleo posts (visual composer) now working correctly #164545
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 841 through 880 (of 2,796 total)

Log in with your credentials

Forgot your details?