Wordpress: Menu item 'forum' disappear when it becomes Current-menu-item -
after number of updates in wordpress, 1 of menu items (forum (simple:press) disappears when choose page in menu.
before update works perfect, , @ moment other menu items working well. forum menu item gives problem.
by inspecting of elements saw word 'forum' missing.
another menu item (profiel) f.i. works fine. profiel
i wager is being hidden css. try identify style applied menu item when becomes active (probably .active class added), in style.css or whatever. 
there's chance there following attribute being applied it:
.active {     display: none; }      
Comments
Post a Comment