Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Load content when scrolling ?

  • This topic is empty.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #43075
    apart
    Participant

    Like this: [http://www.kallehagman.com/](http://www.kallehagman.com/http://www.kallehagman.com/”).

    I was wondering is there a way to do this, some kind of tutorial maybe for it ? I guess I would need it for wordpress sites

    #126694
    DADE
    Participant

    jquery – mouse wheel event – .load

    Wordpress: http://www.infinite-scroll.com/

    #126697
    apart
    Participant

    Can I use this on a static page that is my homepage, since that’s the only place I want to use it ?

    My static would be something like this in terms of content : [http://global.tommy.com/int/en/Collections/children/hello-sunshine](http://global.tommy.com/int/en/Collections/children/hello-sunshine “website”)

    Except it would have far less content but still

    #126699
    DADE
    Participant

    Plugin? I don’t know never tried it. Their page says:

    > Why doesn’t it work on ____ page?
    Currently, the plugin is disabled for everything but the main page, but I’ll work on enabling it for Archives, Categories, and Tags.

    So I guess that’s exactly what do you need.

    #126700
    apart
    Participant

    So it will work for static homepage that doesn’t have “More posts” ?

    I’m sorry for so many questions instead of testing it out it’s just I can’t since i’ve only done html / css no wordpress yet for my site

    #126701
    DADE
    Participant

    I don’t really understand. If you’ll have 100 posts on home page it will load them while scrolling, if you’ll have 1 post there will be nothing to load/scroll?

    #126703
    apart
    Participant

    I won’t have posts on a home page(custom static page) but i will have a lot of divs with static content.

    So im wondering will that be possible to load while scrolling ?

    #126704
    DADE
    Participant

    Ow, no, it’s only for wordpress homepage posts. I afraid you’ll need to write your own code for a static page using .load() and .scroll() functions

    #126705
    apart
    Participant

    Ahh I’m glad you understood me :D

    So theres not tutorial out there to do that ? I can’t seem to find one on google

    #126706
    DADE
    Participant

    I don’t really have that much time to google that for you :), but here’s one of the first results:

    http://stackoverflow.com/questions/10663985/using-jquery-load-when-user-scrolls-to-the-end-of-page

    I think that should give you the idea.

    #126708
    apart
    Participant

    Alright thanks

Viewing 11 posts - 1 through 11 (of 11 total)
  • The forum ‘CSS’ is closed to new topics and replies.