I noticed, that on small screens the pictures are shown. If I force on bigger screens via css the .wppap-main-wrapper ul.wppap-thumbs li.thum-list to a fixed width like 250px e.g., the images are shown. But I can’t get the text when clicking on the link…
ok, I found the reason.
Due to the new european law for general Data Protection (GDPR) it is maybe illegal to connect to google servers from within a website. I removed all connections too google servers e.g. for loading google fonts. I installed google fonts locally and prevented loading of google fonts from google servers by adding following code to (twentysixteen theme) functions.php:
add_action( ‘widgets_init’, ‘wpb_widgets_init’ );
function twentysixteen_fonts_url() {
$fonts_url = ”;
return $fonts_url;
}
This code is causing the misfunction of your plugin.
I removed the code and installed the plugin “remove google fonts”. Now your plugin is working…
HEllo @muxipups
We are happy to here that.
If you like this Plugin please rate and Review it Here… 🙂
Let us know if you have any concern.
Thanks & Regards.