-
Author
-
April 22, 2015 at 12:45 #55568neelesh7Participant
Hi,
I am having trouble with the quick profile navigation.
It is not navigating through the search results.
I had originally hired a developer to make sure it navigates only through the search results.
After updating the theme and plugins, the new developer said I should contact you to pinpoint the problem.
Please help.
April 28, 2015 at 03:13 #56392AndreiModeratorThat’s because the quick navigation is only built to loop trough all members, and not to retain your search details and narrow the loop only to those members.
But, your idea sounds pretty nice, soon we’ll put up a voting section for feature requests, be sure to add it there, and if people will show interest to it we’ll be more than happy to implement it.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 30, 2015 at 10:49 #56755neelesh7ParticipantHi Andrei,
Sometimes the navigation isn’t working at all.
Is the bp-functions.php file under custom_buddypress the only file to edit?
Please have a look at my site and point me in the right direction.
It was configured by the developers I hired to navigate only through search results.
April 30, 2015 at 12:30 #56757neelesh7ParticipantPlease can you also let me know how to not display blank fields on the right and below the profile pic.
May 8, 2015 at 03:19 #57893AndreiModeratorCan you please post a screenshot to the elements to what are you referring to ?
ThanksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 8, 2015 at 12:59 #57972AndreiModeratorThis might be due to the modification made by your developer who tried to change their behavior.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 8, 2015 at 13:03 #57973neelesh7ParticipantCan you please tell me the list of files that need to be edited for this function.
May 8, 2015 at 13:09 #57974AndreiModeratorHi,
You can find the function inside the following file: “wp-content/themes/sweetdate/custom_buddypress/bp-functions.php”, you can find it around line 1122 and the function is called “bp_add_profile_navigation”.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 13, 2015 at 16:17 #62616AndreiModeratorPlease send an email to dev@seventhqueen.com with the exact requirements of your tasks and we’ll get back to you with a quote.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 18, 2015 at 02:21 #63589AndreiModeratorHi, Yes, I’ll get back to you shortly.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 24, 2015 at 00:46 #64620neelesh7ParticipantHi Andrei,
Thanks for your response but unfortunately that doesn’t seem feasible right now. I would like to add this in the future but for now I have to remove the function. Please tell me up to which line I can remove for this function.
June 24, 2015 at 19:57 #64741AndreiModeratorJust add the following piece of code in your functions.php file:
COPY CODEfunction bp_remove_profile_navigation(){ remove_action('kleo_after_breadcrumb', 'bp_add_profile_navigation'); } add_action('init', 'bp_remove_profile_navigation');
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.