Forum Replies Created

Viewing 40 posts - 5,961 through 6,000 (of 20,101 total)
  • Author
  •  Radu
    Moderator

    Hi,

    It’s already added I’ve told you what I’ve done to achieve that.

    the about me field it’s shown in the directory http://cabortv.com/members/ and also on the profile.

    If you are happy with our customer support leave us a review and 5* on ThemeForest page, please.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: general question about kleo – magazine theme #168790
     Radu
    Moderator
    Not marked as solution
    in reply to: Age and Birthdate confusion #168789
     Radu
    Moderator

    Hi,

    It’s as you need right now, I’ve renamed the Date of Birth field to age and from the labels I’ve chosen Date Of birth on the registration page.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: questions #168762
     Radu
    Moderator
    Not marked as solution
    in reply to: translations #168758
     Radu
    Moderator
    Not marked as solution
    in reply to: Change Header Menu (logo left with banner) #168757
     Radu
    Moderator

    Hi

    Send this query to our development team dev@seventhqueen.com
    Cheers.
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: #hash-link smooth scroll don’t work #168756
     Radu
    Moderator
    Not marked as solution
    in reply to: Fatal error #168754
     Radu
    Moderator

    Hi,

    I cannot reach the wp login cuz the page it requires to log in to can see the server files..

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Next update #168750
     Radu
    Moderator

    We will take this into consideration for further updates.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Product Images All One Size #168749
     Radu
    Moderator
    Not marked as solution
    in reply to: Adding button to member masonry #168748
     Radu
    Moderator

    Hi,

    That’s great

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Blank comments #168747
     Radu
    Moderator

    Hi,

    I see that, i think that it’s caused by a plugin or by a custom modification from child, to can ensure or check this follow the next advices
    Hi,

    Do you have the latest version of WordPress ? If not update those

    Do you have the latest version of BudydAPP theme ? If not update those

    Do you have the latest version of plugins installed ? If not update those

    If you de-activate all plugins it works ? if yes enable back plugins one by one to identify what causes this.

    If you de-activate the child theme it works ?

    Let me know

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Let members stay logged in #168741
     Radu
    Moderator

    Hi,

    The users should check the Remember me checkbox from the login form and they will stay logged in 2 weeks

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Adjusting Group Display options #168740
     Radu
    Moderator

    Hi,

    The image with its control only the image width, not the entire container, too can have the carousel smaller just create a new row and divide it by 3 but the middle column to be larger

    See the next screenshot :

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Kleo #168725
     Radu
    Moderator
    Not marked as solution
    in reply to: Not loading properly on 2560×1440 monitors #168724
     Radu
    Moderator

    Hi,

    Check with the next CSS

    COPY CODE
    
    @media (min-width: 1600px){ 
        .container {
            max-width: 1400px;
        }
    }
    
    @media (min-width: 1800px){ 
        .container {
            max-width: 1600px;
        }
    }
    
    @media (min-width: 2000px){ 
        .container {
            max-width: 1800px;
        }
    }
    
    @media (min-width: 2200px){ 
        .container {
            max-width: 2000px;
        }
    }
    
    @media (min-width: 2400px){ 
        .container {
            max-width: 2200px;
        }
    }
    
    @media (min-width: 2600px){ 
        .container {
            max-width: 2400px;
        }
    }
    
    @media (min-width: 2800px){ 
        .container {
            max-width: 2600px;
        }
    }
    

    The css will be added to wp-admin -> theme options -> General settings -> Quick CSS

    Let me know
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: API PROBLEM #168723
     Radu
    Moderator
    Not marked as solution
    in reply to: Display Age #168722
     Radu
    Moderator

    Hi,

    Just add those functions : https://pastebin.com/raw/TCJPGBxU to wp-content/themes/sweetdate-child/functions.php then use the next function to display directly the user age

    If the name of date selector it’s Birthday by default use the next function

    COPY CODE
    
    <?php echo display_user_age(); ?>
    

    If the name of date selector has another name replace the BirthdayFieldName with the name of that field.

    COPY CODE
    
    <?php echo display_user_age('BirthdayFieldName'); ?>
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Front page member search has no results #168715
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Unable to login via FTP tried multiple times!

    Can you confirm the shared FTP credentials works as it should please?

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: AJAX – Lost Password – Serious Email Issue #168704
     Radu
    Moderator
    Not marked as solution
    in reply to: BUDDYPRESS ACTIVITY REPLY TEXT BUTTON #168684
     Radu
    Moderator

    Hi,

    Now I’ve noticed you are using the

    messing up the permissions for certain user roles can causes that, so just revert to default those and check again!

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile #168679
     Radu
    Moderator

    Hi,

    The plugin not conflict with our theme, on my local install i cannot reproduce that, that why I’ve recommended you to ask the plug developer if he knows something about that.

    You can try commetchat plugin https://www.cometchat.com/wordpress-chat

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Age and Birthdate confusion #168678
     Radu
    Moderator

    Hi,

    I see,

    Ok reverted back, I’ve understood the opposite, sorry.

    Displayed everywhere age excepting the register page where a date picker it’s shown, it’s not enough to change the date of birth to age and there to be displayed a date picker, you should create a new field named age… to can get rid of the date of birth.

    So an age field should have a single input, not three(date picker)

    Hope it make sense

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Adding message button in members loop #168676
     Radu
    Moderator

    Ok but anyway we will release soon an improved Sweetdate version (Sweetdate 3.0 ) with a lot of new features.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How can I add more criteria to Ajax Search in menu? #168675
     Radu
    Moderator

    Hi,

    We don’t have a plug and play solution for can perform a search for members from the post/page search, the member’s search will be made from members page, no quick solution for this.

    The member search can be performed from next :
    http://yourdomain.com/members/ or from the search form from the homepage.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Share with friends #168674
     Radu
    Moderator

    Hi,

    ASk the plugin author if isn’t working with the default theme.

    For the moment we don’t have such as feature

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: BuddyVerified #168673
     Radu
    Moderator

    Hi,

    The plugin should be integrated with our theme, I think tomorrow we will provide a solutions for this.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Picture display error like facebook #168670
     Radu
    Moderator

    Hi,

    According to the error

    Warning: include(/home/ah50377/web/www/wp-content/plugins/bsa-pro-scripteo): failed to open stream:

    IT means the file it’s missing from the server or there is no permission for the apache/PHP to read the file, so just re-upload the plugin…

    This issue isn’t at all related to the KLEO cuz from there missing files from a plugin.

    Go to plugins and delete that plugin ( bsa-pro-scripteo ) then install it again.

    That’s all

    Cheers
    R.

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

    Hi,

    Done, all good now,

    I’ve wrapped the about text into this div class if you need to adjust style : .myshortbio

    If you need to style only the .myshortbio div class just add the directory before it.

    Example for styling the about text only on directory

    COPY CODE
    
    .directory .myshortbio {
    color:red;
    }
    

    Example for styling the about text only on members profile

    COPY CODE
    
    .profile .myshortbio {
    color:red;
    }
    

    The final php code looks like this

    COPY CODE
    
    // Add Quote to profile head and also to the members directory ( edited on 26 JUL 2017 @ SQ['Radu'] )
    add_action( 'bp_profile_header_meta', 'display_user_short_bio' );
    add_action( 'bp_directory_members_item', 'display_user_short_bio' );
    function display_user_short_bio() {
        $short_bio = xprofile_get_field_data( 'About', bp_get_member_user_id(), $multi_format = 'comma' );
        if ($short_bio) {
            echo '<div class="myshortbio">' . $short_bio . '</div>';
        }
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Forum not responsive #168664
     Radu
    Moderator

    For the error/notice that appears open the wp-config.php file from the root WordPress installation and looks for wp_debug if it’s true type false instead true, if it’s already set to be false try to de-activate all plugins except BBpress and check if the issue persists do the same but with the KLEO PARENT theme not with child if it’s the same try with default wp theme.

    Let me know
    Cheers
    R.

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

    Hi,

    It’s the same, cleared cookies and DNS cache

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Problem with mobile menu #168658
     Radu
    Moderator
    Not marked as solution
    in reply to: Transparent Cart and Search Drop Down Window #168655
     Radu
    Moderator
    Not marked as solution
    in reply to: translations #168654
     Radu
    Moderator
    Not marked as solution
    in reply to: questions #168652
     Radu
    Moderator
    Hi, Done, I will close this ticket and I will mark it as resolved. The updated code that pulls all fields it's
    function overwrite_mebers_dir_meta() {
        $marital_status = bp_get_member_profile_data('field=Statut');
        //$i_am_a = bp_get_member_profile_data('field=Je suis', bp_displayed_user_id());
        $i_am_a = xprofile_get_field_data( 'Je suis', bp_loggedin_user_id(), $multi_format = 'comma' );
    	$output['age'] = apply_filters('kleo_bp_meta_after_age', get_member_age(bp_get_member_user_id())) . ' ANS';
        $output['Statut'] = $marital_status;
        $output['Je suis'] = $i_am_a;
        $city = bp_get_member_profile_data('field=Ville');
        $department = bp_get_member_profile_data('field=Département');
        $country = bp_get_member_profile_data('field=Pays');
    	$output['Ville'] = $city;
    	$output['Département'] = $department;
    	$output['Pays'] = $country;
    	$output['À propos de moi'] = $about_me;
    	$kleo_config['bp_members_details_field'] = 'À propos de moi';
    
        return $output;
    }
    add_filter('kleo_bp_meta_fields', 'overwrite_mebers_dir_meta'); 
    
    Also a css prevent displaying all fields cuz it's limited to 26px height use also the css to have all displayed.
    .search-item .date, .search-item .date a {
        height: initial !important;
    }
    
    Cheers R.
    in reply to: ADD button is not working. #168651
     Radu
    Moderator

    Hi,

    I see I don’t have another advice for the moment, just provide to me FTP credentials and wp admin to take a closer look

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile #168567
     Radu
    Moderator

    Hi,

    I’m not able to figure out what’s going on, please ask about this issue on the Wisechat support: https://wordpress.org/support/plugin/wise-chat
    The issue occurs even if you are using tweentyseventeen default wp theme

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Facebook registration data #168566
     Radu
    Moderator

    Hi,

    Ok then, replied also on the age ticket.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Load More – Kleo Posts #168565
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 5,961 through 6,000 (of 20,101 total)

Log in with your credentials

Forgot your details?