Search result for: missing menu
Page 1 / 7
Next
# | Post Title | Result Info | Date | User | Forum |
Chinese translation | 57 Relevance | 8 years ago | Runbuk | General Discussions | |
I have translated all phrases into Chinese, and added some new phrases. however, the "hours" "min" "mins" still shows English, not the translated Chinses. Also, how to translate the menu into Chinese " Forums Members My Profile Logout (or login) Thank you and I think it is a great plugin! I have been playing with it for a few hours. | |||||
RE: On mobiles how to show full top menu, so all links are visible and not the menu button? | 54 Relevance | 4 years ago | Alvina | How-to and Troubleshooting | |
@mplusplus, Please delete the code provided above and use the following one. @media screen and (max-width: 620px){#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu { display:flex;}#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu { display: none !important;}#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu { position: static;}#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu a{ font-size:10px !important;}#wpforo #wpforo-wrap #wpforo-menu li a{ padding: 15px 17px;}} However you'll still need to do some CSS customization as well. 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: | |||||
RE: Add Menu Links to Each Forum in Forum Menu Bar | 47 Relevance | 6 years ago | CrisW | How-to and Troubleshooting | |
Hi @thedrawingboard . This article might help on how to customize your menu .. (1) 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. (1) - Try this: 1) Open a blank notepad file: 2) Hover your mouse over a Forum Topic, then "rightclick" 3) Select "copy link address" 4) Paste this onto your notepad file. 5) Continue steps 2, 3 and 4, for all your Forum Topics that you want to include in your customized Forum menu. 6) Then go to your Wordpress Dashboard, 7) Select "Appearance"8) Select "Menus"9) On the "Select a menu to edit" dropdown, select "wpForo Navigation (wpForo menu)", then click the "Select" button10) On the menu Structure area is where you will add "Custom Links"11) Add the link addresses that you copied onto your notepad file in the "URL" area12) On the "Navigation Label", just put whatever name you want for those forum links 13) Rinse and repeat for each forum menu you want to customize. 🙂 I would really like (2) 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. 14) You can do that by making an "item" /Forum Label / Customized Link, as a "sub-item" by dragging it slightly to the right, while still in the WP Dashboard menu . (Example is if you click on your "My Profile" at wpForo, you will see the "dropdowns", Activity, Account and Subscriptions. On the menu side of things, those are "sub-items". 🙂 15) Then under the menu Settings, under "Display Location", make sure you check the box wpForo menu 16) Click the SAVE menu button. 🙂 Hope this helps. Good luck and God bless you! 🙂 | |||||
RE: On mobiles how to show full top menu, so all links are visible and not the menu button? | 43 Relevance | 4 years ago | Alvina | How-to and Troubleshooting | |
Hi @mplusplus, Please try the following code: @media screen and (max-width: 620px){#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu { display:flex;}#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu { display: none !important;}#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu { position: static;}#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu a{ font-size:10px !important;}#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu i { padding: 2px 12px;} } The CSS code should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style admin page, "Custom CSS Code" textarea. | |||||
RE: Change wpforo-menu on tablet to a mobile-menu (dropdown) | 38 Relevance | 1 year ago | roberrtt | How-to and Troubleshooting | |
You can use CSS media queries to apply specific styles for tablets and create a dropdown menu effect. /* Add this CSS to your theme's stylesheet or a custom CSS file */ /* Define tablet breakpoint (adjust the max-width value as needed) */@media screen and (max-width: 768px) {/* Hide the existing menu on tablets */.wpforo-menu {display: none;} /* Show a mobile menu icon (you can use a custom icon or the default 'hamburger' icon) */.mobile-menu-icon {display: block; /* Show the mobile menu icon *//* Add styles for your mobile menu icon here (e.g., background-image) */} /* Style the mobile menu dropdown */.mobile-menu-dropdown {display: none; /* Hide the dropdown by default *//* Add styles for your mobile menu dropdown here (e.g., background-color, position) */} /* Show the mobile menu when the icon is clicked */.mobile-menu-icon.active + .mobile-menu-dropdown {display: block;}} Remember to replace the placeholder classes and styles with the actual class names and styles used in your wpForo menu and theme. I hope this will be helpful to you. | |||||
RE: Forum Hierarchy | 36 Relevance | 6 years ago | OutcastChris | How-to and Troubleshooting | |
Turns out they use Simplified, 299 forums on my site under 11 Categories, they are separated into sub-forums with other sub-forums, Operating System: Linux Server IP: ------ Server Hostame: srv75.hosting24.com Server Protocol: HTTP/2.0 Server Administrator: ------ Server Web Port: ------ PHP Version: 7.1.16 MySQL Version: 10.1.32-MariaDB This is what is left in colse load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:3 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See add @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:3a.event.add @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:9(anonymous) @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:3each @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:2each @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:2sa @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:3on @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:3initAccessibility @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:83init @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:83(anonymous) @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:83i @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:2fireWith @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:2ready @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:2K @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:2load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-droppable,jquery-&load[]=ui-sortable,jquery-color,wp-ajax-response,wp-lists,postbox,nav-menu&ver=4.9.6:2 [Violation] 'DOMContentLoaded' handler took 370ms[Violation] Forced reflow while executing JavaScript took 374ms | |||||
RE: how to add WP foro navigation menu in other page on the primary menu? | 34 Relevance | 5 years ago | Martin | How-to and Troubleshooting | |
Hi @mtariq, Please explain what have you tried? You can add wpForo menu items one by one in any menu using "Custom Link" menu type and inserting wpForo menu shortcodes: Each menu item has its own specific shortcode-url: Forum Home: /%wpforo-home%/ Members: /%wpforo-members%/ Recent Posts: /%wpforo-recent%/ Unread Posts: /%wpforo-unread%/ Tags: /%wpforo-tags%/ My Profile: /%wpforo-profile-home%/ Activity: /%wpforo-profile-activity%/ Account: /%wpforo-profile-account%/ Subscriptions: /%wpforo-profile-subscriptions%/ Register: /%wpforo-register%/ Login: /%wpforo-login%/ Logout: /%wpforo-logout%/ Or you can fully insert wpForo menu in the primary location. Navigate to Dashboard > Appearance > menu admin page and select the "wpForo Navigation" in the drop-down menu and enable it for any location you want And please read the documentation: | |||||
Static mobile menu doesn't fit | 33 Relevance | 4 years ago | Hype Matrix | How-to and Troubleshooting | |
Hello, I'm using the following code for the static mobile menu but the search icon doesn't fit on the end of the menu, is there any way around this? maybe shrink the gaps in between the menu items? @media screen and (max-width: 620px){#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu {display:flex;}#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu {display: none !important;}#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu {position: static; text-align: center;} Please see attached. Thanks Attachment : IMG_3462.PNG | |||||
RE: Why my main menu css not working in main Forum page? | 33 Relevance | 4 years ago | Tutrix | How-to and Troubleshooting | |
@rishx ask the author of the Divi WP-Themeyour menu item (haga) has no "current-menu-item" class if it active haga "aktiv" <li id="menu-item-890" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-890"><a href="https://thexchip.com/haga/">haga</a></li> About Us "aktiv" <li id="menu-item-649" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-619 current_page_item menu-item-649"><a href="https://thexchip.com/czczc/" aria-current="page">About Us</a></li> | |||||
RE: Static mobile menu doesn't fit | 28 Relevance | 4 years ago | Hype Matrix | How-to and Troubleshooting | |
@tutrix I'm now left with the following code, is any part of it unused and can be removed? @media screen and (max-width: 620px){#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu {display:flex;}#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu {display: none !important;}#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu {position: static; text-align: center;}}@media screen and (max-width: 620px){#wpforo #wpforo-wrap #wpforo-menu li a {padding: 15px 10px;}} Thanks | |||||
RE: wpForo 1.8.0 1.8.1 is released! | 27 Relevance | 4 years ago | Tutrix | wpForo Announcements | |
@zipkinci Added: Robust CSS style, preventing design conflicts #wpforo #wpforo-wrap must now before your css code /*FORUM MENÜSÜNÜ DÜZ YAPTIN*/@media screen and (max-width: 620px){#wpforo-wrap #wpforo-menu .wpf-res-menu {display: none;}#wpforo-wrap #wpforo-menu .wpf-menu li a {padding: 15px 7px;font-size:12px !important;}ul#wpf-menu {display: flex !important; }#wpforo-menu{align-items:flex-start!important;min-height:48px !important;} replace with /*FORUM MENÜSÜNÜ DÜZ YAPTIN*/@media screen and (max-width: 620px){#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu {display: none;}#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li a {padding: 15px 7px;font-size:12px !important;}#wpforo #wpforo-wrap #wpf-menu {display: flex !important; }#wpforo #wpforo-wrap #wpforo-menu{align-items:flex-start !important;min-height:48px !important;} | |||||
RE: No menu | 27 Relevance | 5 years ago | Martin | How-to and Troubleshooting | |
Please read this support topic: Before opening a new topic please do a simple search in google or here: | |||||
RE: Submenu in the mobile view is missing | 27 Relevance | 2 years ago | wp-henne | Bug Reports | |
@robert @chris What is the situation? Is there a message from the developers section about this? The problem would be less bad if not the whole menu concept of wpForo would be so closed respectively insane from flexibility point of view! To turn off the wpForo menu completely and use just a fancy menu on the WP base is the best and most sensible way. Unfortunately, only then the quite fancy search and the "Bell" notification to solve. I have invested a few hours that " to tinker " and have not become more satisfied in the end. Because at the latest in the MOBIL view then things go wrong again ( ie shortcode in menu, put the "Bell" in a widget and that then via shortcode in the WP menu goes wrong in the mobile view). So, if in over a year the priority continues to be on questionable things, but basic functionality is not achieved: Then give us users a simple alternative WITHOUT getting widget sidebar (which you don't have in mobile) into WP menu. Nothing against Java.Script solutions. But here somehow the solution is not in complexity but in simplicity of functionality. Moreover, the problem is: Because we can't define a "second" menu as a mobile menu - where you could then set the sub-menu items as main menu items - it's all very strange. Good WP themes aka GP can do that and there any tinkering is no problem if something is not foreseen during development. | |||||
RE: Populating Login, Profile, Register, etc... on the black bar as show on the attached screenshot | 26 Relevance | 5 years ago | Sofy | How-to and Troubleshooting | |
Hi @seeky, In Dashboard > Appearance > menu admin page wpForo creates a new navigation menu called "wpForo Navigation (wpForo menu)" and attaches this menu to wpForo menu location. If it is missing just, select the wpForo Navigation in the drop-down, then check/enable it for wpForo menu location. More info here: |
Page 1 / 7
Next