Manual reloading required for gallery display
-
This gallery shows the behavior that the galleries inserted on the pages (WP 6.7.1) are only loaded after a reload (F5). I have already added this to the end of the functions.php:
remove_filter( 'the_content', 'wp_lazy_loading_enabled' ); remove_filter( 'post_thumbnail_html', 'wp_lazy_loading_enabled' ); remove_filter( 'widget_text', 'wp_lazy_loading_enabled' ); remove_filter( 'widget_text_content', 'wp_lazy_loading_enabled' );
But that didn’t help. Then I deactivated all “Lazy-Loading thumbnails Native lazy-loading at browser level” that I could find in the settings. Unfortunately, that also didn’t work. How can you load your gallery immediately when you first visit the page?
Best regards
BrotherJThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.