• Resolved Mich_P

    (@mich_p)


    See website. Homepage. There is a list set to display 100 posts out of 500+ (set in wp settings and shortcode). At the bottom, the button for load more is there, but invisible (see screenshots, it is there, but invisible and does not work on click). It worked before and suddenly, after an update or something else it stopped working, became invisible. I can use css to set visibility: visible, then I can see the button, but if I click it nothing happens. I’d be incredibly thankful for any hints.

    My shortcode:

    echo do_shortcode(‘[ajax_load_more id=”7040298120″ post_type=”post” posts_per_page=”100″ category=”‘.get_queried_object()->slug.'” category__not_in=”1″ offset=”100″ placeholder=”true” progress_bar=”true” progress_bar_color=”#ed707″ button_label=”MEHR MEHR!” button_loading_label=”LADE MEHR” button_done_label=”MEHR GELADEN” order=”DESC” orderby=”date”]’);

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Mich_P

    (@mich_p)

    p.s. if I temporarily delete the content of the repeater template, it shows exactly the same content as with the repeater template (the 100 first posts). If I make changes (f.e. category names) in the repeater template, it does not display. This may point towards a problem, that no template is loaded (and only my box-loop.php is loaded). Any hints how to solve this problem?

    Plugin Author Darren Cooney

    (@dcooney)

    @mich_p I’m not really sure from your description.

    Do you have a call to wp_footer(); in your footer.php theme file? Seems as though the plugin javascript is not loading.

    Thread Starter Mich_P

    (@mich_p)

    Thanks a million. This was very helpful and solved my problem.

    Thread Starter Mich_P

    (@mich_p)

    Marked as resolved.

    Plugin Author Darren Cooney

    (@dcooney)

    Nice, thanks for following up!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Load more button suddenly invisible and not working.’ is closed to new replies.