Forum Replies Created

Viewing 40 posts - 41 through 80 (of 2,796 total)
  • Author
  • in reply to: Change H2 tittles in blog to h1 #217017
     Laura
    Moderator

    Hello, you can change this at the file content.php at theme files, copy the file and paste it at the child theme. Edit it and find:

    COPY CODE
    
    <h2 class="article-title entry-title">
    			<a>"
    			   title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'kleo_framework' ), the_title_attribute( 'echo=0' ) ) ); ?>"
    			   rel="bookmark"><?php the_title(); ?></a>
    		</h2>
    

    Replace with

    COPY CODE
    
    <h1 class="article-title entry-title">
    			<a>"
    			   title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'kleo_framework' ), the_title_attribute( 'echo=0' ) ) ); ?>"
    			   rel="bookmark"><?php the_title(); ?></a>
    		</h1>
    
    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 bar #217010
     Laura
    Moderator
    Not marked as solution
    in reply to: Set featured image as full screen width #216820
     Laura
    Moderator

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

    COPY CODE
    
    .container {
    max-width: 100% !important;
    width: 100% !important;
    

    If that doesn’t work or mess any other page, i would need to check it directly at your site, as its local, please consider an online staging site so i can check it

    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 H2 tittles in blog to h1 #216815
     Laura
    Moderator

    Hello, you can change the title font size using this css, add to style.css and edit as you prefer 🙂

    COPY CODE
    
    h2.article-title {
        font-size: 44px !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 filter #216804
     Laura
    Moderator

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

    COPY CODE
    
    .activity div#subnav {
        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, please 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. 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: Remove Forums from the Profile/Buddy bar. #216710
     Laura
    Moderator

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

    COPY CODE
    
    li#forums-personal-li {
        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: responsive page #216707
     Laura
    Moderator
    Not marked as solution
    in reply to: side bar #216704
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

    Hello, if you add this to style.css of child theme, you can control the width of the container for higher resolutions, above 1440px

    COPY CODE
    
    @media (min-width: 1440px) {
    .container {
        max-width: 1280px !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: Menu Background #216104
     Laura
    Moderator
    Not marked as solution
    in reply to: Profile Search : custom styling #216049
     Laura
    Moderator

    Hello, please use this css

    COPY CODE
    
    a.btn.btn-highlight.btn-lg.form-submit {
        background: red !important;
        border: 1px solid red !important;
        border-radius: 60px !important;
    }
    

    For button title you can use loco translate plugin 🙂

    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: member-header #216020
     Laura
    Moderator
    Not marked as solution
    in reply to: How to change size and placement of ‘title’ #215957
     Laura
    Moderator

    Hello, just add this to style.css of child theme and customize as you prefer 🙂

    COPY CODE
    
    h1.page-title {
        text-align: left !important;
        font-size: 32px !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 🙂

     Laura
    Moderator
    Not marked as solution
    in reply to: Resizing Directory Photos #215898
     Laura
    Moderator

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

    COPY CODE
    
    #buddypress ul.item-list li img.avatar {
        float: left;
        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: create a blank category template #215768
     Laura
    Moderator

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

    COPY CODE
    
    .row.responsive-cols.kleo-masonry.per-row-3 article {
        width: 21% !important;
    }
    .masonry-listing .format-image .post-title {
        border-left: 3px solid red !important;
    }
    

    You may need to customize the code to your specifications 🙂

    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: Drop down menu is aligning right. #215766
     Laura
    Moderator
    Not marked as solution
    in reply to: Drop down menu is aligning right. #215718
     Laura
    Moderator
    Hello, please try by adding this to style.css of child theme
    ul.dropdown-menu.sub-menu.pull-left a {
        text-align: left !important;
    }
    
    in reply to: Last joined member photo’s bugged on the front page #215250
     Laura
    Moderator

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

    COPY CODE
    
    .form-wrapper .carousel-profiles li {
        width: 94px !important;
        height: 94px !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: Forum not responsive #215126
     Laura
    Moderator

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

    COPY CODE
    
    @media only screen and (max-width: 768px) {
    ul.forum-titles li {
        clear: both !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: I can’t login to wordpress admin #214898
     Laura
    Moderator
    Not marked as solution
    in reply to: Notices placement #214865
     Laura
    Moderator

    Hello, well, try this:

    COPY CODE
    
    div#sitewide-notice {
    display:none;
    }
    .profile #sitewide-notice {
    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: Showing username in profile and #214799
     Laura
    Moderator
    Not marked as solution
    in reply to: Default Profile Picture and Cover Photo #214746
     Laura
    Moderator

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

    COPY CODE
    
    #item-header-content .generic-button a {
        background: black !important;
        color: white !important;
        border-color: black !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: Mobile Header/Logo Issues #214744
     Laura
    Moderator
    Not marked as solution
    in reply to: Current difficulties #214666
     Laura
    Moderator

    Hello, sweetdate depends on buddypress updates, if they delete sections we cannot do much. So its not that we deleted it 🙂

    Add this to style.css of child theme to hide the member count

    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: Download Fail #214626
     Laura
    Moderator

    Hello, here, add to style.css of child theme

    COPY CODE
    
    .bpfb_form_container {
        background: #a8f4f4 !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 docs to use Theme full width template #214612
     Laura
    Moderator

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

    COPY CODE
    
    .bp_doc-template-default .template-page.col-sm-9.tpl-right {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .bp_doc-template-default .sidebar.sidebar-main.col-sm-3.sidebar-right {
        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: Background and menu icons #214611
     Laura
    Moderator

    Hello, this is not actually the background of the page, this show because the height of the page is not enough to fill the screen, so there is not enough content.
    Try by adding this to style.css of child theme

    COPY CODE
    
    body, #content, .page-title-colors, #respond {
        height: -webkit-fill-available !important;
    }
    

    Can you display the icons so i can see it?

    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: center profile menu #214563
     Laura
    Moderator
    Not marked as solution
    in reply to: Download Fail #214460
     Laura
    Moderator

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

    COPY CODE
    
    form#whats-new-form {
        background: 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: Not desire links #214361
     Laura
    Moderator

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

    COPY CODE
    
    function remove_xprofile_links() {
        remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
    }
    add_action('bp_setup_globals', 'remove_xprofile_links');
    
    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: Home Page Kleo Post Carousel #214353
     Laura
    Moderator
    Not marked as solution
    in reply to: Sidebar still to see in Forums #214277
     Laura
    Moderator

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

    COPY CODE
    
    .forum-archive aside.four.columns {
        display: none !important;
    }
    .forum-archive div#main-content {
        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: Sticky Logo to big #214264
     Laura
    Moderator

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

    COPY CODE
    
    a.small-logo img {
        height: 40px !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: Trying to remove gap between logo and title section #214259
     Laura
    Moderator
    Not marked as solution
    in reply to: Options not working #214211
     Laura
    Moderator

    Hello, please try by adding this to wp-config.php at your website files

    COPY CODE
    
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', 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: Profil Image Error Homepage #214205
     Laura
    Moderator

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

    COPY CODE
    
    .form-wrapper .carousel-profiles li {
        width: 94px !important;
        height: 94px !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 - 41 through 80 (of 2,796 total)

Log in with your credentials

Forgot your details?