Forum Replies Created

Viewing 40 posts - 2,641 through 2,680 (of 2,796 total)
  • Author
  • in reply to: DW Q&A white space after search #49314
     Laura
    Moderator

    Hello, please add this to quick css or style.css in child theme 🙂

    COPY CODE
    
    .dwqa-search .dwqa-search-form {
    height: 5% !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 enable left column in Members site? #49097
     Laura
    Moderator

    Hello, please add this to your functions.php in child theme

    COPY CODE
    
    add_action('bp_after_directory_members', 'kleo_add_buddy_sidebar', 99);
    function kleo_add_buddy_sidebar() {
    	get_sidebar('buddypress');
    }
    

    This will add the sidebar “buddypress” to your members directory, if you need extra css, 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: search bar horizontal #49061
     Laura
    Moderator

    Hello, find in wp-content/themes/sweetdate/members/single/member-header.php copy it and paste it it inside of wp-content/themes/sweetdate-child/members/single

    Then edit the file in your child theme and add the following

    COPY CODE
    
    <div class="fronth">
                <?php do_action( 'bp_before_directory_members_page', 'kleo_members_filter'); ?>
              </div>
    

    Just after the first ?>

    Then add this css to your quick css or style.css in child theme:

    COPY CODE
    
    #search-bar {
    padding-top: 20px;
    background: rgba(255,255,255,0.1);
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 20px;
    }
    .fronth {
    width: 132%;
    margin-left: -16%;
    margin-top: -2.5%;
    padding-bottom: 10px;
    }
    

    Hope it helps 🙂

    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: Shop Page Row Display #49020
     Laura
    Moderator

    Hello, use this code 🙂 same as the first one

    COPY CODE
    
    .woo-item-grid {
    border: none !important;
    border-radius: 6px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-left: 0% !important;
    }
    .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    width: 35% !important;
    height: auto;
    display: block;
    margin: 0 0 8px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    border-bottom: 0 !important;
    border-radius: 6px 6px 0 0;
    }
    .woo-info-item-grid {
    min-height: 80px;
    padding: 0 5px 5px;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 50%;
    float: right;
    margin-right: 20%;
    margin-top: -20%;
    font-size: 20px;
    }
    .woo-info-buttons {
    border-top: none !important;
    padding: 5px 0;
    text-align: center;
    display: inline-block;
    width: 200px;
    float: right;
    margin-right: -10%;
    margin-top: -19%;
    }
    .woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
    text-decoration: none;
    font-size: 17px;
    }
    .woocommerce .products ul, .woocommerce-page .products ul, .woocommerce ul.products, .woocommerce-page ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    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 🙂

     Laura
    Moderator

    Hello, try maybe with

    COPY CODE
    
    add_action( 'init', 'blockusers_init' );
    function blockusers_init() {
    if ( is_admin() && ! current_user_can( 'administrator' ) &&
    ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
    wp_redirect( '/members/' . bp_core_get_username( bp_loggedin_user_id() );
    exit;
    }
    }
    
    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: PMPro tables styling #48760
     Laura
    Moderator

    Hello, have you set the pages in Memberships / Subscriptions > Page Settings ?
    Check out: http://blovin.com/niveles/
    If you like this page layout, its:

    COPY CODE
    
    <h1 style="text-align: center;"><strong>Bienvenido/a a Be Loving.</strong></h1>
    <p style="text-align: center;"><strong>Activa tu Cuenta GRATIS</strong></p>
    <p style="text-align: center;">[pmpro_levels]</p>
    <p style="text-align: center;">En tu Perfil puedes editar información sobre ti y sobre lo que te gustaría en tu futura pareja, esto ayudará a los demás a encontrar similitudes contigo.</p>
    
    <h2 style="text-align: center;"><strong>Miembros Destacados</strong></h2>
    <p style="text-align: center;">[kleo_top_members]</p>
    
    <h2 style="text-align: justify;">[kleo_h4] <strong>Preguntas Frecuentes</strong> [/kleo_h4]</h2>
    <p style="text-align: justify;">[kleo_h6] <strong>¿Este servicio es de pago?</strong> [/kleo_h6]</p>
    <p style="text-align: justify;">No, actualmente TODO el contenido es gratis y está a tu disposición, puede que más adelante algunas cosas sean de pago, pero no te preocupes, el servicio básico siempre será gratis!</p>
    <p style="text-align: justify;">[kleo_h6] <strong>¿Donde edito mi perfil?</strong> [/kleo_h6]</p>
    <p style="text-align: justify;">Ve a Perfil, al lado del menú, debajo de tu foto encontrarás otro menú, ve a Perfil en este nuevo menú y selecciona editar. Entonces veras las diferentes pestañas que puedes rellenar.</p>
    <p style="text-align: justify;">[kleo_h6] <strong>El Chat me va lento</strong> [/kleo_h6]</p>
    <p style="text-align: justify;">Es posible que la cantidad de usuarios que estén hablando al mismo tiempo que tú ralenticen el chat. Pero no te preocupes, en la pestaña del chat de con quien estés hablando, haz clic al icono de una ventana y una flecha, esto abrirá el chat en un Popup, lo que hará que vaya más rapido.</p>
    <p style="text-align: justify;">¿Sigue algo lento? No te preocupes, tenemos soluciones para todo. Ve a la pestaña de chat original, haz clic en el icono del engranaje y selecciona "Iniciar video llamada" Esto abrirá un nuevo Popup donde encontrarás el chat mucho más rapido y con posibilidad de usar la cam, ver videos de youtube etc...</p>
    <p style="text-align: justify;">[kleo_h6] <strong>¿Como puedo encontrar pareja?</strong> [/kleo_h6]</p>
    <p style="text-align: justify;">Más facil de lo que crees, en el menú Usuarios, tienes la lista de usuarios de esta web, con unos simples clics podrás encontrar a quien buscas.</p>
    <p style="text-align: justify;"><strong>¡Hay más trucos!</strong></p>
    <p style="text-align: justify;">En tu perfil, cuando hayas rellenado alguna pestaña, cada gusto , interes etc... será clicable, esto significa que si le haces  clic a algun gusto tuyo o de otra persona, se buscará todos los que compartan esos gustos!</p>
    <p style="text-align: justify;"><strong>¡Más cosas!</strong></p>
    <p style="text-align: justify;">En cada perfil, verás un circulo donde dice "Igual" y un porcentaje, esto se calcula automáticamente según las similitudes que hayan entre ambos.</p>
    <p style="text-align: justify;"></p>
    
    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 this code in functions.php of child theme:

    COPY CODE
    
    add_action( 'init', 'blockusers_init' );
    function blockusers_init() {
    if ( is_admin() && ! current_user_can( 'administrator' ) &&
    ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
    wp_redirect( home_url() );
    exit;
    }
    }
    

    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: Template #48693
     Laura
    Moderator

    Hello, here, add this to quick css in General Settings of KLEO or in style.css of child theme

    COPY CODE
    
    h1.page-title {
    display: none !important;
    }
    

    This will disable your page titles forever and ever 🙂

    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: template edit #48689
     Laura
    Moderator

    Hello, here its an update
    4. Done with css:

    COPY CODE
    
    div#profile-details-section {
    display: none;
    }
    div#basic-details-section {
    margin-left: 30%;
    }
    div.register-section.wangguard {
    margin-left: 30.5%;
    }
    

    8. Done changing Base Group Name (check screenshots) NOTE: In order to show your tabs next to profile please update Sweetdate because the update includes a new panel BP Profile Tabs and Matching system editor. You have not updated your theme so right now no tabs will show.

    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: template edit #48688
     Laura
    Moderator

    Hello, for 2. you can find those files in Sweetdate > Members / Custom buddypress folders and some functions in functions.php
    3. Try this css in quick css or style.css in child theme

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    .two, .row .two {
    width: 44% !important;
    }
    }
    

    4. Will work on it now
    8. Will work on it now
    10. Use this in functions.php of child theme, change max year as you want:

    COPY CODE
    
    function custom_bp_datebox($html, $type, $day, $month, $year, $field_id, $date) {      
        if($type == 'year'){
       
            $html = '<option value=""' . selected( $year, '', false ) . '>----</option>';
     
            for ( $i = 2015; $i > 1994; $i-- ) {
                    $html .= '<option value="' . $i .'"' . selected( $year, $i, false ) . '>' . $i . '</option>';
            }
        }
        return $html;
    }
    add_filter( 'bp_get_the_profile_field_datebox', 'custom_bp_datebox',10,7);
    
    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: Shop Page Row Display #48680
     Laura
    Moderator

    Hello, please add this to your quick css or style.css in child theme, if you want any change just let me know 🙂

    COPY CODE
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    display: inline-block;
    float: left;
    margin: 0 40.8% 2.992em 0;
    padding: 5px;
    position: relative;
    width: 33.30%;
    margin-left: 30%;
    }
    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    display: none;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    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: Replace matching system heart icon #48497
     Laura
    Moderator

    Hello, try with:

    COPY CODE
    
    .circular-item .hearts {
    background: url(“url to my icon”)!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 can I put them in the header? #48484
     Laura
    Moderator

    Hello 🙂 Sorry for the confusion.
    Those links are generated dynamically, so you cannot just make an url to them, but with this function, you can add an empty page in Pages, with each sections name (Activity, Profile, Notifications, Messages, Friends, Groups, Media, Settings) And you can also add extra with a simple change.
    Here it is:
    Add this to functions.php in child theme
    Create a new page with each section name , for example page Profile, page Messages…

    COPY CODE
    
    function redirect2profile(){
    	include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    	if($_SERVER['REQUEST_URI'] == '/profile/' && is_plugin_active('buddypress/bp-loader.php') && is_user_logged_in()){
    		global $current_user;
    		wp_redirect( get_bloginfo('url') . '/members/'. $current_user->user_login . '/profile/'); 
    		exit();
    	}
    	if($_SERVER['REQUEST_URI'] == '/activity/' && is_plugin_active('buddypress/bp-loader.php') && is_user_logged_in()){
    		global $current_user;
    		wp_redirect( get_bloginfo('url') . '/members/'. $current_user->user_login . '/activity/'); 
    		exit();
    	}
    	if($_SERVER['REQUEST_URI'] == '/messages/' && is_plugin_active('buddypress/bp-loader.php') && is_user_logged_in()){
    		global $current_user;
    		wp_redirect( get_bloginfo('url') . '/members/'. $current_user->user_login . '/messages/'); 
    		exit();
    	}
    	if($_SERVER['REQUEST_URI'] == '/notifications/' && is_plugin_active('buddypress/bp-loader.php') && is_user_logged_in()){
    		global $current_user;
    		wp_redirect( get_bloginfo('url') . '/members/'. $current_user->user_login . '/notifications/'); 
    		exit();
    	}
    	if($_SERVER['REQUEST_URI'] == '/friends/' && is_plugin_active('buddypress/bp-loader.php') && is_user_logged_in()){
    		global $current_user;
    		wp_redirect( get_bloginfo('url') . '/members/'. $current_user->user_login . '/friends/'); 
    		exit();
    	}
    	if($_SERVER['REQUEST_URI'] == '/groups/' && is_plugin_active('buddypress/bp-loader.php') && is_user_logged_in()){
    		global $current_user;
    		wp_redirect( get_bloginfo('url') . '/members/'. $current_user->user_login . '/groups/'); 
    		exit();
    	}
    	if($_SERVER['REQUEST_URI'] == '/media/' && is_plugin_active('buddypress/bp-loader.php') && is_user_logged_in()){
    		global $current_user;
    		wp_redirect( get_bloginfo('url') . '/members/'. $current_user->user_login . '/media/'); 
    		exit();
    	}
    	if($_SERVER['REQUEST_URI'] == '/settings/' && is_plugin_active('buddypress/bp-loader.php') && is_user_logged_in()){
    		global $current_user;
    		wp_redirect( get_bloginfo('url') . '/members/'. $current_user->user_login . '/settings/'); 
    		exit();
    	}
     }
    add_action('init', 'redirect2profile');
    

    This functions makes a redirect to those profile parts if a page has the name of it, you can change it as you want, for example:

    COPY CODE
    
    	if($_SERVER['REQUEST_URI'] == '/settings/' && is_plugin_active('buddypress/bp-loader.php') && is_user_logged_in()){
    		global $current_user;
    		wp_redirect( get_bloginfo('url') . '/members/'. $current_user->user_login . '/settings/'); 
    		exit();
    	}
    

    This makes that the page that has the slug “settings” will redirect to the logged in user “settings” page.
    Just create empty pages for each link and place them in your menu, if you dont want to show those links to not logged in users, use the plugin attached, it lets you have a dinamic menu for logged in/out users

    To add more links like “sites” just paste the sample code before the last } of the above code and change the name of the slugs.

    SAMPLE CODE

    COPY CODE
    
    	if($_SERVER['REQUEST_URI'] == '/EMPTY-PAGE-SLUG/' && is_plugin_active('buddypress/bp-loader.php') && is_user_logged_in()){
    		global $current_user;
    		wp_redirect( get_bloginfo('url') . '/members/'. $current_user->user_login . '/BUDDYPRESS-URL-SLUG/'); 
    		exit();
    	}
    

    To add icons to your new menu links, you can go to Appearance > Menu and choose an icon for them

    Or you can use this plugin for already made buddypress menu links but on sidebar as a widget
    https://wordpress.org/plugins/buddypress-custom-profile-menu/

    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: profile detail field not match #48482
     Laura
    Moderator

    Hello, i fixed it adding the following code to your quick css under Sweetdate > Styling > Quick css

    COPY CODE
    
    .dl-horizontal dt {
    line-height: 20px !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: Modify Link for Create New Account Button #48224
     Laura
    Moderator

    Hello, here it is, for header.php

    COPY CODE
    
    <?php
    /**
     * The Header for our theme.
     *
     * @package WordPress
     * @subpackage Sweetdate
     * @author SeventhQueen <themesupport@seventhqueen.com>
     * @since Sweetdate 1.0
     */
    ?><!DOCTYPE html>
    
    <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" <?php language_attributes(); ?>> <![endif]-->
    <!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" <?php language_attributes(); ?>> <![endif]-->
    <!--[if IE 8]>    <html class="no-js lt-ie9" <?php language_attributes(); ?>> <![endif]-->
    <!--[if gt IE 8]><!-->
    
    <html class="no-js" <?php language_attributes(); ?>>
    <!--<![endif]-->
    
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta name="viewport" content="width=device-width" />
    <title><?php wp_title( '|', true, 'right' ); ?></title>
    
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    
    <!--[if IE 7]>
    <link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/assets/styles/font-awesome-ie7.min.css">
    <script src="<?php echo get_template_directory_uri();?>/assets/scripts/ie6/warning.js"></script>
    <script>window.onload=function(){e("<?php echo get_template_directory_uri();?>/assets/scripts/ie6/")}</script>
    <![endif]-->
    
    <!--Favicons-->
    <?php if (sq_option('favicon')) { ?>
    <link rel="shortcut icon" href="<?php echo sq_option('favicon'); ?>">
    <?php } ?>
    <?php if (sq_option('apple57')) { ?>
    <link rel="apple-touch-icon" href="<?php echo sq_option('apple57'); ?>">
    <?php } ?>   
    <?php if (sq_option('apple57')) { ?>
    <link rel="apple-touch-icon" sizes="57x57" href="<?php echo sq_option('apple57'); ?>">
    <?php } ?>   
    <?php if (sq_option('apple72')) { ?>
    <link rel="apple-touch-icon" sizes="72x72" href="<?php echo sq_option('apple72'); ?>">
    <?php } ?>   
    <?php if (sq_option('apple114')) { ?>
    <link rel="apple-touch-icon" sizes="114x114" href="<?php echo sq_option('apple114'); ?>">
    <?php } ?>   
    <?php if (sq_option('apple144')) { ?>
    <link rel="apple-touch-icon" sizes="144x144" href="<?php echo sq_option('apple144'); ?>">
    <?php } ?>  
    
    <?php if(function_exists('bp_is_active')) { bp_head(); } ?>
    
    <?php wp_head(); ?>
    </head>
    
    <body <?php body_class(); ?>>
        
    <?php do_action('kleo_after_body');?>
    
    <!-- Page
    ================================================ -->
    <!--Attributes-->
    <!--class = kleo-page wide-style / boxed-style-->
    <div class="kleo-page <?php echo sq_option('site_style','wide-style'); ?>">
    
    <!-- HEADER SECTION
    ================================================ -->
    <header>
    	<div class="header-bg clearfix">
    
    		<?php if(sq_option('social_top') == 1) :?>
    		<!--Top links-->
    		<div class="top-links">
    			<div class="row">
    				<ul class="no-bullet">
    					<li class="nine columns">
    						<?php do_action('kleo_before_top_links');?>
    
    						<?php if(sq_option('owner_email')): ?>
    						<a>"><i class="icon-envelope"></i>   <?php echo sq_option('owner_email'); ?></a>
    						<?php endif; ?>
    					</li>
    
    					<li class="three columns hide-for-small">
    						<?php _e("Find us on", 'kleo_framework'); ?>:  
    						<?php if (sq_option('twitter')): ?>
    						<a>" class="has-tip tip-bottom" data-width="210" target="_blank" title="<?php _e("Follow us on", 'kleo_framework');?> Twitter"><i class="icon-twitter icon-large"></i></a>
    						<?php endif;?>
    						<?php if (sq_option('facebook')): ?>
    						<a>" class="has-tip tip-bottom" data-width="210" target="_blank" title="<?php _e("Find us on", 'kleo_framework');?> Facebook"><i class="icon-facebook icon-large"></i></a>
    						<?php endif;?>
    						<?php if (sq_option('googleplus')): ?>
    						<a>" class="has-tip tip-bottom" data-width="210" target="_blank" title="<?php _e("Find us on", 'kleo_framework');?> Google+"><i class="icon-google-plus icon-large"></i></a>
    						<?php endif; ?>
    						<?php if (sq_option('pinterest')): ?>
    						<a>" class="has-tip tip-bottom" data-width="210" target="_blank" title="<?php _e("Pin us on", 'kleo_framework');?> Pinterest"><i class="icon-pinterest icon-large"></i></a>
    						<?php endif; ?>
    						<?php if (sq_option('linkedin')): ?>
    						<a>" class="has-tip tip-bottom" data-width="210" target="_blank" title="<?php _e("Find us on", 'kleo_framework');?> LinkedIn"><i class="icon-linkedin icon-large"></i></a>
    						<?php endif; ?>
    
    						<?php do_action('kleo_extra_social_icons'); ?>
    					</li>
    				</ul>
    			</div>
    		</div>
    		<!--end top-links-->
    		<?php endif; ?>
    
    		<div id="header">
    			<div class="row">
    
    				<!-- Logo -->
    				<div class="four columns">
    					<h1 id="logo"><?php bloginfo('name'); ?>
    						<a>"><img />" width="294" height="108" alt="<?php bloginfo('name'); ?>"></a>
    					</h1>
    				</div>
    				<!--end logo-->
    
    				<!-- Login/Register/Forgot username/password Modal forms
    					-  Hidden by default to be opened through modal
    					-  For faster loading we put all forms at the bottom of page -->
    
    				<!--Login buttons-->  
    				<div class="eight columns login-buttons">
    					<ul class="button-group radius right">
    						<?php if (is_user_logged_in()): ?>
    							
    							<?php if (function_exists('bp_is_active')): ?>
    							<?php 
    							$profile_menu = array();
    							if( bp_is_active('activity')) {
    								$profile_menu['activity'] = '<li><a href="' . bp_loggedin_user_domain().'activity/">'. __("Activity", "buddypress").'</a></li>';
    							}
    							
    							if( bp_is_active('messages')) {
    								$profile_menu['messages'] = '<li><a href="' . bp_loggedin_user_domain().'messages/">'. __("Messages", "buddypress").' <small class="label">'. messages_get_unread_count().'</small></a></li>';
    							}							
    							
    							if (bp_is_active('friends')) {
    								$profile_menu['friends'] = '<li><a href="' . bp_loggedin_user_domain().'friends/requests">'. __("Friend requests", 'kleo_framework').' <small class="label">'. bp_friend_get_total_requests_count().'</small></a></li>';
    							}						
    							
    							if( bp_is_active('groups')) {
    								$profile_menu['groups'] = '<li><a href="' . bp_loggedin_user_domain().'groups/">'. __("Groups", "buddypress").'</a></li>';
    							}
    							
    							if( bp_is_active('settings')) {
    								$profile_menu['settings'] = '<li><a href="' . bp_loggedin_user_domain().'settings/">'. __("Settings", "buddypress").'</a></li>';
    							}							
    							
    							$profile_menu = apply_filters('header_profile_dropdown',$profile_menu);
    							?>
    							
    							<li class="relative btn-profile">
    								<?php if (!empty($profile_menu)) { ?>
    									<div href="#" class="tiny secondary button split dropdown" data-options="is_hover:true">
    								<?php } ?>
    								<a>" class="tiny secondary button radius"><i class="icon-user hide-for-medium-down"></i> <?php _e("PROFILE", 'kleo_framework'); ?></a><span></span><div class="kleo-notifications"><?php if( bp_is_active('messages') && messages_get_unread_count() > 0 ) { ?><a>" data-width="210" title="<?php _e("New messages", 'kleo_framework');?>" class="kleo-message-count has-tip tip-left"><?php echo messages_get_unread_count(); ?></a><?php } ?><?php if (bp_is_active('friends') && bp_friend_get_total_requests_count() > 0): ?> <a>" data-width="210" title="<?php _e("Friend requests", 'kleo_framework');?>" class="kleo-friends-req has-tip tip-right"><?php echo bp_friend_get_total_requests_count(); ?></a><?php endif; ?> </div>
    								<ul>
    								<?php 
    								if (!empty($profile_menu)) {
    									foreach($profile_menu as $prm):
    										echo $prm;
    									endforeach;
    								} 
    								?>
    								</ul>
    								<?php if (!empty($profile_menu)) { ?>
    									</div>        
    								<?php } ?>
    								
    							</li>
    							<?php endif; ?>
    							
    							<li><a> " class="tiny button radius btn-logout"><i class="icon-off hide-for-medium-down"></i> <?php _e("LOG OUT", 'kleo_framework'); ?></a></li>
    
                            <?php else: ?>
    
    							<li class="header-login-button"><a href="#"><i class="icon-user hide-for-medium-down"></i> <?php _e("LOG IN", 'kleo_framework'); ?></a></li>
    
                                <?php if(get_option('users_can_register')) { ?>
    							<li class="header-register-button"><a href="http://singlestwist.com/shortcodes/pricing-table/"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li>
    							<?php } ?>
    
    						<?php endif; ?>
    					</ul>
    				</div>
    				<!--end login buttons-->
    
    
    
    				<!-- Main Navigation -->
    				<div class="eight columns">
    					<div class="contain-to-grid<?php if (sq_option('sticky_menu', 1) == 1) echo ' sticky'; ?>">
    						<nav class="top-bar">
    							<a>" class="small-logo"><img />" height="43" alt="<?php bloginfo('name'); ?>"></a>
    							<ul>
    								<!-- Toggle Button Mobile -->
    								<li class="name">
    									<h1><a href="#"><?php _e("Please select your page", 'kleo_framework'); ?></a></h1>
    								</li>
    								<li class="toggle-topbar"><a href="#"><i class="icon-reorder"></i></a></li>
    								<!-- End Toggle Button Mobile -->
    							</ul>
    
    							<section><!-- Nav Section -->
    								<?php wp_nav_menu( array( 'container' => false, 'menu_class' => 'left', 'theme_location' => 'primary', 'fallback_cb' => 'sweetdate_main_nav', 'walker' => new sweetdate_walker_nav_menu) ); ?>
    							</section><!-- End Nav Section -->
    
    						</nav>
    					</div><!--end contain-to-grid sticky-->
    				</div>
    				<!-- end Main Navigation -->
    			</div><!--end row-->
    			
    			<?php if (sq_option('home_rev',0) == 1 && function_exists('putRevSlider')) { /*Fix for Safari on MacOs */ ?>
    			
    			</div><!--end #header-->
    			
    			<?php } ?>
    			
    			<div class="row just-after-header">
    			<?php
    			/**
    			 * after_header_content
    			 * 
    			 * @hooked render_user_search - only if is Front-page Template
    			 */
    			do_action('after_header_content');
    			?>
    			</div>
    			
    			<?php if (sq_option('home_rev',0) == 0) { /*Fix for Safari on MacOs */ ?>
    			
    			</div><!--end #header-->
    			
    			<?php } ?>
    		
    		<?php
    		/**
    		 * kleo_after_header
    		 * 
    		 */
    		do_action('kleo_after_header');
    		?>
    		
    
    	</div><!--end header-bg-->
    </header>
    <!--END HEADER SECTION-->
    
    <?php
    /**
     * kleo_before_page
     * 
     * @hooked kleo_show_breadcrumb - 9
     */
    do_action( 'kleo_before_page' ); 
    ?>
    

    And this for the modal

    COPY CODE
    
    <div id="login_panel" class="reveal-modal">
      <div class="row">
        <div class="twelve columns">
          <h5><i class="icon-user icon-large"></i> <?php _e("SIGN INTO YOUR ACCOUNT", 'kleo_framework');?><?php if(get_option('users_can_register')) { ?> <span class="subheader right small-link"><a href="http://singlestwist.com/shortcodes/pricing-table/"><?php _e("CREATE NEW ACCOUNT", 'kleo_framework');?></a></span><?php } ?></h5>
        </div>
          <form action="<?php echo wp_login_url(apply_filters('kleo_modal_login_redirect', '')  ); ?>" id="login_form" name="login_form" method="post" class="clearfix">
          <div class="six columns">
            <input type="text" id="username" required name="log" class="inputbox" value="" placeholder="<?php _e("Username", 'kleo_framework');?>">
          </div>
          <div class="six columns">
            <input type="password" id="password" value="" required name="pwd" class="inputbox" placeholder="<?php _e("Password", 'kleo_framework');?>">
          </div>
          <p class="twelve columns">
              <label>
                  <input type="checkbox" value="forever" name="rememberme" id="rememberme"> <?php _e( "Remember me", "kleo_framework" ); ?>
              </label>
            <small>
                <i class="icon-lock"></i>
                <?php
                if( sq_option('privacy_page', '#') != "#") {
                    $privacy_page_id = sq_option('privacy_page');
                    /* WPML compatibility */
                    if ( function_exists( 'icl_object_id' ) ) {
                        $privacy_page_id = icl_object_id( $privacy_page_id, 'page', true );
                    }
                    $privacy_link = get_permalink( $privacy_page_id );
                    printf( __( 'Your <a href="%s" target="_blank">privacy</a> is important to us and we will never rent or sell your information.', 'kleo_framework' ), $privacy_link );
                }
                ?>
            </small>
          </p>
          <div class="twelve columns">
            <button type="submit" id="login" name="wp-submit" class="radius secondary button"><i class="icon-unlock"></i>  <?php _e("LOG IN", 'kleo_framework');?></button>   
            <?php do_action('fb_popup_button'); ?>
          </div>
        </form>
        <div class="twelve columns"><hr>
          <ul class="inline-list">
            <li><small><a href="#"><?php _e("FORGOT YOUR USERNAME OR PASSWORD?", 'kleo_framework');?></a></small></li>
          </ul>
        </div>
      </div><!--end row-->
      <a href="#">×</a>
    </div>
    
    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 can I put them in the header? #48220
     Laura
    Moderator

    Hello, those are fontello icons, can be hanged with css, here is a list of the classes to change those icons, you will find fontello icons included in kleo in your documentation assets/css/fontello.css
    Activity

    COPY CODE
    
    #buddypress div#item-nav ul #activity-personal-li a:before, #buddypress div#item-nav ul #home-groups-li a:before {
    content: "\e8ed";
    }
    

    Profile

    COPY CODE
    
    #buddypress div#item-nav ul #xprofile-personal-li a:before {
    content: "\e98e";
    }
    

    Notifications

    COPY CODE
    
    #buddypress div#item-nav ul #notifications-personal-li a:before {
    content: "\e863";
    }
    

    Messages

    COPY CODE
    
    #buddypress div#item-nav ul #messages-personal-li a:before {
    content: "\e98c";
    }
    

    Friends

    COPY CODE
    
    #buddypress div#item-nav ul #friends-personal-li a:before {
    content: "\e98f";
    }
    

    Settings

    COPY CODE
    
    #buddypress div#item-nav ul #settings-personal-li a:before, #buddypress div#item-nav ul #admin-groups-li a:before {
    content: "\e98b";
    }
    

    You can share an user account of your website with me so i can give you the other icons classes 🙂

    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: sidebar wide #48213
     Laura
    Moderator

    Hello, its ok i understand, i have created this css code for you, only paste it in quick css or style.css in child theme and let me know if it works 🙂 Thanks you

    COPY CODE
    
    .row {
    max-width: 100%;
    margin: 0 auto;
    width: auto !important;
    }
    .row.just-after-header {
    width: 80% !important;
    }
    

    NOTE: This will also change some aspects of your site, like profile,homepage and others, please check them and if you want to change it 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: Modify Link for Create New Account Button #48113
     Laura
    Moderator

    Hello, you can ask it here 🙂
    I solved the first problem, first copy the file general-login-modal.php inside of sweetdate/page-parts/ and paste it in your child theme, then find:
    The third div, and replace it with this (replace from <div to </div> then change “http://yourwebsite/register&#8221; for the page to redirect.

    COPY CODE
    
    <div class="twelve columns">
          <h5><i class="icon-user icon-large"></i> <?php _e("SIGN INTO YOUR ACCOUNT", 'kleo_framework');?><?php if(get_option('users_can_register')) { ?> <span class="subheader right small-link"><a href="http://yourwebsite/register"><?php _e("CREATE NEW ACCOUNT", 'kleo_framework');?></a></span><?php } ?></h5>
        </div>
    

    Also in header.php , if you already have it in child theme, change:

    COPY CODE
    
    <a href="#" data-reveal-id="register_panel"
    

    For this:

    COPY CODE
    
    <a href="http://yourwebsite/register" 
    
    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: Add CSS borders to boxed design #48059
     Laura
    Moderator

    Hello, yes there is that option 🙂 Lets first fix the page borders:
    Please add this to quick css or style.css in child theme:

    COPY CODE
    
    #header {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    }
    section.section.with-border {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    }
    div#c8797_4_1 {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-top-style: none;
    border-bottom-style: none;
    }
    footer {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    }
    

    (Google ad cannot have a border because right border doesnt work)

    Code for login redirection inside of functions.php of child theme 🙂
    https://archived.seventhqueen.com/forums/topic/kleo-login-redirect

    Does this 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: Suggested Logo Sizes #48036
     Laura
    Moderator

    Hello, please add this to your quick css or style.css in wp-content/themes/kleo-child/style.css

    COPY CODE
    
    .logo img {
    margin-top: -6px;
    max-height: 100% !important;
    width: auto;
    height: auto;
    }
    
    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: Notifications Icon Layout funky on mobile #48030
     Laura
    Moderator

    Hello, please add this css to your quick css or style.css inside of child theme wp-content/themes/kleo-child/style.css

    COPY CODE
    
    @media (max-width: 991px) {
    .kleo-mobile-icons {
    display: inline-block;
    float: right;
    margin-top: 15px !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: template edit #47924
     Laura
    Moderator

    Hello, will reply in english 🙂
    1- Add the code to sweetdate-child/functions.php inside of wp-contents/themes
    2- To show member age please follow these steps:
    2.1 Go to Sweetdate > Buddypres
    2.2 Scroll Down and find the Age field, set up the field you want. (Check attachment nº1)
    2.3 User needs to fill the age field in their profile, Profile > Edit from front end
    2.4 Add this to quick css or style.css in wp-content/themes/sweetdate-child/style.css

    COPY CODE
    
    .dl-horizontal dt {
    float: left;
    width: 180.98px !important;
    line-height: 2.3em;
    overflow: hidden;
    clear: left;
    text-align: left !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    border: none !important;
    border-radius: 0px;
    }
    .regulartab dt {
    padding: 0px 11px 0 10px !important;
    font-weight: normal;
    }
    

    3- Same as above, paste this css in quick css or style.css

    COPY CODE
    
    li.two.columns.mobile-two.top-active-members {
    margin-left: 2%;
    }
    

    5- Go to Sweetdate > Buddypress
    5.1 Click on Import profile fields ( A blue button) It will import all needed fields to Users > Profile fields.
    5.2 Go to Sweetdate > Buddypress
    5.3 Select the country field you just imported (You can change the name of the field in Users > Profile Fields.
    5.4 Now check the City Autocomplete and then go to geonames.org http://www.geonames.org/login Create an account
    5.5 Then go to http://www.geonames.org/manageaccount and follow the attachment.
    5.6 Add your username to Sweetdate > Buddypress geonames username
    6- Fixed in point 2
    8- Go to Users > Profile fields and you will find edit group button, then change base name for perfil 🙂

    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change Color of little vertical bar of blog post list #47745
     Laura
    Moderator

    Hello McNitefly, this can be fixed with custom css, please add the following code to your style.css in child theme or in quick css from theme options on wp-admin dashboard 🙂

    COPY CODE
    
    .masonry-listing .format-video .post-title {
    border-left: 3px solid #CC6CE0;
    }
    

    Change #CC6CE0
    Find color codes here http://www.quackit.com/css/css_color_codes.cfm

    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: sticky footer #47738
     Laura
    Moderator

    Hello heatherfails, thanks for contacting us, what you are asking can be done with some css changes, please add this piece of code to your style.css in child theme folder, or in quick css in theme options 🙂

    COPY CODE
    
    #footer {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    left: 0;
    position: fixed;
    bottom: 0;
    z-index: 99;
    }
    

    Please 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: Cometchat and paid membership pro #47726
     Laura
    Moderator

    Hello, try this

    COPY CODE
    
    /* In this example we are allowing only levels 1 and 2 to use the chat. */
    <?php if ( pmpro_hasMembershipLevel(array(1,2))) { ?>
    /*put here the css and js from cometchat*/
    <?php } ?>
    

    And place it where cometchat code should be ( header.php (copy and paste it in child theme)

    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: template edit #47713
     Laura
    Moderator

    Hola 🙂 Voy a intentar ayudarte en lo que pides, punto por punto:
    1- Para añadir algunos datos de campos del perfil en el directorio de miembros, usa el siguiente código cambiando los apartados por tus campos.

    COPY CODE
    
    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'] = 'Sobre Mi';
        //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(
            'Soy',
    		'Estado Civil',
            'País',
    		'Ciudad'
        );
    }
    

    2- Para Añadir la edad, debes tenerlo puesto en Sweetdate > Buddypress y el miembro en cuestión debe tener el campo rellenado. Para las modificaciones en los botones podrías especificar un poco más? 🙂

    3- No entiendo bien lo que quieres decir
    4- Simplemente cambia la visibilidad de “Name” en Usuarios > Campos de Perfil o cambia el nombre por algo diferente.
    5- El apartado de País es automatico y no hace falta añadir uno por uno, solo debes importar los campos en Sweetdate > Buddypress para tenerlo o crearlo tu mismo y seleccionarlo en Sweetdate > Buddypress. Para las ciudadesp uedes usar el api de geo y seleccionar el campo el campo que hará de ciudad en Sweetdate > Buddypress

    6- Actualmente la configuración en móvil es la más optima y no recomendamos cambiarla, pero si aun así quieres hacerlo, puedo inspeccionar a ver qué podemos hacer.
    7- Puedes usar el plugin Cleantalk junto con buddypress ajax avatar registration para forzar la subida de una imagen en el registro.

    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 Carousel avatar size issue #47520
     Laura
    Moderator

    Hello, try to add this css in your style.css in child theme

    COPY CODE
    
    .carousel-profiles img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 170%;
    max-width: 200%;
    margin-left: -34%;
    }
    
    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: Featured Blog Posts on Home Page #47153
     Laura
    Moderator

    Hello, add this code inside of the home page and where you want it to show

    COPY CODE
    
    [kleo_section centered=1 border=1]
    [kleo_row] [kleo_one]
    [kleo_h2] Recent [kleo_colored_text color="#F00056"] Posts [/kleo_colored_text][/kleo_h2]
    [kleo_lead_paragraph] Check out the latest posts from our blog[/kleo_lead_paragraph]
    [/kleo_one]
    [kleo_one]
    
    [kleo_posts_carousel limit="3" post_formats="all"]
    
    [/kleo_one]
    [/kleo_row][/kleo_section]
    
    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 Indicator color in Menu #47145
     Laura
    Moderator

    Hello, try this css

    COPY CODE
    
    .button.alert:hover {
    background-color: #26a3d6 !important;
    border: 1px solid #26a3d6 !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 Page – more members in each row #47143
     Laura
    Moderator

    Hello, try the following css

    COPY CODE
    
    #buddypress #admins-list li, #buddypress #mods-list li, #buddypress #members-list li, #buddypress #member-list li {
    display: block;
    padding: 10px;
    width: 20%;
    position: initial;
    }
    #main-container>.row {
    overflow: hidden;
    width: 120%;
    margin-left: -11%;
    }
    
    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, add this to quick css or style.css in child theme

    COPY CODE
    
    div#profile {
    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: Blog on frontpage not showing? #47137
     Laura
    Moderator

    Hello, use this

    COPY CODE
    
    [kleo_section centered=1 border=1]
    [kleo_row] [kleo_one]
    [kleo_h2] Recent [kleo_colored_text color="#F00056"] Posts [/kleo_colored_text][/kleo_h2]
    [kleo_lead_paragraph] Check out the latest posts from our blog[/kleo_lead_paragraph]
    [/kleo_one]
    [kleo_one]
    
    [kleo_posts_carousel limit="3" post_formats="all"]
    
    [/kleo_one]
    [/kleo_row][/kleo_section]
    
    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: Cover photo with boxed layout #47116
     Laura
    Moderator

    Hello, you can fix it with this css

    COPY CODE
    
    .main-color.bp-full-width-profile {
    margin-bottom: -4%;
    }
    
    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 List Auto Updating #47053
     Laura
    Moderator

    Hello, add this to functions.php in child theme

    COPY CODE
    
    add_action('bp_core_activated_user', 'kleo_add_member_activity');
    function kleo_add_member_activity($user_id)
    {
    	add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s"));
    }
    

    Users by default appear in member list after first login, this plugin will activate them once registered. Just go to Tools > Buddypress and check all tools

    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: Testimonials Big Quote #46645
     Laura
    Moderator

    Hello, add this to style.css in child theme (using ftp or quick css)

    COPY CODE
    
    .kleo-carousel-testimonials .testimonial-image {
    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: Homepage Slider image not filling the screen #46641
     Laura
    Moderator

    Hello, you can do all of this with this code in style.css of child theme (in your ftp) 🙂

    COPY CODE
    
    .tp-rightarrow.default {
    display: none;
    }
    .tp-leftarrow.default {
    display: none;
    }
    .tp-bullets {
    display: none;
    }
    #footer {
    display: none;
    }
    .page-template-page-templatesfront-page-php .rev_slider_wrapper {
    min-height: 713px;
    height: 788px !important;
    max-height: 2000px !important;
    }
    .revslider-head.absolute-head .form-wrapper {
    margin-top: 178px !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: Standard layout: the text is half-width in mobile version #46639
     Laura
    Moderator

    Hello, got it, you had a margin-left set, add this to style.css in child theme

    COPY CODE
    
    .posts-listing.standard-listing.with-meta .article-content {
    margin-left: 0px !important;
    padding: 0 0 0px;
    }
    
    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: Changing logged in Search box fields width #46242
     Laura
    Moderator

    Hello, use this in style.css of child theme

    COPY CODE
    
    .form-wrapper {
    width: 120%;
    }
    
    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: Odd color behavior in two spots #46183
     Laura
    Moderator

    Hello, try this :

    COPY CODE
    
    body {
    background-color: #000 !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: Odd color behavior in two spots #46142
     Laura
    Moderator

    Hello, add this to style.css in child theme for breadcrumbs text

    COPY CODE
    
    .main-title .breadcrumb {
    color: rgb(253, 106, 195) !important;
    }
    

    As for the background, in wide mode there is no background, can you share a screenshot?

    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 - 2,641 through 2,680 (of 2,796 total)

Log in with your credentials

Forgot your details?