Is there a way to exclude Auto Load Next to work with pages?
We set it only for posts, but is showing also on our search pages and category pages. Its there a CSS we can use to prevent that?
]]>Noticed a huge difference in page views (UA vs GA4). So I’m wondering if there’s any word for compatibility with Google Analytics 4?
Thank you.
]]>When I activate this plugin, it doesn’t appear to load the script that’s supposed to be run on the frontend as I don’t see it in the HTML or in the page source like you can in the demo site. Has anyone encountered this before?
]]>Hi Sebastien,
I have the the plugin installed and it is working in the sense that it displays the next posts but it is omitting the title of that post. I am using GeneratePress. I followed the instructions to add the text from source code after the h1 tag (gb-headline gb-headline-ed0f019c gb-headline-text ), but it still doesn’t work.
Rick
]]>I want to add infinity scroll to my site but autoload is not working. I am using the blocksy theme. It is perfect with generate press theme.
]]>Hi, love this plugin!
I have a client who for whatever reason likes to only autoload 4 posts, then after that there should be a button that leads back to the homepage.
I tried to make some conditions in the content-alnp.php file in my theme’s folder, but no luck.
Appreciate any help. Thanks.
]]>Hello, I’m interested to know the situation of this plugin. Is not updated from years, and it is impossible to intall.
Any news?
Can it support custom permalink structure or custom post types?
]]>Hi,
I can’t make it to work while using twentytwenty theme, can you please help me with what’s wrong with my configuration code below?
/**
* Adds theme support for Auto Load Next Post
* and is locked and loading from the footer.
*/
function add_alnp_theme_support() {
add_theme_support( 'auto-load-next-post', array(
'content_container' => 'main#site-content',
'title_selector' => 'h1.entry-title',
'navigation_container' => 'nav.pagination-single',
'comments_container' => 'div.comments-wrapper',
'load_js_in_footer' => 'yes',
'lock_js_in_footer' => 'yes',
) );
}
add_action( 'after_setup_theme', 'add_alnp_theme_support' );
]]>
I am using a publisher theme and I need to find a selector to autoload my post. I have found h1.post-title and update this but autoload is still not working.
]]>I have a blog about dogs food named Can Dogs Eat Food. I want to install this plugin on the blog. Can I do that? Does it work? The theme is “Point”
]]>The plugin is not working properly but works well when login. So how to solve it?
]]>Hi,
I installed Auto Load Next Post plugin but I wasn’t able to make it work with Neve theme.
How can I find the theme selectors for Neve? Is it documented anywhere?
Thanks in advance.
]]>I have tried customizing the Theme Selector, but ALNP only loads the comments section, while the content section of the article doesn’t load.
]]>Hi, developers.
I install ANLP plugin in generate press theme with “table of content plus” plugin. Infinite post load correctly. But, my table of content list in article didn’t work properly. What should I do?
Real URL like this:
In main post:
https://www.domainname.com/good-plugin/
In infinite post URL change automatically with next post loaded:
https://www.domainname.com/top-10-fast-plugin
If I click on Table of Content list on article “top 10 fast plugin”. It doesn’t jump into: https://www.domainname.com/top-10-fast-plugin/#1_fastzilla_lightspeed
but, redirect to:
https://www.domainname.com/good-plugin/#1_fastzilla_lightspeed
It’s redirect to main post again. And, not jump in specific article in infinite post. I hope you know what I means.
Disclaimer: If I don’t use ANLP plugin, my Table of Content Plus plugin runing well. But, after I install ANLP, my table of content broke.
Thanks.
]]>Hi there, nice work with the plugin first of all.
In the post https://www.ads-software.com/support/topic/i-must-return-the-scroll-to-work-on-the-theme-boombox/ you answered that “ALNP prevents it’s self from loading instantly if scrolling to fast to prevent the browser memory to be overwhelmed to quickly.” But i want this behavior to be available on the boombox theme in a manner that wont overwhelm the browser memory hopefully and I want to experiment on this.
Can you if possible tell me where in the code https://github.com/autoloadnextpost/auto-load-next-post (the file and the line number if possible) I need to undo the behavior “ALNP prevents it’s self from loading instantly if scrolling to fast to prevent the browser memory to be overwhelmed to quickly.” ?
Thanks in advance!
]]>Given the amount of tickets being posted here with no response I thought it would be best to post a link to the latest blog post about Auto Load Next Post.
Details here on the current status and a questionnaire.
??
]]>I am using Elementor template for posts. Sample post: https://www.functionalfitnessworld.com/this-workout-consists-of-over-200-burpees/
I can’t get it to work. Not hold my breath as I see forum posts have not been answered in over five weeks here.
Screenshot of what I tried: https://share.getcloudapp.com/6queOm84
]]>I’ve inspected the elements on my website for the correct codes and it is not working. My theme is Blask
]]>Hey Sébastien Dumont,
This is one of the most useful and awesome plugins I have ever come across.
I was going through the support questions to see if my question has been previously asked by someone. Unfortunately, it was not. But what I did found was that you respond to every question pretty quickly. Kudos to you ??
Coming to my query,
Can we hide the full post and show a button on the next post (all posts which are autoloaded) for ‘Show Full Post’ or “Read Full Article”. Upon clicking this button, it will reveal the full post?
Thanks and Regards,
Abhinav
Hi, I’m trying to use the plugin but it doesn’t seem to work. I probably made some mistakes. These are my selectors -> https://i.ibb.co/4Y8ZR7q/alnp.jpg . Could you tell me if there is any error compared to the post page?
Thank you,
M.
Hello!
Seems like a great plug in! Just trying to set it up, is it possible that I can make it work with my custom post type ‘news’ ?
Thanks,
Kerr
]]>I cannot activate the plugin due to the error: The plugin does not have a valid header.
Theme: Contentberg
Will you please help me fix the issue? I will share the login credentials.
Best,
Pravesh Khanal
I have downloaded the plugin from my own website Fitness Catch and tried to activate it, however it throws an error “The plugin does not have a valid header.” I tired downloading the manual file from wordpress official link and uploaded same on my plugin folder but got the same error.
]]>hi i install the plugin on scrolling the link changes but the next post does not load
see the page
[ redundant link removed, just use the link field ]
]]>Hello! I’m install you plugin. And I add folder in my child theme /auto-load-next-post/ and create in this folder – file: content-alnp.php
In file I add my content from single.php (without header, footer, sidebar etc.)
What should I do to plugin is working on my site?
—
I’m used Gillion Theme
I use a markdown editor for everything. How do I use your plugin with Markdown? I use GitHub Favored only. No HTML allowed.
]]>Only for some URLs, the auto load next post starts adding “/undefined” in the end of the URL of the next post.
For the above URL, when you start scrolling, it goes to a page not found.
However, for many other URLs, the issue does not arise.
Could you please check and let me know?
Thanks!
Hello Dear
I have a problem when I use twenty nineteen themes it’s working fine but when I use my theme it won’t work properly. When you scroll up and down it shows me only navigation title not showing like as my expect. if anybody helps me to get out of this problem.
Shipon
]]>Hey
I am using a theme called DigiQole and tried every option there is and it doesn’t work at all, can you please help to find a way to get it to work.
Hi
I have a pencidesign template, and I already installed Auto Load Next Post, but is not working. According to me, the template have all specifications that the plugin need
I was thinking to buy the premium version, but I see is not ready yet
Can you guys help me? Is important to me make this work
]]>