Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Chris David Miles

    (@chrisdavidmiles)

    You have CSS on the page that is applying to all canvas elements. If you didn’t add this then it’s probably a plugin.

    .glow, canvas {position: absolute;}

    CSS like this should be specific, not added to all elements of a certain type. I can’t tell what plugin is adding this because all CSS is being combined using an optimization plugin. That’s good for site speed, but also hides which plugin is adding what CSS. If you turn off whatever wpfc is (I’m assuming https://www.ads-software.com/plugins/wp-fastest-cache/) I can tell you which plugin is adding the bad CSS. (Assuming it’s a plugin).

    Thread Starter kylemaccs

    (@kylemaccs)

    i disabled wp fastest cache. can you please find out? thank you!

    Thread Starter kylemaccs

    (@kylemaccs)

    it was the christmas plugin that would let it snow. i can find another plugin like it that works. I thank you for your quick replies and help!

    Plugin Author Chris David Miles

    (@chrisdavidmiles)

    Can you send me a link to the plugin you were using? I can easily add a change to my plugin to be compatible if it’s just a CSS change.

    Plugin Author Chris David Miles

    (@chrisdavidmiles)

    If you add this CSS to your site you can actually go back to using that snow plugin again:

    .dino-outer .dino-canvas {position: static;}

    I can include that in the next release of my plugin to improve portability, but I would like to know which plugin is including that CSS because I bet others are using it too and I’d like to be more comprehensive in my testing.

    Thanks.

    Thread Starter kylemaccs

    (@kylemaccs)

    Hey! Thanks! the plugin is called Christmas Greetings

    Plugin Author Chris David Miles

    (@chrisdavidmiles)

    Thanks! My next plugin update will include compatibility with that if possible.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘help’ is closed to new replies.