Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Mikaela,

    I can’t tell why but the Scroll Triggered Boxes JavaScript file is not being loaded. CI would check your theme its footer.php file to see if has a line that looks like this in it, right before the closing HTML tag.

    <?php wp_footer(); ?>
    </html>

    Hope that helps!

    Thread Starter mikaela_d

    (@mikaela_d)

    Thanks Danny,

    I updated to the latest version and the box now appears, but unfortunately doesn’t float on top of the content but rather appears underneath the last div.

    See https://canberracreatives.com.au

    Any ideas where I should be looking to fix this?

    Thanks so much or your help!

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Mikaela,

    The plugin CSS is not being loaded this time… Again, I am not sure what could be causing this as it could be anything in your theme or one of the plugins you’re using.

    Are you having any trouble with the CSS of other plugins? Could you double-check if the CSS file actually exists in /wp-content/plugins/scroll-triggered-boxes/assets/css/styles.css?

    Thread Starter mikaela_d

    (@mikaela_d)

    Thanks Danny,

    I don’t seem to be having any trouble with other plugins.

    The CSS file is definitely there. I thought a work-around might be to copy the CSS file content into my main CSS file and have the plugin call that CSS file instead, but can’t find where it calls it from in the editor.

    Do you think this would work? Could you let me know which .php file the stylesheet is reference from/in?

    I hope that makes sense!

    Thanks again,

    – Mikaela

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin not working on my site, need help working out why please’ is closed to new replies.