Load more button suddenly invisible and not working.
-
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]
The topic ‘Load more button suddenly invisible and not working.’ is closed to new replies.