-
AuthorPosts
-
abdullah canipek Friend
abdullah canipek
- Join date:
- November 2014
- Posts:
- 133
- Downloads:
- 32
- Uploads:
- 22
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
August 16, 2014 at 10:16 pm #200563I want to fixel’s home page infinity, but when the user scroll down then automaticly load more with out clicking “Load More” button. Like facebook, instagram, or etc. 🙂
thanx for the answers already 🙂
bucklash Friendbucklash
- Join date:
- August 2014
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
August 17, 2014 at 10:51 pm #546271Hi
This isn’t a solution, more of a comment:
For some people, automatically loading as you scroll to the bottom is really annoying and forces the user to use bandwidth when they might not want to.That’s my thoughts. Have a good day
Jon
2 users say Thank You to bucklash for this useful post
abdullah canipek Friendabdullah canipek
- Join date:
- November 2014
- Posts:
- 133
- Downloads:
- 32
- Uploads:
- 22
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
August 20, 2014 at 9:07 pm #546792Thank you bucklash,
but i think auto loading more userfriendly than button. You are right bandwith thing.I hope JA Developers or Support Guy answer my question.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 21, 2014 at 10:02 am #546849<em>@asccanipek 442300 wrote:</em><blockquote>Thank you bucklash,
but i think auto loading more userfriendly than button. You are right bandwith thing.I hope JA Developers or Support Guy answer my question.</blockquote>
Hope my solution below will help you to do this
Open templates/ja_fixel/js/script.js file
Find and change
if(nextbtn.length){
nextbtn.on('scroll', function(){
if(!nextbtn.hasClass('finished')){
ploader.modal('show');
masonry.infinitescroll('retrieve');
}return false;
});ploader.insertBefore(nextbtn);
}To
if(nextbtn.length){
$(window).scroll(function(){
ploader.modal('show');
masonry.infinitescroll('retrieve');
});
ploader.insertBefore(nextbtn);
}1 user says Thank You to Ninja Lead for this useful post
abdullah canipek Friendabdullah canipek
- Join date:
- November 2014
- Posts:
- 133
- Downloads:
- 32
- Uploads:
- 22
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
August 22, 2014 at 12:32 pm #546969Thank you Ninja Lead,
Your code working but, when scrolling bottom load all articles,how to can i do this step by step (for example: first loading 10 article, second 10, third 10 )Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 25, 2014 at 9:35 am #547128Nope, that codes above only loads next page if you scroll down and not load all, you can check it with Intro Articles set 5 in Home of Main Menu like as my screenshot
and enable inspect element for your browser and check it with each scroll-down.
-
1 user says Thank You to Ninja Lead for this useful post
cocvau87 Friendcocvau87
- Join date:
- March 2014
- Posts:
- 2
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 2 posts
September 11, 2014 at 4:53 pm #549192Thank you so much, Ninja Lead
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 4 voices, and was last updated by cocvau87 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to Infinity Page without "Load More" Button?
Viewing 7 posts - 1 through 7 (of 7 total)