Skip to content
  • Home
  • Support
    • Community Support
    • Pro Support
  • Documentation
  • Addons
    • Addons Store
    • Addons Demo Forum
  • Migrate to wpForo
  • Home
  • Support
    • Community Support
    • Pro Support
  • Documentation
  • Addons
    • Addons Store
    • Addons Demo Forum
  • Migrate to wpForo

  • Forums
  • Members
  • Recent Posts
Forums
Search
 
Share:
Notifications
Clear all

Search result for:  missing menu

 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:


Page 6 / 7 Prev Next
# Post Title Result Info Date User Forum
Add Menu Links to Each Forum in Forum Menu Bar   16 Relevance 7 years ago thedrawingboard How-to and Troubleshooting
  We've just really begun using wpForo for our team, and it's been an awesome tool! I am wondering if there is a way to add a link to each of our Forums in a menu in the Forum menu bar at the top of the Forum. We have a lot of Forums within our team, with quite a few Subforums. We are using the Extended Layout and prefer that layout above all others (so don't want to change). Because we have so many Forums and Subforums, you have to scroll down the page quite a bit to find the forum you're looking for. I would really like to be able to have a drop-down menu that lists just the main Forums as a quick way for members to jump into that forum. I know how to modify the menus, but I don't know how to link to the Forums, since they are mainly just a "heading" that contains the subforums. Is there anyway to make this kind of menu? If so, how do I reference the main Forums (what are the custom links for them?). TIP: For anyone else that has a lot of Forums and Subforums, I shared a tip with our team to use the browser Search feature ([CTRL+F]) to move directly to the forum/subforum they are looking for. This is working very well for us - but a menu would be even better. Thanks for any input, ideas, or help!
RE: How to remove member view while keeping menu bar   16 Relevance 5 months ago am_wolfe How-to and Troubleshooting
  ... recommended, however the "members option" is still on the menu in each of my forums. See screen shot - I've unchecked the two options but the menu is still viewable along with all members. Even as an admin, I unchecked the two options, but the menu option is still there along with all the members. Is there another step or something I'm missing? Attachment :  Screenshot-2025-05-07-114646.png
RE: walker_nav_menu_start_el ti make arrows for menu with submenu   16 Relevance 3 years ago wp-henne How-to and Troubleshooting
  Thank you so much, @tutrix ! I had not considered that it could be only the missing icon... 😉 Since I'm using Generate-Press and it makes an SVG next to the parent menu items by itself at Wordpress-Menu (so with the code snippet two would be displayed), I now make these arrows disappear via CSS: .menu-item-has-children .dropdown-menu-toggle { display: none!important; } Because I need to make the wordpress menu visible on other pages.
RE: Few problems. Menu missing, timezone wrong, new registration no email...   16 Relevance 9 years ago Robert How-to and Troubleshooting
  Hi obrienlabs When I'm in my main forums area, I do not have the menu bar that says "Forums, Members, My Profile" etc. The menu bar is there, and the search is there, but the nav items are missing. Please read this support topic: The timezone is not honoring the timezone set in WP settings. How can I fix this? It keeps saying everything is 4 hours ahead. wpForo timezon is user specific time zone, you should manage Timezone option in your profile > account page. When new users register within wpForo, I get no new user email. If they registe ...
Missing topic and post moderation line   16 Relevance 6 years ago scoreclub How-to and Troubleshooting
  This is very strange and I looked to find an answer with success. The entire line for admin topic and post moderation is missing. I am pretty sure it was there before since I was able to create a sticky. This is what I see: Aren't I supposed to have the same as the first graphic on this page? I checked and I have admin status and that has all the checkboxes checked, and as far as I could tell my settings are the same as before. Also... probably related, I tried moving a post through the moderation panel by first unapproving it, and then it disappea ...
My profile menu is not rolling down   15 Relevance 1 year ago malgi How-to and Troubleshooting
  Hi there, In my forum menu, the "my profile" option should have a drop down menu, however it doesn't work. It only redirects me to my profile and there's no option to visit account, activity and subscription items (no drop down is displayed), but I can definitely see the subitems in the wordpress menu settings. Is there some setting that might help? Could it be caused by my WP theme. Since it has some custom options for menus. And is there any workaround? Thank you very much Attachment :  menu.jpg
RE: wpForo Menu Shortcode issue   15 Relevance 3 years ago Chris How-to and Troubleshooting
  @philfm, That login button is not created with wpForo menu shortcode and I couldn't even place a new Login button in that menu as I don't know how you have done it. In the screenshot you show Login Button which is in wpForo Navigation menu but not in your website top menu. So you need to create a wpForo Login menu in the top menu using wpForo shortcode, however I have tried that as well and no result the Login button doesn't appear.
No background color on menu when viewing on cell phone in landscape mode   15 Relevance 3 years ago brosati How-to and Troubleshooting
  When viewing my forum on a cell phone in portrait mode, the background color of the main menu shows up fine. However, in landscape mode, the background color of the main menu seems to be transparent. In landscape mode, The white letters of the menu items do not show up on the underlying white background of the forum. Please see the attached screen shots. Any suggestions on how I can fix this? Attachment : menu-displayed-on-cell-phone.png
formatting of top menu bar is displaying incorrectly.   15 Relevance 4 years ago galos How-to and Troubleshooting
  I'm trying to figure out why my menu bar at the top is displaying incorrectly. I am using the twenty twenty one theme and starting from scratch. As you can see from the attached screenshot, whenever there are sub-menus, the entire menu bar thickens and pushes the top menu item above everything else. How can I correct this? Attachment : menu.png
RE: My Sub Menu Not Display On Mobile View   15 Relevance 4 years ago ediko How-to and Troubleshooting
  @robert That is a menu and not sub menu. I will referring to a SUB menu. On PC view, if you hover over "My Profile" there'sa drop down sub menu comprising: Activity Account Subscriptions But on Mobile view there are no drop down sub menus like that. See attachment. Attachment :  PC-Sub-Menu-View.png
RE: Top Menu not clickable on Mobile   15 Relevance 5 years ago Tutrix How-to and Troubleshooting
  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
RE: drop down menu   15 Relevance 6 years ago Sofy How-to and Troubleshooting
  @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.
RE: Top/menu bar   15 Relevance 6 years ago Sofy How-to and Troubleshooting
  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:
RE: Issue with menu wpforo on smartphone   15 Relevance 6 years ago maxelio42 How-to and Troubleshooting
  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.... 😫 Attachment :  Wpforo-Wpforo-menu-corrected.jpg
RE: Menu are gone wrong   15 Relevance 7 years ago Robert How-to and Troubleshooting
  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:
Page 6 / 7 Prev Next

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages  wpforo-advanced-attachments-128x128  wpforo-embeds-128x128 wpForo User Custom Fields addon  wpForo – Blog Cross Posting addon  wpForo Ads Manager
View All Addons
Addon Bundles

Forums

wpForo Community
wpForo Announcements
wpForo Showcase
FAQ Topics
Frequently Asked Questions
wpForo Support Forums
How-to and Troubleshooting
General Discussions
wpForo Integration
Bug Reports
Migrate to wpForo
Migrate from Other Forum Plugins
bbPress
Simple:Press
Migrate From Stand-Alone Forums
phpBB
MyBB
SMF

Recent Topics

  • Replies take over 1 minute to reload the topic

    By gianttoe 1 day ago

  • Adding or moving forum banners

    By jean-marie 2 days ago

  • Video Hide menu "download" from video player

    By fufy 3 days ago

  • Ask AI Bot to Reply?

    By Macky 3 days ago

  • How To Use Custom Login / Register Page

    By Deep Line Digital 4 days ago

  • How to hide who voted for which option in wpForo Polls?

    By Zygzak 4 days ago

Recent Posts

  • wpForo Support

    RE: recaptcha invalid key

    @memphisguru, The 'recaptcha invalid key type' error in...

    By wpForo Support , 1 day ago

  • wpForo Support

    Re: Replies take over 1 minute to reload the topic

    @gianttoe, Replying in wpForo can take a long time to ...

    By wpForo Support , 1 day ago

  • RE: Adding or moving forum banners

    Bonsoir Merci pour vos conseils du coup j'ai réussi à...

    By jean-marie , 2 days ago

  • RE: Hide menu "download" from video player

    @sofy Yes this one works perfectly. So many thanks!

    By fufy , 2 days ago

  • RE: Ask AI Bot to Reply?

    @martin Thanks for the info mate, it will be interestin...

    By Macky , 3 days ago

  • wpForo Support

    Re: How To Use Custom Login / Register Page

    @deep-line-digital, To fix the URL conflict between wp...

    By wpForo Support , 3 days ago

  • RE: How to hide who voted for which option in wpForo Polls?

    This is a paid plug in mate, so you would have to go ov...

    By Macky , 3 days ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 15 Forums
  • 14 K Topics
  • 70.2 K Posts
  • 338 Online
  • 12.3 K Members
Our newest member: Adolphusuntog
Latest Post: recaptcha invalid key
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo  Powered by wpForo version 2.4.8.1

Copyright © 2025 | Powered by gVectors Team

Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538