• Resolved caperadd

    (@caperadd)


    The plugin EWWW Image Optimizer offers a javascript function to replace images with webp versions. When enabling this feature, the Hestia mobile menu breaks (dropdowns don’t expand) with the following console error.

    
    Uncaught TypeError: e.arrive is not a function
       at Object.init (script.min.js?ver=3.0.18:1)
       at HTMLDocument.<anonymous> (script.min.js?ver=3.0.18:1)
       at e (jquery.min.js?ver=3.6.0:2)
       at t (jquery.min.js?ver=3.6.0:2)
    
    • This topic was modified 3 years, 2 months ago by caperadd.
Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi @caperadd!

    Thanks for choosing Hestia!

    I was able to replicate the issue and I reported it to our developers. Hopefully it will be fixed in the next updates of the theme. Thanks for pointing it out!

    Have a nice day!

    Hi all,

    this Problem is still existing in the newest versions of these Plugins.

    BR, Julian

    Mat

    (@mateithemeisle)

    Hello @silvrey ,

    Thank you for using Hestia and for reaching out!

    This issue was not part of the priority line as there were no other users reporting it, thus it allowed our team to work on issues that affected more users. However, I will submit this inquiry to our team again and hopefully, we’ll have a fix with the next version.

    In the meantime, you can use other optimization tools as a workaround such as Optimole, Autoptimze, etc.

    Thank you for understanidng and have an amazing day!

    I’m experiencing the same issue so adding my vote here.

    I am looking at the code and thinking the line below with document.arrive should probably be $document.arrive instead:

    'init': function(options) {                              
                                    this.options  = $.extend( {}, this.options, options );
                                    var $document = $( document );                                
                                                                                                  
                                    ...                                                                 
                                                                                                                                 
                                    if (document.arrive && this.options.arrive) {

    If you want a temporary fix, replace document.arrive&&this.options.arrive with e.arrive&&this.options.arrive in wp-content/themes/hestia(-pro)/assets/js/script.min.js.

    @mateithemeisle: This seems like a straight-forward bug and would appreciate a reply. Thank you ??

    Hi @chamois_blanc!

    I added a reminder for this issue and hopefully it will be solved in the next update of the theme. We will come back to you with a message when we release a fix for it.

    Thank you for understanding and have a nice day!

    Why is this still not fixed in the latest release of the theme?

    Hello @chamois_blanc!

    We prioritized issues that were reported by a larger number of users and therefore affected many people. Until we release a fix for this, an option would be to use other optimization tools as a temporary workaround. I will check the status of this issue with our team and see what could be done about it. We will come back with a message when a fix for this will be released.

    Thank you for your patience!

    I understand you have to prioritize issues but:
    1) This is a bug in your plugin code, not related to the optimization plugin.
    2) It’s literally a 1-character fix.

    @luciamarinescu: This issue is marked as resolved. Could you post the theme version which has the fix?

    Hi @chamois_blanc!

    We didn’t release a fix for this issue yet. If there is no activity on a thread for a certain period of time, we usually mark that as resolved so we can better manage the threads that didn’t receive an answer. That’s why this topic appears as resolved. We will post a message here when we have an update about this issue.

    Thanks for understanding and have a nice day!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘jQuery error with EWWW Image Optimizer & Hestia’ is closed to new replies.