-
Author
-
December 6, 2013 at 15:27 #7777MarcyboyParticipant
Is it possible to load and update the profile tabs by ajax, rather than refresh the whole page and then have to scroll down each time.
December 6, 2013 at 15:55 #7779adamParticipanti agree this would be amazing 🙂 i don’t think any other theme has this so you guys would be very unique 🙂
December 7, 2013 at 14:58 #7857AbeKeymasterWe also agree that will be nice but it will be a hard task to achieve. We will analyse it.
Also see this topic that aims to give a simpler solution for this: https://archived.seventhqueen.com/forums/topic/keeping-scroll-bar-on-the-last-position-when-refreshHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 9, 2013 at 15:39 #7959MarcyboyParticipantHi Thanks for the link, but that piece of code doesn’t seem to work after the most recent update.
December 14, 2013 at 01:53 #8230AbeKeymasterHi, the code should work after the update. Maybe it got deleted from where you added it.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 17, 2013 at 18:35 #8447MarcyboyParticipantHi, Thank you. It had been overwritten.
What would the code be to do the same for the links in the profile button in the header?
December 18, 2013 at 01:15 #8480AbeKeymasterHi, maybe:
COPY CODE<script> jQuery(document).ready(function() { jQuery("#item-nav .item-list-tabs a, #subnav li a, .btn-profile ul li a").each(function() { jQuery(this).attr('href',jQuery(this).attr('href')+"#main"); }); }); </script>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.February 1, 2014 at 17:43 #10447ewdParticipantHi all,
has there been any more work on this?
I have been working with the theme by sbrajesh
https://github.com/sbrajesh/bp-default-ajaxed-profile-tabIt is definitly buggy though.
February 7, 2014 at 12:14 #10657AbeKeymasterHi, Nothing new. Seems it is not an easy job 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
You must be logged in to reply to this topic.