@michih Whats the issue? You’ve provided no information for me to debug your issue.
Got this in my console:
Failed to load resource: the server responded with a status of 404 ()
Ajax Load More: Unable to access meta object in Ajax response. There may be an issue in your Repeater Template or another hook causing interference.
Bad element for imagesLoaded false
i @ ajax-load-more.min.js?ver=6.2.0.2:6
Ajax Load More: Unable to access meta object in Ajax response. There may be an issue in your Repeater Template or another hook causing interference.
n.AjaxLoadMore.render @ ajax-load-more.min.js?ver=6.2.0.2:6
ajax-load-more.min.js?ver=6.2.0.2:6 Bad element for imagesLoaded false
i @ ajax-load-more.min.js?ver=6.2.0.2:6
Did not change anything in my repeater template.
Strange. Not sure what would be causing that.
Whats your Repeater Template? Can you share a link?
I have multiple repeater templates in use. But for the home page it is this one:
<div class="col-md-4 revealator-slideup">
<a class="jobs-recent" href="<?php the_permalink(); ?>">
<?php $single_partner_logo = get_field('single_partner_logo'); ?>
<img src="<?php echo $single_partner_logo;?>" class="partner-logo list 2" alt="">
<h3><?php the_title(); ?></h3>
<span><?php the_field('regionfreetext'); ?></span>
<?php
$my_excerpt = get_the_excerpt();
if ( has_excerpt() ){
echo wpautop( $my_excerpt );
}
else {
echo '<p>'.wp_trim_words(get_the_content(), 15, '...').'</p>';
}
?>
<div class="show-hover">Mehr erfahren</div>
</a>
</div>
I’ll need to see a link unfortunately.
I have added an URL, thanks Darren.
Thanks.
This is the response from the Ajax Request.
https://codeshare.io/zyRevN
Notice the wpcf7mailsent javascript. This is being injected by the contact form 7 plugin.
Not sure why, but you’ll need to fix that.
Thanks Darren – issue solved.
Very weird that this – by the way – official CF7 snippet caused it. However, it is removed now.
Thanks a lot for your help.
Cheers,
Michael
Strange, wonder why that would happen with their snippet