Incompatibility with Elementor
-
I noticed as of a recent update that ICS Calendar is not working with the hamburger menu of Elementor in mobile mode. If I disable ICS Calendar, the mobile menu works. When I enable your plugin, it stops working. I went to debug a bit, and I think the issue may be in the assets/script.js file (and the corresponding assets/script.min.js).
If I change the line that says:
jQuery(window).on('load', function() {
to:
$(document).ready(function() {
Then the plugin seems to work again with Elementor. I’m not sure what it is that causes that, but the onload function seems to be culprit.
I thought you might want to look into this, as Elementor is a very popular plugin and I’m sure many of us want the two plugins to be working together well.
- The topic ‘Incompatibility with Elementor’ is closed to new replies.