Forum Replies Created

Viewing 40 posts - 1,441 through 1,480 (of 2,796 total)
  • Author
  • in reply to: Sidebar Area full width #138771
     Laura
    Moderator

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

    COPY CODE
    
    section.container-wrap.main-color #main-container {
        max-width: 1440px;
    }
    
    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: Compulsory registration ? #138710
     Laura
    Moderator

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

    COPY CODE
    
    .registration ul#menu-sweetdate {
        display: none !important;
    }
    

    Does it work?

    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: 2nd menu apear in “Register” Page #138581
     Laura
    Moderator

    Hello, try with

    COPY CODE
    
    .registration .menus-wrap {
        display: none !important;
    }
    .registration #undefined-sticky-wrapper {
        height: 80px !important;
    }
    

    (You already have the header height at 155, so delete the !important and this one will work)

    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 Profile Accordion #138580
     Laura
    Moderator

    Hello, this wont hide the dot but disable the click

    COPY CODE
    
    #buddypress ul.toggle {
        pointer-events: none !important;
        cursor: default;
    }
    
    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: Different Headers Home vs Other Pages #138579
     Laura
    Moderator
    Not marked as solution
    in reply to: Font Changing #138578
     Laura
    Moderator
    Not marked as solution
    in reply to: Edit login panel #138573
     Laura
    Moderator

    Hello, at Header.php, copy it and paste it at child theme, then edit and find

    COPY CODE
    
    <?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 } ?>
    

    Replace with

    COPY CODE
    
    <?php if(get_option('users_can_register')) { ?>
    							<li class="header-register-button"><a href="TARGET URL HERE"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li>
    							<?php } ?>
    
    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 registration process? #138424
     Laura
    Moderator

    Hello, find the file home-register-form.php at page-parts and copy it to child theme ( create page-parts folder )
    Now edit it and find

    COPY CODE
    
    <div class="row">
    					  <div class="five mobile-one columns">
    						<label class="right inline"><?php _e("Password",'kleo_framework');?>:</label>
    					  </div>
    					  <div class="three mobile-one columns">
    						<input type="password" name="signup_password" required="required" placeholder="<?php _e("Required",'kleo_framework');?>">
    					  </div>
    					  <div class="one mobile-one columns text-center">
    						<label class="inline"></label>
    					  </div>
    					  <div class="three mobile-one columns">
    						<input type="password" name="signup_password_confirm" required="required" placeholder="<?php _e("Confirm",'kleo_framework');?>">
    					  </div>
    					</div>
    

    These are the two password inputs, by deleting that row you can delete them. Customize it as you prefer 🙂

    2. They can not be deleted because buddypress would no longer work. For example, the name field, its needed for the username to work, while the birthday field is not used by anything, just a profile field

    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: Font Changing #138101
     Laura
    Moderator
    Not marked as solution
    in reply to: Activity Steam Publishing #138086
     Laura
    Moderator

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

    COPY CODE
    
    div#whats-new-post-in-box {
        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: Text Colar in Cover Image #138085
     Laura
    Moderator

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

    COPY CODE
    
    .mycred-balance.mycred-mycred_default {
        color: white !important;
    }
    div#mycred-my-ranks {
        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: Different Headers Home vs Other Pages #138077
     Laura
    Moderator
    Not marked as solution
    in reply to: Styling Problem With Feature Box #138067
     Laura
    Moderator

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

    COPY CODE
    
    h3.feature-title {
        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: Compulsory registration ? #137921
     Laura
    Moderator

    Hello, try this code

    COPY CODE
    
    li.header-register-button {
        display: none !important;
    }
    

    For the menu, yes you can hide the menu at the register page, can you share access so i can check it out?

    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 Edit + Join Now button #137920
     Laura
    Moderator

    Hello, add this to style.css of child theme to change menu item font size

    COPY CODE
    
    ul#menu-sp-main-menu a {
        font-size: 14px;
    }
    

    For 2, this is not available right now.
    If you have any other style request i will be happy to help you 🙂

    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: Page title when full width #137914
     Laura
    Moderator

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

    COPY CODE
    
    h1.page-title {
        padding-top: 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: Edit login panel #137909
     Laura
    Moderator

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

    COPY CODE
    
    #login_panel a.radius.secondary.small.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: Rt media don’t work #137853
     Laura
    Moderator
    Not marked as solution
    in reply to: Header and menu alignment #137695
     Laura
    Moderator
    Not marked as solution
    in reply to: Carousel Photo Border Issues on Homepage #137690
     Laura
    Moderator

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

    COPY CODE
    
    ul.profile-thumbs 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. 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 Profile Accordion #137688
     Laura
    Moderator

    Hello, to hide about me tab, add this to style.css of child theme

    COPY CODE
    
    #buddypress .profile .toggle li:nth-child(1) {
        display: none;
    }
    

    To disable the toggle, add this

    COPY CODE
    
    h5.toggle-title.get-to-know-me {
        pointer-events: none;
        cursor: default;
    }
    
    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 #137681
     Laura
    Moderator
    Not marked as solution
    in reply to: Font Changing #137540
     Laura
    Moderator
    Not marked as solution
    in reply to: Mobile device – blank space under slider #137538
     Laura
    Moderator

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

    COPY CODE
    
    @media only screen and (max-width: 767px) {
    .page-template-page-templatesfront-page-php .rev_slider_wrapper {
        min-height: 213px !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: hyperlink in white color #137281
     Laura
    Moderator

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

    COPY CODE
    
    p a {
        color: blue !important;
    }
    

    If it happens at more places 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: Header and menu alignment #137279
     Laura
    Moderator
    Not marked as solution
    in reply to: Members directory pagination trouble #137277
     Laura
    Moderator
    Not marked as solution
    in reply to: Registration page #137126
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • 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.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    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: hide the search from a specific page only #137120
     Laura
    Moderator

    Hello, you can use this css code, just add it to style.css of child theme

    COPY CODE
    
    .page-id-10639 #searchform {
        display: none !important;
    }
    

    Copy and paste the whole code to use it fr other pages, and just change 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: Changing images #137095
     Laura
    Moderator

    Hello, for the menu, add this to style.css of child theme

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    .top-bar ul > li.active, .top-bar ul > li:hover {
        background: transparent !important;
    }
    }
    

    For the icon issue, did you add any new plugin recently? try to deactivate them and test again, if not, contact your hosting provider 🙂

    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: Logo options – Shrink Direction #136898
     Laura
    Moderator

    Hello, you can edit the logo position using this css

    COPY CODE
    
    img#logo_img {
        margin-left: 15%;
        margin-top: 1%;
    }
    
    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: CONTACT FORM #136894
     Laura
    Moderator

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

    COPY CODE
    
    h4.kleo-qc-title:before {
        content: '\e85f';
        font-family: fontello;
        padding: 10px;
    }
    h4.kleo-qc-title:after {
        content: '\e85f';
        font-family: fontello;
        padding: 10px;
    }
    

    The icon is ‘\e85f’
    Find more icon codes at http://fontello.com/

    To edit the contact modal you need the help of a developer.
    The file is kleo\lib\modules.php

    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: My register form leads to a blank page #136890
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • 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.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    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: Header and menu alignment #136888
     Laura
    Moderator
    Not marked as solution
    in reply to: Group pictures are pixelated #136875
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • 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.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    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: Compulsory registration ? #136723
     Laura
    Moderator

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

    COPY CODE
    
    li.header-register-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: Style #136719
     Laura
    Moderator

    Hello, i added this to your style.css of child theme

    COPY CODE
    
    .basic-menu>.has-submenu {
        position: relative;
        width: 80px;
    }
    #buddypress #whats-new-form #whats-new-options #whats-new-post-in-box select#whats-new-post-in {
        margin-left: 10px;
        max-width: 660px;
        width: auto;
    }
    

    Let me know if something is missing 🙂

    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: Title Not Showing in Bread Crumb #136519
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 1,441 through 1,480 (of 2,796 total)

Log in with your credentials

Forgot your details?