• Resolved shadb1

    (@shadb1)


    I use Felynx Forest theme on my blog, everything is functionning perfectly but the responsive mobile menu is not clickable.
    Somebody has a fix on this ?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Felynx

    (@felynx)

    Hello Shadb1,

    This is linked to the new WordPress version, I’ll fix it in the next update.

    Meanwhile, in the main.js file you have to replace in line 37
    a[href*=#]:not([href=#])
    by this (note the addition of quotes around #):
    a[href*="#"]:not([href="#"])

    Thanks

    Thread Starter shadb1

    (@shadb1)

    Hi Felynx

    Got it !

    I just add standard links on the front page, so that my customers could reach them on their mobiles and they are pleased with that…

    I wait for your next update and I thank you very much for your nice work and fast answer ??

    Theme Author Felynx

    (@felynx)

    The update is now available and this bug fixed with Felynx Forest 2.5!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘MOBILE RESPONSIVE MENU NOT WORKING’ is closed to new replies.