Plugin Support
AC
(@purplecodes)
Themeisle Support
Hi @ismaele87,
I no longer see the error on your site.
@atton16, may we ask for the link of your site where this error appears?
There has been a new plugin update (v 1.1.6) – kindly update and let us know if the issue is the same.
It’s under development but here is the staging website: http://3.0.150.31.
1.1.6 didn’t fix it.
-
This reply was modified 7 years, 5 months ago by
atton16.
@atton16,
The website is loading blank for me – http://prntscr.com/lyxj7p. Please check.
Yes, the only thing I put in is NavMenu and it is loading blank with the error on the browser’s console
TypeError: null is not an object (evaluating 'this.el.querySelector')
TypeError: undefined is not an object (evaluating 'siteBranding.querySelectorAll')
Plugin Support
Madalin
(@madalin_themeisle)
Hi @atton16,
I cannot replicate your issue. I have tried on a new WordPress install only with the NavMenu plugin installed and with a default WordPress theme and Everything is working fine. Please see the video attached: https://drive.google.com/file/d/1YLDd3DqQDm7kSMAADDEeiCjlnLn-aLZZ/view
Please try to install the plugin on a new WordPress install and one default theme from WordPress and let us know if your issue is still there.
@madalin_themeisle
I have the same issue :
Uncaught TypeError: Cannot read property 'querySelector' of null
at cbpHorizontalSlideOutMenu._init (frontend.min.js?ver=1.1.6:408)
at new cbpHorizontalSlideOutMenu (frontend.min.js?ver=1.1.6:398)
at frontend.min.js?ver=1.1.6:499
at frontend.min.js?ver=1.1.6:501
at frontend.min.js?ver=1.1.6:503
Using NavMenu Addon For Elementor Version 1.1.6 on WP 5.0.3 with OceanWP Version : 1.6.1
Thanks.
Edit: Using the Twenty SeventeenVersion : 2.0 theme give the same result, so the theme is not the fault. Deactivating all front-end plugins didn’t solve the issue.
-
This reply was modified 7 years, 4 months ago by
rivmanbx.
Hi @rivmanbx & @atton16
I’ve reported this bug to our developers and will be resolved as soon as possible.
Sorry for the inconvenience.
Hi,
This issue is not resolved. This is pretty much the only thing about this plugin that has not been resolved. Most issues can be addressed with CSS. But this is something the developers would have to update in the plugin. Or is there a way for us to do it on our own. Please advise.
Regards,
Mosche
Same issue 🙁 and still not resolved ??? Any update comming or solutions ?
Maybe uninstall…
It is because your jquery file is loaded at the top of file, and your element is not loaded yet.
So jquery cannot find element by querySelector.
You have to fix this problem with loading jquery at the foot of file
I’m getting same error, messaged wordpress.com support and they said “So with jQuery, you do need the jQuery library to load in the header, as if it loads in the footer, it won’t be available as the site loads. ”
So what do I do?
Uncaught TypeError: Cannot read property ‘querySelector’ of null
at cbpHorizontalSlideOutMenu._init
I still get this error as well. Unusure why it’s marked resolved, unless there is a statement that this may also happen for other reasons?
I have the same issue:
Uncaught TypeError: Cannot read property ‘querySelector’ of null
at cbpHorizontalSlideOutMenu._init (frontend.min.js?ver=1.1.6:408)
at new cbpHorizontalSlideOutMenu (frontend.min.js?ver=1.1.6:398)
at frontend.min.js?ver=1.1.6:499
at frontend.min.js?ver=1.1.6:501
at frontend.min.js?ver=1.1.6:503
Only happening on this page: https://kruidenkriebels.nl/online-training/
@clarenceli “You have to fix this problem with loading jquery at the foot of file”
Euh… how do I do that?