• Resolved karnby

    (@karnby)


    Hello everyone ??

    I am using the Ash Pro theme and I updated to WordPress 5.6.2 today and find that my drop down menus no longer work.

    All the extensions as well as the theme are up to date.
    I tried by disabling the extensions, it doesn’t change anything.
    Likewise, I purged all of my caches.

    When I load another theme the drop down menus work.

    Does someone have an idea ?

    Thank you ??

    PS: the blog https://www.meeplendice.net

    • This topic was modified 4 years, 2 months ago by karnby.
Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Ashe Pro Menu down (wordpress 5.6)’ is closed to new replies.