Forum Replies Created
-
Author
-
D3NE
ParticipantDo I need to install bp-album or rtmedia?, the photos are showing ok to me… should I do that?
D3NE
ParticipantSorry I think I’m just not getting it… I keep receiving the error that I pointed before.
D3NE
ParticipantThanks for answering… look, I added this code on my function.php on the sweet-child:
$bp_tabs['looking-for'] = array(
'type' => 'cite',
'name' => apply_filters('kleo_extra_tab1', __('Looking for', 'kleo_framework')),
'group' => apply_filters('kleo_extra_tab1', 'Looking for'),
'class' => 'citetab'
);$bp_tabs['base'] = array(
'type' => 'regular',
'name' => apply_filters('kleo_extra_tab2',__('About me', 'kleo_framework')),
'group' => 'Base',
'class' => 'regulartab'
);/* rtMedia tab - only if plugin installed */
$bp_tabs['rtmedia'] = array(
'type' => 'rt_media',
'name' => __('My photos', 'kleo_framework'),
'class' => 'mySlider'
);/* Bp-Album tab - only if plugin installed */
$bp_tabs['bp-album'] = array(
'type' => 'bp_album',
'name' => __('My photos', 'kleo_framework'),
'class' => 'mySlider'
);And this is what I’m getting on the tabs section:
Fatal error: Class ‘RTMediaFriends’ not found in /home2/d3ne/public_html/tuiris.com/wp-content/themes/sweetdate/custom_buddypress/class-bp-tabs.php on line 272
D3NE
ParticipantHi, this solution isn’t working for me, when I add this shortcode and edit the “field” changing it to the one I use, it just shows a number, without any image here’s an screenshot: http://tuiris.com/wp-content/uploads/2013/09/Captura-de-pantalla-2013-09-25-a-las-23.06.05.png
(look for the number 1)
And when I use this solution:
[kleo_status_icon type=”Modelo” subtitle=”Modelos Online”] it shows the right number of connected accounts BUT I cannot change the Icon… (the two heads that I use for number of users registered just repeats on this new field).
http://tuiris.com/wp-content/uploads/2013/09/Captura-de-pantalla-2013-09-25-a-las-23.06.12.png
What I need is to use the “Two photographers” Icon where the “Two Heads” are and leave the two heads just for the number of registered users.
Ty.
D3NE
ParticipantWhen I try to translate the Album section using the bp-album option on the Localization Plugin, it overwrites the translations that I’ve made to the Kleo Framework…
Help please 🙂
Thanks.
D3NE
Participant -
AuthorPosts