-
Author
-
August 18, 2013 at 05:50 #1485
pulla
ParticipantHello,
I am using 1.5 and all of users Looking for tab and Album is not displaying on profile “About me” “looking for” Album”. it’s only “About me” now.
I typed some content on “looking for” but not showing.I disabled “BP-Album” and installed rtMedia. created an album posted pictures. but not showing on profile page (top)
How can I set it up?
Thanks,
August 19, 2013 at 03:30 #1495Splectic
ParticipantYes, I have this problem as well. Now all information is shown at the bottom when you click on “profile” instead of the header. the header is literally empty except for the private and public message boxes. I’m not sure what to do.
August 20, 2013 at 00:13 #1561SQadmin
KeymasterHi,
For Bp-Album there is this fix until the next update:Replace the contents of this file custom_buddypress/class-bp-tabs.php in the parent theme with this one:
https://archived.seventhqueen.com/files/class-bp-tabs.txtAfter 1.5.1 update this is no longer needed
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 20, 2013 at 00:22 #1562Rick26nl
ParticipantSame here. I have 600 registered members so need to fix this ASAP. No tab at all in the profile header, no ‘my photo’ tabs and not even about me tab.
Did not change anything in the fields groups. Just updated the theme to 1.5
August 20, 2013 at 00:23 #1563SQadmin
KeymasterCan you email us temporary FTP access to take a look? themesupport@seventhqueen.com
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 20, 2013 at 00:34 #1565joninhas
ParticipantSolved, Thanks .
Where can i change the “My Photos” and “About me” titles for my language?
August 20, 2013 at 00:57 #1566SQadmin
KeymasterIf you want to change the group name then go to Users -> Profile fields and rename the existing groups to match your language.
Then you need to change the tabs to show that translated groups. Add this to your sweetdate-child/functions.php. Just rename the group names here also:
COPY CODEadd_action('after_setup_theme','kleo_my_actions'); function kleo_my_actions() { global $bp_tabs; $bp_tabs = array(); $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', 'kleo_framework')), '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 */ if (class_exists('RTMedia')) { $bp_tabs['rtmedia'] = array( 'type' => 'rt_media', 'name' => __('My photos', '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' ); } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 20, 2013 at 03:12 #1573Splectic
ParticipantI have the same issue; my headers won’t show anything, not even the message buttons. I have the child theme installed, would that have anything to do with it?
August 20, 2013 at 07:48 #1576SQadmin
KeymasterPLease try again now. Thank you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 20, 2013 at 07:51 #1577SQadmin
KeymasterHi, The buttons won’t show when you are viewing your own profile.
If you have modified the Base and Looking for profile field groups please copy/paste the above code in your sweetdate-child/functions.php and rename them with the groups you want to show in the headerFor Bp-Album there is this fix until the next update:
Replace the contents of this file custom_buddypress/class-bp-tabs.php in the parent theme with this one:https://archived.seventhqueen.com/files/class-bp-tabs.txt
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 22, 2013 at 05:37 #1654wisinyyandel7
ParticipantHello,
What do you mean for parent theme?
I am using the child theme.
ThanksAugust 22, 2013 at 05:48 #1655wisinyyandel7
ParticipantIs it in the FTP Manager?
I have the same problem with this.
http://d.pr/i/iOoH this is your demo.
http://d.pr/i/TGzB and this is mine.(Buddypress – Unique profile area & Smart notification – Super customized profile area and notifications for New Messages & New Friendship Requests attached to profile button and visible to every page after user has logged in to the system. This is super useful for any dating site as well for other community portals.)
Do I get this notification when the person contact me? If doesn’t contact me it is not going to show in my screen? Is that right?
August 22, 2013 at 17:29 #1673SQadmin
KeymasterHi,
Please update to the latest version and you don’t need to do that step with class-bp-tabs.php because is included in it.
After that when a user uploads some images it will automatically appear in the tab.Notifications will only appear when you have some, if you have no notifications they won’t appear
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 26, 2013 at 01:17 #1781Anonymous
InactiveInstead of using pictures for rtMedia, I am using videos. Can I still have the tab for My Pictures, but display videos instead?
Thanks
August 26, 2013 at 12:27 #1802SQadmin
KeymasterHi,
Unfortunately the tab looks only for photos.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.