Hi,
I wrote to support a week ago, but you didn’t respond. Well, I can’t add in Load More Items Selector “>” character. I need this line to add there: .portfolio .elementor-widget-theme-post-content .elementor-widget-container > *
Now it is without “>”. (.portfolio .elementor-widget-theme-post-content .elementor-widget-container *). Now it takes all children. But I need to select only main children of the element. Now it takes everything including strong tag.
]]>Hello,
I have a small problem (bug) with Read More from General Selectors:
I use 3 in the Visible Items field but show only one item. I use 5 in the Visible Items field but show only 3 items. I think it is a bug.
Load Items works well.
]]>I just want to add the infinite scroll to the home page where my blog posts are.
I’m not a developer, but I understand a little bit of CSS. I tried many different approaches, different selectors, etc, but can’t seem to make it work.
If anyone can guide me finding the right selector to use, that would be great.
Here are some of the options I tried, but no luck:
.wp-block-posts
ul.alignwide.wp-block-post-template.is-layout-flow.wp-container-core-post-template-is-layout-2.wp-block-post-template-is-layout-flow
ul.wp-block-post-template
li.post
ul.wp-block-post-template
div.wp-block-post-template-container
]]>It works fine and loads additional archive posts, but additional loaded posts when load more is clicked the loaded post image thumbnails are not sized correctly like the initially loaded 12.
]]>Hi there,
Hoping someone can look at this, settings are:
Load more selector: #load-more-test
Item selector: #load-more-test .col-md-3
Visible items: 8
Load items: 4
Button label: load_more
Display: default
Thankyou.
]]>Plugin active;
https://youtu.be/GsiSDVTw6GQ
Plugin deactive;
https://youtu.be/eaVGAe5vPBI
Please help
While the plugin is active, you need to click on the search button for the filter to work. I cannot activate the filter without clicking Search.
My theme: Listivo
Wrapper settings:
This is a cool plug in thanks for making it. I tested it out and it works great with the lists but the only way I can get it to work is by adding a .longlist CSS class to the list.
And that’s fine and the way we would want it in many cases except for our site has about a few hundred very long (gutenberg block) lists so we don’t want to have to go into each post and manually add a class for every single one of those. It would take a ton of time to do that.
So is there a way that we can apply the load more button to all lists just by using the <ul> or <ol> elements?
Thanks for your help
]]>Hi,
Is there an option to wrap the anchor tag <a data-glm-button-selector="#ID" href="#" class="btn loadMoreBtn" id="loadMore">Load more</a>
inside a wrapper?
I have the parent container with display flex property. So all it’s children including the button is showed in grids. I want to give the button container a 100% width. If I give the 100% width to the anchor tag then the cutton will be too wide.
Thanks
]]>Hi, I’m trying to auto load next post while scrolling but can’t make it work. I need some help with the selectors I believe. Also Data Selector option is missing. My test site is top10pics dot com. I would much appreciate if you could take a look
]]>Is there a patched version of this plugin coming out? I need an approximate ETA or I will need to use a different plugin.
Thanks!
]]>Hello!
If there is no numbering and pagination in the post feed due to the theme, how can I find a selector for scrolling?
Help with this problem?
]]>Hi all,
great plugin, want to use it surely, but when I installed it, other plugin isn′t working becuase of Ajax. Is it possible to use it with java ? How ?
THX in ADV.
tony
]]>I’m trying to setup a General Selector. I have a category archive page with 10 posts showing per page. I managed to add a Load More Button Selector, the button shows briefly after my list of posts on the category page. But then it immediately disappears. And I cannot test the Load More Items Selector, because the button disappears immediately. How to make the button stay?
]]>Hi,
I am using buddypress. I had tried everything it wouldn’t work for buddypress messaging pose. It’s were site users exchanging messages.
Please help what class to “Load More Button Selector, and Load More Items Selector”
Thanks
]]>Hello Team,
Can you please provide a detailed step by step explanation regarding how to use your plugin to lazy load wordpress comments only, on a specific theme. My theme is Genesis child theme.
Thank you so much in advance.
Swagatam
]]>Hello.
For some reason that i didn′t understand….. the plugin do nothing.
I’m trying to make it works in a local version of this site but don′t do nothing, the button Load More is not showed… the
count of items is not showed (i′ve setup 15 profiles and shows everything or nothing)
This is a capture of my settings… https://app.screencast.com/jC3mPckgrHYxE
Can you help me?
Thanks a lot
Hi,
I’m tryng to add multiple instances of the button in the home page.
The first one works fine, the second doesn’t show anything, unless after clicking on it two times.
Any idea?
I want to infinite load posts while the visitor scrolls to the end of the current post, next one should load but I am unable to do it in the Kadence theme.
Please Help me with finding the correct selector.
https://scoreswizard.com/smart-soccer-ball-from-adidas-micoach-smart-ball/
Thanks
]]>hello, I want to ask a question. I’ve read the tutorial in the documentation, but I can’t find a way to make a long article shorter using ajax load more.
Can i get a guide on how to use ajax load more for long articles wordpress posts?
]]>I have installed the plugin to my custom theme. But Load More button is not showing on my blog and archive page (index.php / archive.php). I checked the plugin settings but do not understand Load More Button Selector and Load More Items Selector . What to put there? Here is the total code with loop of my blog / archive page.
<section role="main" class="page-container">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<ul class="tiles-wrap animated" id="wookmark1">
<?php
if (have_posts()) : while (have_posts()) : the_post();
$post_thumbnail_id = get_post_thumbnail_id();
$featured_image = wp_get_attachment_image_src($post_thumbnail_id, $size='full');
$featured_image_alt = get_post_meta( $post_thumbnail_id, '_wp_attachment_image_alt', true );
?>
<li>
<a class="venoboxinline" data-gall="gall1" data-title="Project name" data-vbtype="inline" href="#project-<?php echo $post->ID;?>">
<?php if ($featured_image):?>
<img src="<?php echo $featured_image[0];?>" alt="<?php echo $featured_image_alt;?>">
<?php endif;?>
</a>
</li>
<?php endwhile; endif; ?>
</ul>
<div class="postNavigation">
<div class="alignleft"><?php next_posts_link('« Older Items') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Items »') ?></div>
</div>
</div>
</div>
</div>
</section>
]]>
I have rows of video player elements on this home page. I have tried to use both the built in elements and add new classes so I can isolate the parent and items elements, but the plugin does not seem to work. I think I am using the wrong element classes. Any help would be greatly appreciated before I get the pro version. Thanks.
]]>Hello All,
I hope you are fine , I really appreciate your plugin and it’s working well with my case. The only problem that I find It is the Loadmore button is hided even where there are still records in the category ( I noticed that the +[count] variable is equal to ZERO and there are others records ).
SO can you please help me to resolve the problem
Many Thanks In advance
Have a nice day
]]>Hello,
I downloaded your plugin but I’m unable to get it to work. I want to use it to load more reviews on my Client Love page. I’m unsure what to do to enable it. Please advise.
]]>Hello,
I’m using Buddypress plugin that will have members.
Somehow I got it going to Load More on click, let’s say when there’s hundred users on the members list., it will keep loading miles long page.
Is there’s a way I can set a MAX lenght so the page wouldn’t scroll for miles long (i.e. max-height:300px , overflow-y: auto;) but using the Load More.
Please help,
Thanks
]]>Hello, excellent plugin! I will rate it with 5 stars. But what should I fill in the plugin to have infinite scrolling on these three pages?
Thanks!
]]>Hello,
I’ve installed the load more plugin but have no idea how to use it and can’t find instructions
I would have thought there would have simply been a block to add on the wordpress page but I do not see that
Please advise
Mark M @ BermudaStream
]]>Hi Team,
I am using Load More Anything plugin. On my page, I have the number of carousels row by row category-wise, I need to load the carousals When clicking the load more button. When clicking the load more button carousels not working, at the same time after clicking the load more button once open the inspect and close the inspect then the carousel works. What might be the reason for the carousel not working, and how can I resolve it
Thanks & Regards,
Lalitha T
]]>I’m trying to add load more button for rows in Divi Theme. Can someone help me out?
]]>hi, I have set Load More Button Selector as: .anh-flatsome and Load More Items Selector: .anh-flatsome .gallery-col or .anh-flatsome .col-inner, when clicking Load more images do not automatically load more. Please tell me the correct code. Thanks
]]>Your plugin seems to work great, but it’s hiding my YouTube videos on the page. I’m tapping into the YouTube API v3 in a very basic manner to fetch the title of the video and the videos from my clients channel. The titles show up but the videos are missing: https://jamyershomes.com/new/galleries/videos/
Help!