-
Author
-
December 13, 2015 at 19:23 #93033schmuParticipant
Hi,
there is a huge problem with the usability of the member search function. Though the filtering works very well the issue is that once I have clicked on a filtered user and want to go back to the search results I would have to start filtering from scratch…Thanks to a post on a different site I have managed to overcome this by storing a session cookie and adding a link back to the results page. That´s resolved.
1. Another thing it can´t manage to resolve myself is to jump to the next (filtered) user from the profile page (see attached screenshot). It simply links to the next member profile even it does not fit with my search criteria.
2. And I can´t find the corresponding php file for that section (breadcrumb + navigation as per screenshot).
Can you help me please with 1.+2. (I am not a coder so please give as much detail as possible)
Thanks!
christophAttachments:
You must be logged in to view attached files.December 14, 2015 at 08:30 #93096LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 14, 2015 at 10:08 #93104schmuParticipantHi Laura,
thanks for your prompt response,
I would like to add that I have added the following code on the members page (with search filter) to produce the session cookie:COPY CODE<?php if (isset($_SERVER["REQUEST_URI"])) { $_SESSION['url'] = $_SERVER["REQUEST_URI"]; } ?>
Thanks
ChristophDecember 14, 2015 at 20:07 #93218RaduModeratorHi,
There is no quick solution to achieve this, this it seems to be a custom work and you should hire a developer to make such modification to the default behaviour.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 16, 2015 at 10:24 #93574schmuParticipantHi Radu,
thanks.
Can you let me know where to find (which php file) the breadcrumb/navigation on the profile page (2. And I can´t find the corresponding php file for that section (breadcrumb + navigation as per screenshot).Thanks
December 16, 2015 at 18:28 #93669RaduModeratorHi,
Breadcrumbs file is located here : /wp-content/themes/sweetdate/framework/functions/breadcrumb.php
Quick navigation function is located here : /wp-content/themes/sweetdate/custom_buddypress/bp-functions.php line 1122
Cheers
Radu
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.