Forum Replies Created
-
Author
-
TXTFox
Participantthis is what I added to bp-custom.php to hide friends… cant figure out how to hide it from activity streams as people dont need to see who becomes friends with whoever if its a dating site
===============================
/**
* Hide User Friends from Other Users
* Only Admin or the user himself can see friends
*/
add_action(‘bp_friends_setup_nav’,’bpdev_custom_hide_friends_if_not_self’);
function bpdev_custom_hide_friends_if_not_self(){
if( bp_is_my_profile() || is_super_admin() )
return ;
bp_core_remove_nav_item( ‘friends’ );
}TXTFox
ParticipantThis is not working for me. We need to have it private so people cannot see who others are friends with
TXTFox
ParticipantWhat is up with the scrolling issue on Ipad when you try to scroll over the homepage rev slider?
Also
We have another issue. e cannot create a group as there is no way to upload a cover photo… http://screencast.com/t/TkjOXmaHhID
http://ourshidduch.com/groups/create/step/group-cover-image/
after trying to create a group and getting here it gives this error http://screencast.com/t/1mwa40KR
Please Help!
TXTFox
ParticipantWe also have an issue with this:
O<b style=”box-sizing: border-box; line-height: normal; color: #777777; font-family: ‘Open Sans’; font-size: 13px;”>n this page</b>
<b style=”box-sizing: border-box; line-height: normal; color: #777777; font-family: ‘Open Sans’; font-size: 13px;”>http://ourshidduch.com/activity-wall-directory/</b>
<b style=”box-sizing: border-box; line-height: normal; color: #777777; font-family: ‘Open Sans’; font-size: 13px;”>Fatal error</b><span style=”color: #777777; font-family: ‘Open Sans’; font-size: 13px; line-height: normal;”>: Call to undefined function bp_wall_load_sub_template() in</span><b style=”box-sizing: border-box; line-height: normal; color: #777777; font-family: ‘Open Sans’; font-size: 13px;”>/home/content/p3pnexwpnas03_data01/16/3185416/html/wp-content/themes/sweetdate/activity/index-wall.php</b><span style=”color: #777777; font-family: ‘Open Sans’; font-size: 13px; line-height: normal;”> on line </span><b style=”box-sizing: border-box; line-height: normal; color: #777777; font-family: ‘Open Sans’; font-size: 13px;”>30</b>
What is this error?
TXTFox
ParticipantRadu,
I am not sure if we are on the same page here. I have not asked about translation….. I asked about CHANGING THE THE TEXT here: http://screencast.com/t/IMGtEFX4e
We need to change the text/words [we dont need to translate] Where can we do that in the admin
Plus Slider Revolution not scrolling on IPhone. Please respond with an answer to what we asked/ thanks
TXTFox
Participanthttp://screencast.com/t/IMGtEFX4e
we need to change that text Reg form – not the search form
Also Slider Revolution is not scrolling on IPAD if you try to scroll over the slider
TXTFox
ParticipantWe realized that the slider doesnt not scroll on the ipad it does everywhere else but when you touch the slider it doesnt…. is there a setting to turn on to allow it to scroll? We need to fix this
TXTFox
Participant<span style=”line-height: 1.5;”>http://screencast.com/t/IMGtEFX4e</span>
How can we change or add to the text on the reg form
TXTFox
ParticipantWe are getting an error 429 on registering a new user from the main page.
http://ourshidduch.com/register/Please help!
TXTFox
ParticipantWhen we do a search [i am a MAN looking for a WOMAN who is YOUNG ISRAEL and NON ORTHODOX it come back to the admin who is a male and not those search settings
http://ourshidduch.com
http://ourshidduch.com/members/?field_3=Man&field_6=Woman&field_299=Young+Israel&field_314=Non-Orthodox&bs=+TXTFox
Participantwhen that search is made
user: stephanie does not show up and doesnt even show up in members area…
http://ourshidduch.com/members/ -
AuthorPosts