• Resolved Michael Sutter

    (@michih)


    Even after upgrading to v6.2.0.2 the content is not loaded anymore.

    Caching emptied and refreshed, but still only the “show more” button is displayed.

    How can this be fixed please?

    Thanks a lot

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    @michih Whats the issue? You’ve provided no information for me to debug your issue.

    Thread Starter Michael Sutter

    (@michih)

    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.

    Plugin Author Darren Cooney

    (@dcooney)

    Strange. Not sure what would be causing that.

    Whats your Repeater Template? Can you share a link?

    Thread Starter Michael Sutter

    (@michih)

    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>
    Plugin Author Darren Cooney

    (@dcooney)

    I’ll need to see a link unfortunately.

    Thread Starter Michael Sutter

    (@michih)

    I have added an URL, thanks Darren.

    Plugin Author Darren Cooney

    (@dcooney)

    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.

    Thread Starter Michael Sutter

    (@michih)

    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

    Plugin Author Darren Cooney

    (@dcooney)

    Strange, wonder why that would happen with their snippet

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Content not loaded anymore’ is closed to new replies.