AI Search
Classic Search
Notifications
Clear all
Search result for: missing menu
Page 7 / 7
Prev
wait for Alvina's answer 😉
i am only a hobby programmer 😀 , but i would open the wpforo > wpf-includes > class-template.php at line 1520
function nav_menu(){if ( has_nav_menu( 'wpforo-menu' ) ){$defaults = array('theme_location' => 'wpforo-menu','menu' => '','container' => '','container_class' => '','container_id' => '','menu_class' => 'wpf-menu','menu_id' => 'wpf-menu','echo' => true,'fallback_cb' => 'wp_page_menu','before' => '','after' => '','link_before' => '','link_after' => '','items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>','depth' => 0,'walker' => '');wp_nav_menu( $defaults );}}
and
<ul id = "% 1 $ s" class = "% 2 $ s">% 3 $ s </ul>
replase with
<ul id="%1$s" class="wpf-menu">%3$s</ul>
you can try it at your on risk
@snozy86,
As far as the wpForo menu is a regular WordPress menu I'd also suggest you use some additional plugins for this. I've found the following plugin. Please checked it. Probably it'll allow to get your issue resolved.
WP Mobile menu — The Mobile-Friendly Responsive menu:
If you find some other plugins that'll work better, please share it with us.
Hi @tapy
Please navigate in Dashboard to Appearance > menus admin page. Select the wpForo Navigation, then check/enable it for wpForo menu location.
Also please read wpForo menu Doc:
Hi @crisw,
To begin with, I just wanted to precise that the top menus had a "#" because, when you create a custom link with the menu device in Wordpress, you cannot validate it if the "link" field is empty.
But with you suggestions, I discovered that you can suppress these "#" afterwards, and the menu still works! That's what I did this time for the primary menu (and even if this one was working perfectly on a mobile phone WITH the "#"!).
Concerning the Wpforo menu, I followed your suggestion, which looks like the attached image, without any "#".
BUT, I'm sorry to say that it still does'nt work on a mobile phone! When you are connected, you should see the four sub-level menus ("mes abonnements", "mon activité", "Mon compte forum", "Mon profil forum"), but no way!
I feel desperate.... 😫
< span style="color: #666;"> Attachment : Wpforo-Wpforo-menu-corrected.jpg
It comes from your theme or from Mega menu plugin you use. It indicates that the current menu has child menus. To fix and make it compatible with wpForo menu please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in Custom CSS Code textarea, save it, delete all caches, navigate to forum front-end and press Ctrl+F5 to reset browser cache:
#wpforo #wpforo-wrap.wpf-dark #wpforo-menu li.menu-item-has-children a{ padding-right:30px}#wpforo #wpforo-wrap #wpforo-menu li { border-right: #bcbcbc 1px solid; position: relative;}
The result should look like this:
Hi all,
Complete novice to website design, so I'd really appreciate your help.
I want to get rid of the whole grey menu bar at the top of the page, including the search icon to the right of the menu bar. So far, as my background colour is white, I've managed to change the colour of the menu bar (#3) to white also tomato it become invisible, but it hasn't gotten rid of the search icon to the right of the menu bar.
Two questions:
1) Is there a way of getting rid of the whole menu bar including the search icon?2) if not, how do I get rid of the search icon in the menu bar?
Many thanks
This is not a regular menu, this is a dynamic menu added by your theme or other plugins. You should find the menu inserter and disable it. It doesn't have any relation to wpForo and wpForo menu, it's being added to all available menus. For example I see this in your main menu too.It seems you've fixed for desktop version, but the mobile version still adds it:
The plugin who does this is not well coded, it work incorrect and put the extra menu for all menus without any logic.
Hello all,
My Forum menu sub-menus are showing over the page text. No background, but the white text is overlaying, even when the menu isn't activated.
You can see it over the word "Forum" in the attached image.
I can't see how to resolve this, short of removing menu items, or creating more space between the menu and the text. Neither is a very attractive option 🙂
You can see it here:
Thanks in advance!
Jeff
< span style="color: #666;"> Attachment : forum-menu.jpg
see its simple i cannot tick to wp foro menu, if i click to wpforo in menu settings, on our website wpforo option will get reflect like; submission, register, login & logout will appear instead of product options, that we don't want, i tried all this, earlier forum - wpforo menu bar was working, since from last friday its not coming. completely blank. earlier also in wordpress - appearance - menu settings was - remain same (primary menu) in future also it be remain same,
Please give us some alternate option we cannot tick wpforo menu.
You've changed the active theme and wpForo menu was disconnected to the menu location. Please navigate in Dashboard to Appearance > menus admin page. Select the wpForo Navigation, then check/enable it for wpForo menu location.
Also please read wpForo menu Doc:
Page 7 / 7
Prev