-
Author
-
May 18, 2017 at 22:57 #162017mohantytParticipant
Hello,
After selecting the filters and click on search button the results displayed just below the search filter block. I want to scroll down to the result block after click on search button.
Steps 1: open link http://www.whitedate.net/search-members/
Step 2: select i am a man and looking for a woman and click on search button.
step 3: Now you have to scroll down to view the result.
So i need auto scroll to the result block after getting the result.
Thanks,
Tushar
May 21, 2017 at 23:39 #162199LauraModeratorHello, 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 🙂
May 23, 2017 at 17:32 #162453RaduModeratorHi,
I’ve made this functionality and this will be implemented in next theme update until then you can use this JS code
COPY CODE<script> jQuery(document).ready(function () { var url = window.location.href; if(url.includes('members') && url.includes('field_') && jQuery( "#main" ).hasClass( 'search-result' ) ) { jQuery('html, body').animate({ scrollTop: jQuery("#main").offset().top }, 1400); } }); </script>
Add it to wp-admin -> theme options -> Analytics code
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 31, 2017 at 06:49 #163094mohantytParticipantHello,
This auto scroll functionality not working with SAFARI BROWSER. Kindly fix this issue.
Thanks,
TusharJune 2, 2017 at 16:06 #163296RaduModeratorTested and it works on my local install, I cannot see any issue with that
Provide an account to can test live on your website.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.