• Resolved tsfkar

    (@tsfkar)


    Hi,

    I would really like to use Flurry because it has some very interesting options, I could very well use on a website I am currently working on. So, I installed and activated the plugin, but nothing happened, even with all other plugins disabled, and the default theme Twenty Seventeen (WP version 5.0.3).
    Could you please have a look into this?

    Ruud.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author joshmccarty

    (@joshmccarty)

    I just tested the plugin on a brand new WordPress install (version 5.0.3 just like yours) with the Twenty Seventeen theme activated and the plugin is working OK with its default settings. A few things you can check:

    First, the snowflakes may be hard to see if you have a white background. Try changing their color to see if they are there. Also check if any of the advanced settings have been changed that may affect the positioning of the flakes.

    View the source of the home page. Near the bottom in the HTML you should see some JavaScript output from the plugin like this:

    <script type='text/javascript'>
    /* <![CDATA[ */
    var flurryOptions = {"container":"body"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='https://diskstation918.localdomain:8080/wp-content/plugins/flurry/public/js/jquery.flurry.min.js?ver=1.1.0'></script>
    <script type='text/javascript'>
    jQuery( document ).ready( function( $ ) {
    
    		// Cast boolean options as boolean if necessary
    		if ( flurryOptions.blur ) {
    			flurryOptions.blur = flurryOptions.blur === "true";
    		}
    		$( flurryOptions.container ).flurry( flurryOptions );
    	});
    </script>

    If you don’t see that output, something else may be preventing the plugin from working properly.

    Also check for any errors in your browser dev tools console. That’s usually F12 on Windows or Cmd+Option+I on macOS.

    Thread Starter tsfkar

    (@tsfkar)

    Thank you very much! I did something wrong. I use the Divi theme, and the snowflakes are not vissable in the menu header. I did change some of the advanced settings to see if that solved the problem (which it didn’t), than changed the theme and disabled all the other plugins (and forgot to reset the advanced settings of Flurry).
    Now, I see the snowflakes, but not in the menu header. I will try to find a way to show them there as well.
    Thanks again,

    Ruud.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working (?)’ is closed to new replies.