Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter muxipups

    (@muxipups)

    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…

    Thread Starter muxipups

    (@muxipups)

    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…

    wponlinesupport

    (@wponlinesupport)

    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.

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

The topic ‘all content disappeared’ is closed to new replies.