Search Results for 'infinite scroll posts'

Results from the Forum
kanstan
Participant
#0

Hi!
Help me figure out the infinite scrolling in the posts. Installed the plugin YITH Infinite Scrolling.
Which selector settings need to be specified?
selector settings
If this plugin is not compatible with the theme, please tell me if you know another plug-in with similar functions.

Catalin
tagDiv Staff

Hello Febian,

Unfortunately, the infinite scrolling on posts is not available in our theme. We do not have a plan on adding this yet as we have not found an easy method of implementation for it at the moment.

Please check this link, here is detailed a possible implementation:: https://forum.tagdiv.com/topic/implement-infinite-scroll-on-single-posts/

Thanks for your understanding!

Febian
Participant
#0

Nowadays more and more website add “scroll to next page” on their single post template. For example, MakeUseOf (you can check the feature on its content page http://www.makeuseof.com/tag/repeat-reminders-trello/)

Is there a way to add this functionality to Newsmag?

I’ve tried using these WordPress plugins below but can’t get to work correctly.

https://wordpress.org/plugins/auto-load-next-post/
https://wordpress.org/plugins/wp-infinite-scroll-posts/

Catalin
tagDiv Staff

Hello vettiMedia,

Unfortunately, the infinite scrolling on posts is not available in our theme. We do not have a plan on adding this yet as we have not found an easy method of implementation for it at the moment.

Please check this link, here is detailed a possible implementation:: https://forum.tagdiv.com/topic/implement-infinite-scroll-on-single-posts/

Thanks for your understanding!

truth
tagDiv Member

Hello,
I was about to ask the same thing but first I wanted to know if I was the only one.
I hope you implement this feature in the next updates because there are many requests for infinite scrolling on posts (including me).

Ciao!

faris
Participant
#0

I use populer post with jetpack plugin, and block setting filter by ‘popular (site wide) – jetpack + stats module’.
other trick Unique articles is enabled, but still couble post.
i try with code , my code is :

add_filter( 'infinite_scroll_query_args', 'jetpack_infinite_scroll_query_args' );
function jetpack_infinite_scroll_query_args( $args ) {
$args['order'] = 'DESC';

try{
$startPage = intval($_POST['query_args']['paged']);
if($startPage != 0) $startPage--;
$currentPage = ($args['paged'] + $startPage);

}catch(Exception $x){
$currentPage = $args['paged'];
}
$args['offset'] = $args['posts_per_page'] * $currentPage;
return $args;
}

but still couble post, how to fix it ?
this screenshot >> https://s18.postimg.org/5uw7l9v0p/10_12_2016_shot_16_42_31.png

mutebobby
Participant
#0

Hi,

So we were just about to flip live our upgrade to the latest version of NewsMag when I discovered that when blocks (any blocks) have any sort of pagination enabled (Infinite Scroll or Button to Load), watching the network activity via Google Dev Console reveals that, even if the user hasn’t moved on the page after load, js code continues to load posts and images forever until the browser becomes unstable through memory or (I guess if you waited long enough) it finished pulling down every post in the blog.

Shoot me a PM / email for the location of our beta site and I’ll pass over. I’d appreciate some assistance as this is stalling our update go live.

Thanks

Catalin
tagDiv Staff

Hello Cruciblious,

Unfortunately, the infinite scrolling on posts is not available in our theme. We do not have a plan on adding this yet as we have not found an easy method of implementation for it at the moment.

Please check this link, here is detailed a possible implementation:: https://forum.tagdiv.com/topic/implement-infinite-scroll-on-single-posts/

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hi,
Sorry but there is no solution for infinite scroll on posts in our theme. We have no option to provide in this regard and plugins that provide this feature will not work because of the way our theme’s post templates are made. Sorry.

Thanks.

mohittodarwal
Participant
#0

Hi,

how can i enable infinite scroll on post pages from the theme. I understand it can be enabled for block pages and categories. i have done all that, but i want to enable for post pages.. rather than show categories, it should show more posts either within thesame category or random.

Kind get in touch.

Regards

pavel@earnware.com
Participant
#0

Please include infinite/continuous post scrolling (From one post to the next) like here http://www.makeuseof.com/tag/apple-homekit-ios-10-home-app/ … – many clients ask for this feature. TY

per123
tagDiv Member

Hi @ariangreatzone

Can you use different posts for the infinite scroll from same category or tag?
I see that in your posts are only changing the numbers (/1,/2,/3,) in URL for different photos

What I want is:
When you scroll to the end of post it shows new post with different URL

Bogdan B.
tagDiv Staff

Oh…sorry for the misunderstanding.
Our them only shows one post unfortunately. There is no such option to load more posts directly. This is similar to the infinite scroll that is a very popular request but for the moment we have not found a viable solution because of the way our theme was created. If we figure out a solution for this, we will add it in a future version of the theme but unfortunately I cannot say for sure when this will happen.
Thanks.

Andrei L.
tagDiv Member

Hi

Please check this link, here is detailed a possible implementation:: https://forum.tagdiv.com/topic/implement-infinite-scroll-on-single-posts/
Thanks!

Bogdan B.
tagDiv Staff

Hello,

1) Unfortunately the infinite scrolling on posts is not available in our theme. We do not have a plan on adding this yet as we have not found an easy method of implementation for it at the moment.
2) The mega-menu option will not work on the mobile menu. If your link on the main menu does not link to anything (custom menu link to #) then it will not l;ink to anything on the mobile menu as well. Please create a new menu for your mobile menu here: http://screencast.com/t/0Wnhup0pWY
3) We cannot provide any solution for this as our theme does not provide a social login option. You will have to either use customization or find a plugin that can offer such a feature.

