Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
  • in reply to: Editing "Base" and "Looking for" #29938
     sacden
    Participant

    Thank you Abe!!! I will wait, have a nice day!

    in reply to: Editing "Base" and "Looking for" #28853
     sacden
    Participant

    Excellent Catalin! =) but its not working if i click on those tabs…this was the main problem, i wanted to solve.

    in reply to: Editing "Base" and "Looking for" #28612
     sacden
    Participant

    May be i didnt understand what you mean…
    There are four tabs in this attachement: Glavnoe, V poiske, Obo mne, Styl zhizni
    I need to rename it into cyrillic characters: Главное, В поиске, Обо мне, Стиль жизни
    When i do this, tabs are not working…
    Now its working with latin characters…because people use this website.

    in reply to: Country field – loading problem #28611
     sacden
    Participant

    Thank you Catalin, yes you are right, it is much better =) Problem is solved, thank you very much!!!

    in reply to: Editing "Base" and "Looking for" #27881
     sacden
    Participant
    This reply has been set as private.
    in reply to: Country field – loading problem #27350
     sacden
    Participant
    This reply has been set as private.
    in reply to: Editing "Base" and "Looking for" #27084
     sacden
    Participant

    Still waiting for an answer, this is my last problem, which i can not solve…

    in reply to: Editing "Base" and "Looking for" #26873
     sacden
    Participant

    If i have such code, everything works

    COPY CODE
    <code>add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs() 
    {
    	global $bp_tabs;
    	$bp_tabs = array();
    	$bp_tabs['looking-for'] = array(
    			'type' => 'cite',
    			'name' =>  __('V poiske', 'kleo_framework'),
    			'group' => 'Looking for',
    			'class' => 'citetab'
    	);
    
    	$bp_tabs['base'] = array(
    			'type' => 'regular',
    			'name' => __('Glavnoe', 'kleo_framework'),
    			'group' => 'Base',
    			'class' => 'regulartab'
    	);
    
    	/* rtMedia tab - only if plugin installed */
    	if (class_exists('RTMedia')) 
    	{
    		$bp_tabs['rtmedia'] = array(
    				'type' => 'rt_media',
    				'name' => __('My work', 'kleo_framework'),
    				'class' => 'mySlider'
    		);
    	}
    
    	/* Bp-Album tab - only if plugin installed */
    	elseif (function_exists('bpa_init')) {
    		$bp_tabs['bp-album'] = array(
    				'type' => 'bp_album',
    				'name' => __('My photos', 'kleo_framework'),
    				'class' => 'mySlider'
    		);
    	}
    	
    	$bp_tabs['social'] = array(
    			'type' => 'regular',
    			'name' => __('Social', 'kleo_framework'),
    			'class' => 'regulartab'
    	);
    }</code>
    in reply to: Theme translation #25846
     sacden
    Participant

    Problem was solved, thank you!

    in reply to: Theme translation #25843
     sacden
    Participant

    Thank you for reply, alberhd! I tried this also, but its not working, nothing was changed in my homepage.
    I took from this directory – /sweetdate/languages – en_US.po and en_US.mo, did a copy and gave another name ru_RU.po and ru_RU.mo. Then i found such strings as – city, age, looking for a….and added russian translation with Poedit. Then i uploaded those files over FTP to /www/wp-content/themes/sweetdate/languages.
    And nothing.

    Also i couldnt find string – Serious dating with Sweet date Your perfect match is just a click away

    Thank you

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

Log in with your credentials

Forgot your details?