• Resolved SaltTechno

    (@salttechno)


    Hello,

    First of all, thanks a ton for an awesome theme. I’m using it regularly now.

    On one of my projects, I was displaying description for a menu item in the main menu (mega menu enabled). After the last update(1.5.16), it is no more displayed. Did you remove it from the menu? How do I display it back?

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

    (@oceanwp)

    Hello, no I didn’t remove the description feature, have you checked that you still have the description on your menu items?

    Thread Starter SaltTechno

    (@salttechno)

    Hello,

    Please check the screenshot. https://ibb.co/g3B1LJ This change in the latest update is creating the problem. This would affect many live websites.

    I guess because of this depth condition, description is displayed for parent menu. Child items are not displaying the description. In version 1.5.15, this was the other way around.

    Regards,
    Nilesh G

    • This reply was modified 6 years, 5 months ago by SaltTechno.
    • This reply was modified 6 years, 5 months ago by SaltTechno.
    Theme Author oceanwp

    (@oceanwp)

    Oh, you’re right, sorry I made a little mistake in the description code ??
    Fixed for the next release, thank you very much for letting me know ??

    You can fix this on your site now, replace:

    $item->description && 0 === $depth

    By:

    $item->description && 0 != $depth
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Description removed from menu item after update.’ is closed to new replies.