• I have setup a Visual Portfolio Layout with pagination that loads more when they scroll down (type: infinite).

    If someone clicks on a portfolio tile / thumbnail, it takes them to that protfolio item page. If they press back, it takes them to the previous page, but not to the same place they were when they clicked on the tile. The pagination is re-set, as if they didn’t scroll down yet.

    Is there any way to solve this, so when they press back, it loads the page the way it was when they were their before?

    Thank you for your attention on this

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Nikita

    (@nko)

    Hi.

    I thought about this feature when creating the Infinite scroll, but I don’t know how to better make it possible…

    Let’s imagine, user scrolled down and loaded, for example, 200 photos. We saved this value and then after the user opened the work and pressed back button, we need to load all these 200 photos again. Most of the sites show posts with our plugin, so this means, we need to load 200 posts. Ok, what about 1000 posts? We need to have an open API for this request and this may be potential backdoor and may generate a huge server loading. As result easy to produce a DDOS attack.

    So, I understand your request and I’m also want to make this possible, but this feature slightly more complicated, that we may imagine in the first time when thinking about it.

    I have a possible solution – save a temporary data per user, so we may restore it immediately without huge server loading. But this solution also has limitations.

    Regards, nK.

    • This reply was modified 5 years, 6 months ago by Nikita.
Viewing 1 replies (of 1 total)
  • The topic ‘Set Back Button on Browser to go back to the place they clicked on’ is closed to new replies.