Forum Replies Created

Viewing 31 posts - 1 through 31 (of 31 total)
  • Author
  • in reply to: Website content dissappeared #22147
     iulianolaru
    Participant

    Thank you very much Catalin. Problem was fixed and i hope in a future theme update, this bug will be solved.

    in reply to: Translation lines missing ? #19059
     iulianolaru
    Participant

    My Friends widget is not translated. It still displays for example “klaver2’s Friends” all tho, all my translation files are fully translated.

    in reply to: Translation lines missing ? #18783
     iulianolaru
    Participant

    Also, in the footer, when you hover over the facebook sign, it displays “Find us on facebook”. I would like to translate that as well. Where can i find the necessary lines ?

    in reply to: Translation lines missing ? #18782
     iulianolaru
    Participant

    When will the theme update be released? I have a lot of lines that do not appear translated. All tho, i have all language files 100% translated.

    For example, the login form displays english lines all tho, the language NL is set.

    in reply to: Translation lines missing ? #18699
     iulianolaru
    Participant

    Buddypress was fully translated and all files generated. Is it possible to be something from sweetdate ?

    in reply to: rtmedia disable Expand image option #18698
     iulianolaru
    Participant

    Issue was fixed.

    in reply to: Profile information disappeared #18392
     iulianolaru
    Participant

    Why is it that when i keep the child theme active, the design gets scrambled ?

    in reply to: Profile information disappeared #18381
     iulianolaru
    Participant
    This reply has been set as private.
    in reply to: Profile information disappeared #18314
     iulianolaru
    Participant
    This reply has been set as private.
    in reply to: Profile information disappeared #18313
     iulianolaru
    Participant
    This reply has been set as private.
    in reply to: Profile information disappeared #18176
     iulianolaru
    Participant

    Abe, the code works while having the child theme active but when i activate the necessary theme, the code does not work.

    What is there to do ?

    in reply to: SSL showing warning sign on home page #18025
     iulianolaru
    Participant

    Check the website with google chrome console for example and see what errors you receive. In my case, SSL was sending errors because of images that were already uploaded via http. In this case, which most probably is, you have to edit the pictures URL from wordpress dashboard from http to https.

    Good luck.

    in reply to: Profile information disappeared #17731
     iulianolaru
    Participant

    I have tried in several ways and i can’t seem to make it work Abe.
    My group names are:
    1. Basis informatie (Primary)
    2. Over mijzelf
    3. Op zoek naar
    4. Lifestyle
    5. Physical

    Thank you in advance Abe.

    in reply to: Profile information disappeared #15598
     iulianolaru
    Participant

    It seems i am doing something wrong. Abe, can you please update the code to your recommendations ? The defined group names are matching.

    Thank you in advance

    in reply to: Profile information disappeared #15060
     iulianolaru
    Participant

    Hey, i can’t seem to get this working. I will paste my full sweetdate-child/functions.php so you can see maybe there’s something wrong in it.

    The name of the tabs are the names of the actual profile field groups.

    Thank you in advance

    COPY CODE
    /* my changes to profile tabs */ 
    add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs() 
    {
    	global $bp_tabs;
    	$bp_tabs = array();
    	$bp_tabs['Op zoek naar'] = array(
    			'type' => 'regular',
    			'name' =>  __('Op zoek naar', 'kleo_framework'),
    			'group' => 'Op zoek naar',
    			'class' => 'regulartab'
    	);
    
    	$bp_tabs['Basis informatie'] = array(
    			'type' => 'regular',
    			'name' => __('Basis informatie', 'kleo_framework'),
    			'group' => 'Basis informatie',
    			'class' => 'regulartab'
    	);
    	
    	$bp_tabs['Physical'] = array(
    			'type' => 'regular',
    			'name' => __('Physical', 'kleo_framework'),
    			'group' => 'Physical', 
    			'class' => 'regulartab'
    	);
    
    /* rtMedia tab - only if plugin installed */
    	if (class_exists('RTMedia')) 
    	{
    		$bp_tabs['rtmedia'] = array(
    				'type' => 'rt_media',
    				'name' => __('Fotos', 'kleo_framework'),
    				'class' => 'mySlider'
    		);
    	}
    }
    function kleo_membership_info_guest()
    {
      global $membership_levels,$current_user;
      if (! $membership_levels) {
        return;
      }
      
      if (!bp_is_my_profile())
      {
          $membership = pmpro_getMembershipLevelForUser(bp_displayed_user_id());
        if ($membership)
        {
            
          echo '<span class="label radius pmpro_label">'.$membership->name.'</span>';
        }
        else
        {
          echo '<span class="label radius pmpro_label">'.__("No membership",'kleo_framework').'</span>';
        }
      }
    }
    add_action('kleo_bp_after_profile_name', 'kleo_membership_info_guest');
    
    /* Filter the redirect url for login*/
    add_filter("login_redirect","kleo_redirect_to_profile",100,3);
     
    function kleo_redirect_to_profile($redirect_to_calculated,$redirect_url_specified,$user){
    /*if no redirect was specified,let us think ,user wants to be in wp-dashboard*/
        if(!is_super_admin($user->ID))
            return bp_core_get_user_domain($user->ID );
        else
            return $redirect_to_calculated; /*if site admin*/
    }
    ?>
    in reply to: Profile information disappeared #14748
     iulianolaru
    Participant

    The actual profile tabs do not appear and i haven’t made any modifications besides updating to the latest version. Is it possible for you to access the admin and further check ?

    EDIT: Let me understand. If i change the user profile fields, tabs etc.. i should also further update a piece of code? Please instruct …

    in reply to: Profile information disappeared #14631
     iulianolaru
    Participant

    This is a serious problem. I would very much appreciate help from anyone. Thank you in advance

    in reply to: Translation contribution #9667
     iulianolaru
    Participant

    As promised, the dutch translation is ready to be distributed. Unfortunately it is only 99.9% done as some words were hard for my translators. It can be easily updated by more modern users 🙂

    By such, how can i share the .po file ?

    in reply to: Restrict Features to Various Membership Levels #8890
     iulianolaru
    Participant

    A very interesting idea to force a membership package at user registration. I am also waiting for an idea for this…

    in reply to: Buddypress v1.9 Plugin Update – Issues #8652
     iulianolaru
    Participant

    Work is in progress to fix this and most probably its gonna be in the next update. You can disable the component in the mean time.

    in reply to: Dutch translation #8617
     iulianolaru
    Participant

    Unfortunatley i haven’t found a dutch translation but i will be starting one in the next few days. It will be translate by one dutch person and reviewed by 2 other dutch persons in order to insure its relevant.

    I will share the translation as soon as its done.

    in reply to: Buddypress 1.9 and WordPress 3.8 #8539
     iulianolaru
    Participant

    What about the white space caused by the plugin Buddypress Wall .. i have the same issue and i can’t seem to figure this out.

    in reply to: Redirect after sign-up #8090
     iulianolaru
    Participant

    I would have prefered something that would avoid installing another plugin but i will check it out Abe.

    Thank you very much!

    in reply to: Horizontal scroll bar issue #8089
     iulianolaru
    Participant

    The scroll bar appears only when you log in as a user. I will enable the website for indefinetly and you can register a simple user and check it.

    Any help would be much appreciated.

    Thank you in advance.

    klaver2.eu

    in reply to: Horizontal scroll bar issue #7957
     iulianolaru
    Participant

    Its a fresh, up to date install done today, step by step by the tutorial and installed only recommended plugins already used by users on this support forum.

    What do you mean by messy? The same issue i had with the last install .. the scroll bar

    in reply to: Horizontal scroll bar issue #7954
     iulianolaru
    Participant

    The website was off-line until now but now its back up and you check it. Most probably its a plugin of somekind but all the plugins i installed are specifically for buddypress and selected from the ones recommended by other users on this support forum.

    Thank you in advance for the help.

    in reply to: Horizontal scroll bar issue #7848
     iulianolaru
    Participant

    UPDATE: The scroll bar appears when you log in as a user.

    in reply to: Horizontal scroll bar issue #7847
     iulianolaru
    Participant

    My mistake sqadmin, i’m sorry.

    The website is http://www.klaver2.eu

    in reply to: Login with facebook does not redirect to profile page #7456
     iulianolaru
    Participant

    Thank you Anchora. I will be trying the plugin later today but i would also like to know how buddypress works in this situation. Would less load using sqadmin’s instructions than installing another plugin.

    in reply to: Login with facebook does not redirect to profile page #7424
     iulianolaru
    Participant

    Dear sqadmin,
    Thank you for the solution which is supposed to work. However, i do not manage to get the right link to redirect the user, assuming of course that each profile has a different link.

    I have tried for example http://mysite.com/%username%/ http://mysite.com/$profile/ but with no result.

    Of course i replaced mysite.com with the proper domain name.

    What is there to do?

    in reply to: Progression Bar on Other Pages #7363
     iulianolaru
    Participant

    Sorry i am not able to help but i am asking for your help. What code did you use to make it work on the profile page ?

    Thank you in advance for the help.

Viewing 31 posts - 1 through 31 (of 31 total)

Log in with your credentials

Forgot your details?