Hi,
I’ve confirmed a bug in the scroll trigger and anchor mechanism in IE11 and below.
Other triggers do work, such as time on site or manual javascript triggers.
Our developer is looking into this issue, it should be solved in an upcoming release.
We will track the issue here: https://github.com/ibericode/boxzilla-wp/issues/107
Thank you for letting us know!
While debugging this issue I noticed a few warning in the console, although I’m afraid they are unrelated to this issue I still wanted to let you know.
There is a patch of PHP code outputted as HTML on top of the page, because your server doesn’t seem to support the <? tag Instead you have to use the full <?php tag.
It seems to be Plugin Name: Scroll Popup that is causing that. Can you turn it off and see if it solves the issue? Of fix the plugin source to write the full php tag or ask your hosting provider to allow the short <? tag.
Besides that I saw a few more unmatched end tags, like a lost and </div>. That might cause some random issues as well. Please fix!
Hope that helps!
Kind regards,