• Resolved vinodkrsetty

    (@vinodkrsetty)


    Hi,

    When I try to access mobile version of my forum it is not showing the register, logoin, memeber and forum options.

    Earlier it was working fine. In order to access this tool bar i used to click 3 small horizontal lines in the left corner of forum.

    But this option is inactive now.I am able to see but it is not responding. Not sure.

    Can you suggest?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @vinodkrsetty,

    This always works in that way.

    I may suggest you the two solutions:

    1. Use the “My Profile and Notifications” Widget. This widget is very flexible. All components can be disabled. For guests this widget displays [login] and [registration] buttons with different widget title. You can change widget titles too. Also, you can fully disable this widget for guests and keep it only for logged-in users.
    More info here: https://wpforo.com/community/postid/36034/

    2.Use the code provided in this post: https://wpforo.com/community/how-to-and-troubleshooting-2/on-mobiles-how-to-show-full-top-menu-so-all-links-are-visible-and-not-the-menu-button/

    Thread Starter vinodkrsetty

    (@vinodkrsetty)

    Profile and notifications widget somehow ok. I tried your other option custom CSS.

    I copied entire code and pasted in the custom CSS and tried couple of times it didn’t work.

    No response on forum tool bar including home page.

    Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @vinodkrsetty,

    Below is provided another code that’ll work fine.

    @media screen and (max-width: 620px){
       #wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu {
         display: flex !important;
       }
       #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;
       }
    }

    However, if you use the code you’ll need to write additional custom CSS codes and make the menu items smaller, so we don’t recommend you use it.

    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.

    WP Mobile Menu — The Mobile-Friendly Responsive Menu: https://wordpress.org/plugins/mobile-menu/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WPforo: Mobile version tool bar issue’ is closed to new replies.