Thank you!

IamLegend
Participant
#0

Hi,

When viewing on desktop, the post page look perfect. But when viewing with mobile device, every time I scroll down the infinite load of the same category posts pushing my sidebar down which I will never get to see it. How can I make the sidebar appear after the post content and before the category infinite load block?
website: http://www.nguoivietonline.us

Thank you

chand3g
Participant
#0

I am getting some CSS issues on the practice of infinite scroll on the single post which described here https://forum.tagdiv.com/topic/implement-infinite-scroll-on-single-posts/#post-43481 .

I tried the same here on my site: http://marwadisong.in . Find any single post and see, I have implemented the same thing two places and both have display issues.

http://marwadisong.in/new-video-lagyo-4g-tower-chale-che-internet-alfa/

Let me know what I need to do.

Thank you.

paologalli
tagDiv Member

copied and pasted from the v.3.0 file

[ Version 3.0 ]
UPDATE NOTICE: Please update tagDiv Social Counter to the latest version that comes with the theme.
– new: grid system – with this we eliminate all the # in url bugs
– new: Instagram block and widget
– new: Footer Instagram
– new: Weather block and widget
– new: Weather option in top bar
– new: Exchange block and widget
– new: Mobile menu
– new: Search menu on mobiles
– new: Background support for mobile search and menu with parallax
– new: 1 new footer styles
– new: 5 new category templates
– new: 3 one click demos
– new: 10 Social counter styles
– new: Login/register option for mobiles
– new: custom post types now support a global sidebar that can be set from the theme panel
– new: logo in H1 tags
– new: reset button in theme panel. This will bring the theme to the original state
– new: panel for one click demos
– new: enable/disable category pull-down filter option in theme panel
– new: display order for category tags on post pages option in theme panel
– new: Social Counter – version 4.1 – please update your plugin to the latest version
– new: whatsapp share for article on mobile devices
– new: 4 new smart lists(smart list 5, 6, 7 and 8)
– new: 3 new ad spots used for smart lists (smart list 6, 7 and 8)
– new: 1 new ad spot(Footer top)
– new: 4 new top bar layouts
– new: we removed the Smooth scroll option from panel
– new: new look for the main menu sub-menus
– improvement: the theme settings are now only saved once per pageload and only if needed. We use the shutdown action to save them.
– improvement: video playlist block now works with multiple playlists of the same type on one page
– improvement: we audited all the metadata produced by the theme and we improved every aspect of it
– improvement: updated the google fonts list
– improvement: better seo on smartlists
– improvement: the categories that are listed on post pages can now be shown using the WordPress default order. This can be enabled from theme panel.
– improvement: We optimized the queries for all the blocks and widgets that don’t show posts (popular categories, social counter etc…)
– fix: panel got stuck while saving in specific cases, mostly related to categories
– fix: contributor users cannot change the post template now, this is more in line with WordPress
– fix: Security issues
– fix: Infinite pagination on categories did not work with speed booster
– fix: removed no comments message with comments disabled
– fix: infinite loading on categories issue with latest posts when the rest is fewer than the “Blog pages show at most” setting
– fix: footer logo title attribute
– fix: tinyMCE issues with the shortcodes menu (multiple options where selected in specific cases)

