This topic has 8 replies, 4 voices, and was last updated 10 years by Abe.

  • Author
  • #7777
     Marcyboy
    Participant

    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.

    #7779
     adam
    Participant

    i agree this would be amazing 🙂 i don’t think any other theme has this so you guys would be very unique 🙂

    #7857
     Abe
    Keymaster

    We 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-refresh

    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.

    #7959
     Marcyboy
    Participant

    Hi Thanks for the link, but that piece of code doesn’t seem to work after the most recent update.

    #8230
     Abe
    Keymaster

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

    #8447
     Marcyboy
    Participant

    Hi, 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?

    #8480
     Abe
    Keymaster

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

    #10447
     ewd
    Participant

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

    It is definitly buggy though.

    #10657
     Abe
    Keymaster

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

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?