I’m using uber mega menu from code canyon. When the menu item for simple press disappeared on the simple press page only, I opened a ticket in the uber menu support. They have looked into that and replied with the following:
“The issue doesn’t stem from the menu, and isn’t related to UberMenu at all, so unfortunately I don’t have any insight into the specific code that causes this issue. The code that is removing the title could be in any of your plugins or your theme.
Working logically, this is occurring on a forum page – and that is the most obvious difference from the other pages. So it is likely related to the forum plugin you are using. I hunted down the plugin and downloaded the Simple Press forum plugin, and then did a global search for the_title. I found a title filter in sp-load-forum.php line 93, which calls the function sp_setup_page_title in sp-forum-support-functions.php on line 594. It looks to me like the function returns an empty title when a setting to display the page title is disabled in the forum settings.
If I had to bet, I’d put my money on that setting being the issue (though it’s certainly possible there is another filter elsewhere doing something similar). That filter is too generic and shouldn’t be stripping the title out of menu items, but it is. From the look of the code, there’s probably a setting you can enable/disable in the forum settings to display the title.”
Indeed, my page title was disabled. when I enabled, I got a title I don’t want or need, but, my menu got back to live.
Is there a way to keep the menu working, and still have the title forum title disabled ?
Thanks, Ronen.
On Sat, Jan 25, 2014 at 1:00 AM, Simple:Press Support wrote:
> >