I am using main menu as a primary menu in my developing website using taxonomy menu and display using superfish module. I have facing node menu link disappear many times. Taxonomy related node menu links only disappear but taxonomy menu link showing correctly. When i have faced problem i went to main menu and edit disappear menu links and enable means it showing correctly but this is happen many times. So kindly help me to fix this issue.

Comments

selva8187 created an issue. See original summary.

selva8187’s picture

Hi Guys,

I have searched many things and tried so many ways. But finally i fixed this issue using following ways.

  • Copy theme_superfish_build From superfish module file
  • And Edit following line if (!empty($menu_item['link']['has_children']) && !empty($menu_item['below']) && $depth != 0 && $expanded === TRUE) {
  • And remove following condition !empty($menu_item['link']['has_children']) from if condition
  • So now if condtion like that if (!empty($menu_item['below']) && $depth != 0 && $expanded === TRUE) {
  • And Pasted into my subtheme template.php
  • Before paste into template.php rename function name to your theme name_superfish_build

Once finished all the changes i got all disappeared menu links

selva8187’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.