We’re seeing the same thing, started after the latest round of updates to WP 5.6 and the theme 3.5.9.7
I don’t know for certain that this came in with this update, since I’m comparing to a much older version, but flipping back to using .hover() in the child theme’s JS fixes it. This is in Ashe Pro’s custom-scripts.js:
// Navigation Hover
- $('#top-menu, #main-menu').find('li').hover(function () {
+ $('#top-menu, #main-menu').find('li').on('hover', function () {
Thread Starter
karnby
(@karnby)
Thank you for the answer @wreckingadm
In fact, I replacing the line:
('#top-menu, #main-menu').find('li').on('hover', function () {
by this :
$('#top-menu, #main-menu').find('li').hover(function () {
The drop-down menus work again.
I’m Not being a programmer, I could have looked for a long time.
Thank you very much for helping out π
Hi @karnby and @wreckingadm
At first, sorry for the late reply, we had holidays.
Our developers are working on the issue, we will release a new update and this issue will be fixed. You will receive updates today in the Dashboard > Appearance > Themes section.
Our apologies for the inconvenience and thank you for your patience.
Kind Regards
Thread Starter
karnby
(@karnby)
Hi @wprsupport
Thank you for the response and for the responsiveness.
Great ! All rework with the update. π
I mark the subject as resolved
Thanks a lot
Hi @karnby
Wow, its best news of the day, thank you for your response and our apologies for the inconvenience.
Kind Regards