shubham1337
Participant
#0

Hi,

I see the newspaper theme is equipped with a related posts plugin, and the related posts appear below every posts. I wanna know, How can I add infinite load pagination to the related posts?

Andrei L.
tagDiv Member

Hi

1.You can use theme’s custom ad-spots to display your ad above the logo. First you have to place your ad-code in one of the available custom ads. Then you have to edit the file corresponding with header style used and add this code like here: http://screencast.com/t/C9xwScefN

I’ve used custom ad 1 as example for header style 7.

2 Add do_shortcode function in page-pagebuilder-latest.php file: http://screencast.com/t/egUxLLUCs http://screencast.com/t/8lHVlabaDs

Also you will need this css in theme panel > custom code > custom css:

.td-container.td-pb-article-list .td-container-border {
border-bottom: 1px solid #e6e6e6;
}

3. Unfortunately the theme does not have an option to add infinite scroll on posts. To achieve that you’ll need some customizations in theme’s core files. This is a complex task and I can’t provide a solution for the moment. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer to help you with implementation.

Try this css to hide the search cos:

.td-search-wrapper{
display: none;
}

Thanks!

Catalin
tagDiv Staff

Hello newtag,

1)In a future update, it is possible but we cannot say for sure if it will get done in the next update because we have a big list of fixes, improvements, and suggestions to implement. It’s hard to filter them and select which one gets implemented now and which one gets postponed. The developers decide if it gets done or not, though. Until we can do it, you can use a plugin.
2)You can try to check in our forum by the infinite scroll and will find some threads with this subject discussed. As example, you can check this -> https://forum.tagdiv.com/topic/implement-infinite-scroll-on-single-posts/

Thank you for your understanding!

Andrei L.
tagDiv Member

Hi

The indicated site use a infinite scroll model to load posts. Unfortunately with our theme this is not possible at the moment. This is a complex task which need lots of customizations in order to be achieved. It will need to be custom made and unfortunately is not a ‘walk in the park’ from any point of view you look at it.
First must be chosen a way to load the next posts and here are two main ways:
– load all posts when the page it’s loaded first time, which is not very good for page-speed
– load posts when the users scroll-down, which means additional queries to the database.

Regarding the video this is not an much easier task either.
First you need to understand how page structure looks like when a sidebar it’s used. There are two main containers in place: a span 8 and a span 4. What you’re trying to do is to move a part of content from one container to another when user scroll down. This is not possible at all because after the html it’s generated it can’t be changed within same session. In your example the video and text are in the same container. The css applied only change the position, which is possible, but not affect the html. You can achieve a similar result using our theme but it’s required a custom post template with a custom structure.

I mentioned in my previous replies that we can’t offer any custom services at the moment. If you’re not aware of the steps you need to take in this regard you can always hire a developer or a freelancer from sites like http://studio.envato.com/ to do this for you

Thanks!

Alexei Sukhoverkhov
Participant
#0

Would you please give me some details conserning Newspaper theme? I need it to setup an infinite scrolling posts plugin.

Navigation Selector. The defalt value is nav.navigation. What selector is containing the theme’s navigation?

Next Selector. The defalt value is nav.navigation a.next. What is the link to the next page with content?

Item Selector. The defalt value is article.post. What is the selector containing a single post or product

Content Selector. The defalt value is #main What its the selector containing your theme’s content

leofratt
Participant
#0

Hello,

I’m having a problem with the infinite scroll in my site: some post are shown more than one time inside the scroll.
The site is: http://www.goldevestuario.com

Thanks,

Regards,

Leonel

Catalin
tagDiv Staff

Hello ariangreatzone,

Unfortunately, our theme does not have such an option for infinite scrolling for posts, sorry! You can try to find some plugins with this functionality and try to check how it works for you and also, please notice that we cannot offer support for untested plugins. Another alternative for you would be to hire a freelancer/developer to implement this for you because we cannot provide custom services at the moment, sorry!
I have added this suggestion in our todo list but we cannot say for sure that we improve the theme with this new feature in our update, but we will consider this in our updates.

Thank you for your message!

Viewing 25 results - 176 through 200 (of 259 total)