Forum Replies Created
-
Author
-
sacdenParticipant
Excellent Catalin! =) but its not working if i click on those tabs…this was the main problem, i wanted to solve.
sacdenParticipantMay 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.sacdenParticipantThank you Catalin, yes you are right, it is much better =) Problem is solved, thank you very much!!!
sacdenParticipantIf 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>
sacdenParticipantThank 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
-
AuthorPosts