Forum Replies Created

Viewing 36 posts - 2,761 through 2,796 (of 2,796 total)
  • Author
  • in reply to: Changing the Width of Profile text Background #36914
     Laura
    Moderator

    Hello, add this to your child theme style.css

    COPY CODE
    
    .dl-horizontal dd {
    margin-left: 180px;
    width: 160px;
    }
    
    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 It All Start With a Date section #36889
     Laura
    Moderator

    Hello, just delete this :

    COPY CODE
    
    [kleo_button_video url="http://www.youtube.com/embed/FtquI061bag" style="alert" size="large" round="radius" icon="film,after"] Our TV Commercial [/kleo_button_video]
    
    
    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 Top Profile Line with Real Name #36740
     Laura
    Moderator

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

    COPY CODE
    
    .bp-field-name bp-field-id-1 {
    display:none;
    }
    .bp-field-value bp-field-id-1 {
    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: Posts Carousel Format Issues #36711
     Laura
    Moderator

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

    COPY CODE
    
    .caroufredsel_wrapper {
    height: 342px;
    }
    
    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 Profile Text Background Color #36704
     Laura
    Moderator

    Hello,
    First,

    COPY CODE
    
    #profile .generic-button a, .tabs.pill.custom dd:not(.active) a, #profile .callout, .regulartab dt, .regulartab dd {
    background: rgba(54, 54, 54, 0.34);
    }
    

    If it doesnt work, try this very good CSS tutorial: http://www.w3schools.com/css/

    Second,
    I have answered you professionaly, without screams, insults or what ever, so the unprofessional here its you.
    That you paid money doesnt means you can be like that with us.

    Thirdly,
    This is the second time i answer you professionaly while you insulted and scream to me, so you are very welcome Sir.
    The codes are CORRECT maybe the explanation of your question wasnt.

    Fourth,
    I am not forced to answer you, this is custom css, so its custom work, but, i do answer you, so you are welcome Sir. If its so simple, why dont you do it instead?

    Greetings.

    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 Profile Text Background Color #36592
     Laura
    Moderator

    Hello, add this then:

    COPY CODE
    
    #profile .generic-button a, .tabs.pill.custom dd:not(.active) a, #profile .callout, .regulartab dt, .regulartab dd {
    background: #363636 !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: Change Profile Text Background Color #36576
     Laura
    Moderator

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

    COPY CODE
    
    #profile .generic-button a, .tabs.pill.custom dd:not(.active) a, #profile .callout, .regulartab dt, .regulartab dd {
    background: rgba(255,255,255,0.1);
    color: #363636;
    }
    #profile .cite a, #profile .regulartab a, #profile .btn-carousel a {
    color: #363636 !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: CSS styling for profile, edit, checkbox label #36570
     Laura
    Moderator

    Hello, then use this

    COPY CODE
    
    .editfield field_626 field_outdoor-hobbies optional-field visibility-friends alt field_type_checkbox .checkbox laber {
    color:dodgerblue;
    }
    
    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: CSS styling for profile, edit, checkbox label #36550
     Laura
    Moderator

    Hello. add this to your child theme style.css

    COPY CODE
    
    .standard-form label, .standard-form span.label {
    color: dodgerblue;
    }
    
    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: General Questions #36511
     Laura
    Moderator

    Hello, here is a sample of a custom search form style, you can edit it as you want:

    COPY CODE
    
    /* Search Box Borders Color */
    .form-header {
    border-left: 10px solid rgba(56, 49, 52, 0);
    border-top: 10px solid rgba(146, 66, 93, 0);
    border-right: 10px solid rgba(146, 66, 93, 0);
    }
    .form-search {
    border-left: 10px solid rgba(221, 39, 101, 0);
    border-right: 10px solid rgba(146, 66, 93, 0);
    }
    /* Form Background color */
    .form-search, .form-header, div.alert-box, div.pagination span.current {
    background: rgba(54, 54, 54, 0.51);
    }
    /* Border color of the buttons */
    .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
    border: solid 1px #363636;
    }
    /* Background color of the buttons */
    .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select {
    background-color: #363636;
    }
    /* Search Button colors */
    .button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type="submit"]:hover {
    color: #ffffff; /* Text color */
    background-color: #363636; /* Background Color */
    border: 1px solid #363636; /* Border Color */
    }
    /* Form Footer  */
    .form-footer {
    color: #FDF9F9; /* Text Color */
    padding: 20px 20px 10px;
    border-left: 10px solid #363636;
    border-bottom: 10px solid #363636;
    border-right: 10px solid #363636;
    background: #363636;
    width: 360px;
    }
    /* Photos Border */
    .carousel-profiles li {
    border: 3px solid #363636;
    }
    /* Arrows Color */
    a:not(.button), div#main a:not(.button), #header .form-footer a:not(.button) {
    color: #F7F4F4;
    }
    /* Text color, change #FFF to the color of the text you need */
    #header, #header .form-header .lead, #header label {
    color: #FFFFFF;
    }
    

    Use a image editor like Gimp, then blend the background and the image and set this new image as the slider background, then delete the slide with the image, it will remain static as its the background 🙂

    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: Matching Fields Multiple Values Not Working #36509
     Laura
    Moderator

    Hello, here is a sample of a custom matching, just change the names for your own Field name and delete others you dont need:

    COPY CODE
    
     //change matching system
    add_action('after_setup_theme','kleo_my_match');
    function kleo_my_match() {
    global $kleo_config;
    $kleo_config['matching_fields']['starting_score'] = 1;
    //If we want to match by members sex. values: 0|1
    $kleo_config['matching_fields']['sex_match'] = 1;
    //required for initial match. If the sex preference matches it will continue to the specified fields below
    $kleo_config['matching_fields']['sex'] = 'Soy';
    $kleo_config['matching_fields']['looking_for'] = 'Busco';
    //sex percentage
    $kleo_config['matching_fields']['sex_percentage'] = 20;
    //single value fields like select, textbox,radio
    $kleo_config['matching_fields']['single_value'] = array (
        'Estado Civil' => 1,
        'Ciudad' => 1,
        'País' => 1,
    	'Fumo'	=> 1,
    	'Bebo'	=> 1,
    	'Mejor Característica'	=> 1,
    	'Hijos'	=> 1,
    );
    //multiple values fields like multiple select or checkbox
    $kleo_config['matching_fields']['multiple_values'] = array (
        'Musica' => 1,
        'Literatura' => 1,
    	'Cine'	=> 1,
    	'Actividades'	=> 1,
    	'Deportes'	=> 1,
    	'Idiomas'	=> 1,
    	'Personalidad'	=> 1,
    	'Características'	=> 1,
    ); 
    }
    /* rtMedia tab - only if plugin installed */
    if (class_exists('RTMedia')) 
    {
        $bp_tabs['rtmedia'] = array(
            'type' => 'rt_media',
            'name' => __('My photos', 'kleo_framework'),
            'class' => 'mySlider'
        );
    }
    
    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: German Language Translation #36048
     Laura
    Moderator

    Hello :), if you dont have a wplang just add this:

    COPY CODE
    
    define(‘WPLANG’, ‘de_DE’);
    

    To your wp-config.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: Group Members # is not displaying #36045
     Laura
    Moderator

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

    COPY CODE
    
    .pinkCircle {
    color: black;
    }
    

    Change color as you want 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Registration page and membership level #36038
     Laura
    Moderator
    This reply has been set as private.
    in reply to: How i can change Membership text? #36036
     Laura
    Moderator

    Hello, jst go to the admin panel, Sweetdate > Subscriptions > And uncheck or check for what level you want it to be allowed and choose to show it in the membership table or not. Also, to add more descriptions to the level just edit it in PMPRO plugin menu “Memberships” > Levels > Edit, then add in Level description:

    COPY CODE
    
    <li class="bullet-item">Edit here </li>
    

    Without the *
    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 🙂

    in reply to: Sexy search page, how? #35918
     Laura
    Moderator

    Hello, add this to your child theme style.css

    COPY CODE
    
    #horizontal_search .bp_search_form_filter {
    margin-top: -25px;
    width: 300px;
    }
    
    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: Registration page and membership level #35899
     Laura
    Moderator

    Hello, try to use this in your child theme functions.php

    COPY CODE
    
    add_action( 'template_redirect', function() {
    
      if ( is_user_logged_in() || ! is_page() ) return;
    
      $restricted = array( 250, 253 ); // all your restricted pages id
    
      if ( in_array( get_queried_object_id(), $restricted ) ) {
        wp_redirect( site_url( '/register' ) ); 
        exit();
      }
    
    });
    

    Change 250,253 to your restricted page ids, you can add as much as you want, to get the id of a page go to edit that page and check your browser link. Also change /register for your registration page.
    Users that are not subscribers will see a message ad a link to memberships levels if the page minimun level required is set, you can set in in edit page 🙂 This comes with pmpro so just restrict access with that.

    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: Adding facebook registration button Within a page or post #35702
     Laura
    Moderator

    Hello, you can use this plugin insted as it has button generator 🙂 https://wordpress.org/plugins/nextend-facebook-connect/
    Simple link

    COPY CODE
    
    <a href="siteurl/wp-login.php?loginFacebook=1&redirect=siteurl">Click here to login or register with Facebook</a>
    

    Image button

    COPY CODE
    
    <a href="siteurl/wp-login.php?loginFacebook=1&redirect=siteurl"> <img src="HereComeTheImage" /> </a>
    
    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: Adding facebook registration button Within a page or post #35682
     Laura
    Moderator

    Hello, no need to install any plugin, just add this code to any widget or page (in text section)

    COPY CODE
    
    <a href="#"><i class="icon-facebook-sign"></i>  Facebook</a>
    
    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: New Users Registration Don\'t show in the Members page #35565
     Laura
    Moderator

    Hello, Hi, you have to modify from child theme the profile-loop.php file /members/single/profile/profile-loop.php

    On the first line of the file, add

    COPY CODE
    <?php if ( is_user_logged_in()  ) : ?>

    At the end of the file, insert between the last endif and the last do_action this:

    COPY CODE
    <?php else : ?>
    <?php echo “<div style=’width: 600px;height:25px; padding: 4px; border: 3px solid #ff0000; text-align: center; font-style:bold; font-size: 1.3em;’> You must be logged in to view a member profile</div>”; ?>
    <?php endif; ?>

    Change the div inline style to whatever you need accordingly to your theme.
    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 🙂

    in reply to: Admin profile #35559
     Laura
    Moderator

    Hello, of course you can 🙂 change this part:

    COPY CODE
    
    $excluded_user='1,2,3';
    

    1,2,3 are the ids of the users you want to hide, 1 is the id of the admin, change the others or add more like:
    So if you want to hide an user just go to edit that user then in the browser link you will see id=NUMBER
    Just add them to that part of the code.
    For example, Lisa is a subadmin, and her id is 17, so in this code it will be:

    COPY CODE
    
    $excluded_user='1,17';
    

    Mark is from support team, his id is 6, so:

    COPY CODE
    
    $excluded_user='1,17,6';
    

    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 🙂

    in reply to: Admin profile #35513
     Laura
    Moderator

    Hello 🙂
    Add this to your sweetdate-child funtions.php

    COPY CODE
    
    add_action('bp_ajax_querystring','bpdev_exclude_users',20,2);
    function bpdev_exclude_users($qs=false,$object=false){
        //list of users to exclude
       
        $excluded_user='1,2,3';//comma separated ids of users whom you want to exclude
       
        if($object!='members')//hide for members only
            return $qs;
       
        $args=wp_parse_args($qs);
       
        //check if we are searching for friends list etc?, do not exclude in this case
        if(!empty($args['user_id'])||!empty($args['search_terms']))
            return $qs;
       
        if(!empty($args['exclude']))
            $args['exclude']=$args['exclude'].','.$excluded_user;
        else
            $args['exclude']=$excluded_user;
         
        $qs=build_query($args);
       
       
       return $qs;
       
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Profile Search results #35511
     Laura
    Moderator

    Hello, please add this to your sweetdate-child functions.php

    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'] = 'About me';
        //this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there
        $kleo_config['bp_members_loop_meta'] = array(
            'I am a',
            'Marital status',
            'City'
        );
          
    }
    

    Change the field names as you want.
    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 🙂

    in reply to: Gender related question – Sweetdate #35484
     Laura
    Moderator

    Hello 🙂
    This should work, add this to bp-custom.php in plugins folder then just change the profile field id (you can see it at Users > Profile Fields > I’m a > Edit )
    and change the number 852 for your profile field id 🙂
    I customized this code for you.

    COPY CODE
    
    class BP_Custom_User_Ids {
    
        private $custom_ids = array();
    
        public function __construct() {
    
            $this->custom_ids = $this->get_custom_ids();
    
            add_action( 'bp_pre_user_query_construct',  array( $this, 'custom_members_query' ), 1, 1 );
            add_filter( 'bp_get_total_member_count',    array( $this, 'custom_members_count' ), 1, 1 );
    
        }
    
    private function get_custom_ids() {
        global $wpdb;
    
        //figure out if the logged-in user is male or female
       $sex = xprofile_get_field_data( 852, bp_loggedin_user_id() );
    
       if ( $sex == 'Muslim' ) 
          $query = "SELECT user_id FROM {$wpdb->prefix}bp_xprofile_data WHERE field_id = 852 AND value = 'Muslima'";
       else 
          $query = "SELECT user_id FROM {$wpdb->prefix}bp_xprofile_data WHERE field_id = 852 AND value = 'Muslim'";          
    
    
        $custom_ids = $wpdb->get_col( $query );
    
    
        return $custom_ids;
    }
    
        function custom_members_query( $query_array ) {
    
            $query_array->query_vars['include'] = $this->custom_ids;
    
        }  
    
        function custom_members_count ( $count ) {
    
            $new_count = count( $this->custom_ids );
            return $new_count;
    
        }
    }
    
    function custom_user_ids( ) {
    
        new BP_Custom_User_Ids ();
    
    }
    
    add_action( 'bp_before_directory_members', 'custom_user_ids' );
    

    Delete the profile field “Looking for” so they can not search by gender. And also dont put any buddypress recent users widget anywhere but directory of members, also if you want to hide members loop at search form you can by going to Sweetdate > Homepage > Turn off members carousel
    Also in home page delete members carousel shortcode 🙂

    What does this do?
    If a male goes to members directory he will only see females, same with females.

    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: How to Change Information in the Membership Levels #35476
     Laura
    Moderator

    Hello, in each level description add this code:

    COPY CODE
    <li class=bullet-item>Unlimited Live Chat </li>
    <li class=bullet-item>Premium Support </li>
    <li class=bullet-item>Unlimited Private Messages </li>

    (without *)
    For each thing just copy caste the code 🙂

    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: Captcha box change location on the page #35404
     Laura
    Moderator

    Hello, i’m sorry i didnt test on phone, try these:

    COPY CODE
    
    .register-section {
    width: 200px;
    clear: right;
    float: right;
    margin-right: 260px;
    }
    .right {
    float: right;
    }
    
    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: Tabs order wrong for some reason #35352
     Laura
    Moderator

    Hello, try to replace your code with this and tell me if its working 🙂

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_actions');
    
    function kleo_my_actions() 
    {
        global $bp_tabs;
        $bp_tabs = array();
    
        $bp_tabs['base'] = array(
        'type' => 'regular',
        'name' => apply_filters('kleo_extra_tab2',__('Info di base', 'kleo_framework')),
        'class' => 'regulartab'
        );
    $bp_tabs['impresa'] = array(
        'type' => 'regular',
        'name' => apply_filters('kleo_extra_tab2',__('Dettagli impresa', 'kleo_framework')),
        'class' => 'regulartab'
    	);
    
    $bp_tabs['convenzioni'] = array(
        'type' => 'regular',
        'name' => apply_filters('kleo_extra_tab2',__('Convenzioni', 'kleo_framework')),
        'class' => 'regulartab'
    	);
        /* rtMedia tab - only if plugin installed */
        if (class_exists('RTMedia')) 
        {
            $bp_tabs['rtmedia'] = array(
                'type' => 'rt_media',
                'name' => __('Media', 'kleo_framework'),
                'class' => 'mySlider'
            );
        }
    

    Some Info you may need to know:
    In Name : kleo_extra_tab2 Means small fields. kleo_extra_tab1 Means quote style fields

    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: Captcha box change location on the page #35269
     Laura
    Moderator

    Hello, try to add this to your sweetdate-child style.css

    COPY CODE
    
    .register-section {
    width: 200px;
    clear: right;
    margin-top: -140px;
    float: right;
    margin-right: 260px;
    }
    .right {
    float: right;
    margin-top: 80px;
    }
    

    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: Vertical Registration form on homepage #35140
     Laura
    Moderator

    Hello, go to Sweetdate theme > page-parts and download home-search-form.php ,now create a folder called page-parts inside sweetdate-child theme, then upload this file inside, then edit it and replace all with this:

    COPY CODE
    
    <?php 
    /* Hide the starting and ending columns if used as shortcode */
    global $bp_reg_form_show_cols, $bp_reg_form_show_carousel, $bp_reg_form_title, $bp_reg_form_details;
    if (!isset($bp_reg_form_show_cols)) { ?>
    <div class="twelve columns">
    	<div class="row">
    		<div class="five columns">
    <?php } ?>
    			
    			<div class="form-wrapper">
    				<div class="form-header">
    					<h4 class="white-text">
    						<?php 
    						/* if set via shortcode */
    						if (isset($bp_reg_form_title)) {
    							echo $bp_reg_form_title; 
    						} else {
    							_e("Create an Account", 'kleo_framework');
    						}
    						?>
    					</h4>
    					<p class="reg-form-details">
    						<?php 
    						/* if set via shortcode */
    						if (isset($bp_reg_form_details)) {
    							echo $bp_reg_form_details; 
    						} else {
    							_e("Registering for this site is easy, just fill in the fields below and we will get a new account set up for you in no time.",'kleo_framework');
    						}
    						?>
    					</p>
    				</div>
    				<!--Search form-->
    				<form id="register_form_front" action="<?php if (function_exists('bp_is_active')) bp_signup_page(); else echo get_bloginfo('url')."/wp-login.php?action=register"; ?>" method="post" class="custom form-search">
    
    					<div class="row">
    					  <div class="five mobile-four columns">
    						<label class="right inline"><?php _e("Username",'kleo_framework');?>:</label>
    					  </div>
    					  <div class="seven mobile-four columns">
    						<input name="signup_username" required="required" type="text" placeholder="<?php _e("Required",'kleo_framework');?>">
    					  </div>
    					</div><!--end row-->
    
    					<div class="row">
    					  <div class="five mobile-four columns">
    						<label class="right inline"><?php _e("Email Address",'kleo_framework');?>:</label>
    					  </div>
    					  <div class="seven mobile-four columns">
    						<input name="signup_email" type="text" required="required" placeholder="<?php _e("Required",'kleo_framework');?>">
    					  </div>
    					</div><!--end row-->
    
    
    					<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><!--end row-->  
    
    					<?php do_action('kleo_register_form_extra'); ?>
    
    					<div class="row">
    					  <div class="seven offset-by-five columns"><button class="button radius front-form-button"><i class="icon-user"></i>  <?php _e("Sign Up",'kleo_framework');?></button>
    					  <?php do_action('fb_popup_register_button_front'); ?>
    					  </div>
    					</div>
    					<span class="notch"></span>
    				</form>
    				<!--end search form-->
    
    				<?php 
    				/* Show latest profiles carousel */
    				$show_carousel = false;
    				if (function_exists('bp_is_active')) {
    					if (isset($bp_reg_form_show_carousel)) {
    						if ($bp_reg_form_show_carousel == 1) {
    							$show_carousel = true;
    						}
    					} elseif(sq_option('home_search_members', 1) == 1) {
    						$show_carousel = true;
    					}
    				}
    
    				if ($show_carousel): ?>
    				<!--Form footer-->
    				<div class="form-footer">
    
    				  <?php do_action('kleo_bps_before_carousel');?>
    
    				  <?php echo do_shortcode('[kleo_members_carousel]');?>
    
    				</div><!--end form-footer-->
    
    
    				<?php else: ?>
    					<?php $main_color_rgb = hexToRGB(sq_option('button_bg_color_hover')); ?>
    					<div class="form-footer" style="border-left:none;border-right: none;padding:0;background: <?php echo sq_option('button_bg_color'); ?>; <?php echo 'border-bottom: 10px solid rgba('.$main_color_rgb['r'].', '.$main_color_rgb['g'].', '.$main_color_rgb['b'].', 0.3)'; ?>"></div>
    				<?php endif; ?>
    				
    			</div><!--end form-wrapper-->
    			
    <?php if (!isset($bp_reg_form_show_cols)) { ?>
    		</div>
              <div class="five columns">
                <?php do_action('kleo_bp_search_form', (sq_option('home_search_members', '1') ==1?true:false) ); ?>   
              </div>
          </div><!--end row-->
        </div><!--end twelve-->
    <?php } ?>   
    
    

    Also select search form in sweetdate 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 🙂

    in reply to: Search Box Edits #34715
     Laura
    Moderator

    Hello, please add this to your style.css in Sweetdate-child theme:

    COPY CODE
    
    /* Search Box Borders Color */
    .form-header {
    border-left: 10px solid rgba(56, 49, 52, 0);
    border-top: 10px solid rgba(146, 66, 93, 0);
    border-right: 10px solid rgba(146, 66, 93, 0);
    }
    .form-search {
    border-left: 10px solid rgba(221, 39, 101, 0);
    border-right: 10px solid rgba(146, 66, 93, 0);
    }
    /* Form Background color */
    .form-search, .form-header, div.alert-box, div.pagination span.current {
    background: rgba(54, 54, 54, 0.51);
    }
    /* Border color of the buttons */
    .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
    border: solid 1px #363636;
    }
    /* Background color of the buttons */
    .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select {
    background-color: #363636;
    }
    /* Search Button colors */
    .button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type="submit"]:hover {
    color: #ffffff; /* Text color */
    background-color: #363636; /* Background Color */
    border: 1px solid #363636; /* Border Color */
    }
    /* Form Footer  */
    .form-footer {
    color: #FDF9F9; /* Text Color */
    padding: 20px 20px 10px;
    border-left: 10px solid #363636;
    border-bottom: 10px solid #363636;
    border-right: 10px solid #363636;
    background: #363636;
    width: 360px;
    }
    /* Photos Border */
    .carousel-profiles li {
    border: 3px solid #363636;
    }
    /* Arrows Color */
    a:not(.button), div#main a:not(.button), #header .form-footer a:not(.button) {
    color: #F7F4F4;
    }
    /* Text color, change #FFF to the color of the text you need */
    #header, #header .form-header .lead, #header label {
    color: #FFFFFF;
    }
    
    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 Homepage Text #34711
     Laura
    Moderator

    Hello, you can change all text in the home page going to your wordpress admin panel > Pages > Home then edit it, you will see codes like [CODES HERE] so just replace the text you want to change like the following example:

    COPY CODE
    
    [kleo_row][kleo_one][kleo_h2]Recently Active [kleo_colored_text color="#F00056"] User Groups [/kleo_colored_text][/kleo_h2][/kleo_one]
    
    [kleo_recent_groups]
    
    [/kleo_row]
    

    Change the text:

    COPY CODE
    
    [kleo_row][kleo_one][kleo_h2]YOUR TEXT HERE[kleo_colored_text color="#F00056"] PINK TEST HERE[/kleo_colored_text][/kleo_h2][/kleo_one]
    
    [kleo_recent_groups]
    
    [/kleo_row]
    

    NOTE: Change YOUR TEXT HERE for normal text and change PINK TEXT HERE to the text you want in pink, if you dont want pink text just leave it empty.

    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: Edit Text then add Photos & Stop Looping #34707
     Laura
    Moderator

    Hello, please go to your Home page and go to Edit, then change this:

    COPY CODE
    
    [kleo_row][kleo_one][kleo_h2]Recently Active [kleo_colored_text color="#F00056"] User Groups [/kleo_colored_text][/kleo_h2][/kleo_one]
    
    [kleo_recent_groups]
    
    [/kleo_row]
    

    To this:

    COPY CODE
    
    [kleo_row][kleo_one][kleo_h2]YOUR TEXT HERE[kleo_colored_text color="#F00056"] PINK TEST HERE[/kleo_colored_text][/kleo_h2][/kleo_one]
    
    [kleo_recent_groups]
    
    [/kleo_row]
    

    NOTE: Change YOUR TEXT HERE for normal text and change PINK TEXT HERE to the text you want in pink, if you dont want pink text just leave it empty.

    The Recent Active groups will show the pictures and links of the active groups, if you want to add pictures AFTER the groups go to ADD and upload your image then select it and post it after [kleo_recent_groups].

    If you dont know how to, you can just paste this code after [kleo_recent_groups] :
    Image with link:

    COPY CODE
    
    <a href="LINK HERE">
      <img src="IMAGE LINK HERE" />
    </a>
    

    Image without link:

    COPY CODE
    
      <img src="IMAGE LINK HERE" />
    

    To delete the testimonials just delete the code that has “post_types=testimonials

    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 show 2 status on center? #34368
     Laura
    Moderator

    Hello, please try to add this to your style.css in sweetdate-child theme:

    COPY CODE
    .status {
    left: 290px;
    }
    [class*="column"]+[class*="column"]:last-child {
    float: left;
    }

    Let me know if its working 🙂

    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: Custom header menu #34026
     Laura
    Moderator

    Hello, i cant give you much more indications because this isnt covered by our support team, but maybe you can play with the css of your menu, for example the white background of the menu, you can go to .HYPE_scene in the css and in

    COPY CODE
    background-color: transparent;

    add !important before ; , like

    COPY CODE
    background-color: transparent !important;

    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 🙂

    in reply to: remove the % match graphic #33866
     Laura
    Moderator

    Hello, please add this

    COPY CODE
    .circular-item {display:none;}

    to wp-content/themes/sweetdate-child/style.css
    It should hide the match graphic, if you have any css caching plugin clear it so you can see the changes.

    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 🙂

    in reply to: Can we use our own avatar? #33858
     Laura
    Moderator

    Hello, the avatar is taken from gravatar, so we will disable this then add this code to bp-custom.php in
    wp-content/plugins/bp-custom.php

    COPY CODE
    add_filter('bp_core_fetch_avatar_no_grav', '__return_true');
    define ( 'BP_AVATAR_DEFAULT', 'YOURIMAGEURL' );
    define ( 'BP_AVATAR_DEFAULT_THUMB', 'YOURIMAGEURL' );

    Add this to bp-custom.php

    Where “yourimageurl” just change it with the url of your default avatar image.

    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 🙂

Viewing 36 posts - 2,761 through 2,796 (of 2,796 total)

Log in with your credentials

Forgot your details?