This topic has 16 replies, 2 voices, and was last updated 9 years by Andrei.

  • Author
  • #55568
     neelesh7
    Participant

    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.

    #55569
     neelesh7
    Participant
    This reply has been set as private.
    #56392
     Andrei
    Moderator

    That’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 solution
    #56755
     neelesh7
    Participant

    Hi 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.

    #56757
     neelesh7
    Participant

    Please can you also let me know how to not display blank fields on the right and below the profile pic.

    #57893
     Andrei
    Moderator

    Can you please post a screenshot to the elements to what are you referring to ?
    Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #57968
     neelesh7
    Participant
    This reply has been set as private.
    #57972
     Andrei
    Moderator

    This might be due to the modification made by your developer who tried to change their behavior.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #57973
     neelesh7
    Participant

    Can you please tell me the list of files that need to be edited for this function.

    #57974
     Andrei
    Moderator

    Hi,

    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 solution
    #62609
     neelesh7
    Participant
    This reply has been set as private.
    #62610
     neelesh7
    Participant
    This reply has been set as private.
    #62616
     Andrei
    Moderator

    Please 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 solution
    #63584
     neelesh7
    Participant

    Hi,

    Please confirm if you have received my email.

    #63589
     Andrei
    Moderator

    Hi, Yes, I’ll get back to you shortly.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #64620
     neelesh7
    Participant

    Hi 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.

    #64741
     Andrei
    Moderator

    Just add the following piece of code in your functions.php file:

    COPY CODE
    
    function 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
Viewing 17 posts - 1 through 17 (of 17 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?