Submenu in the mobi...
 
Notifications
Clear all

Script [Closed] Submenu in the mobile view is missing

13 Posts
3 Users
1 Likes
702 Views
Posts: 29
Topic starter
(@wp-henne)
Trusted Member
Joined: 1 year ago

Hello!

 

In the screen pix I have a basic installation wpForo on Twenty Twenty-Three - with "classic" as with "2022" the sub menu items are not shown.

In the developer tools you can see that they are not "prepared" at all, so also nothing could pop up when pressing on the parent menu item.

12 Replies
dimalifragis
Posts: 2563
(@dimalifragis)
Famed Member
Joined: 4 years ago

Hi, that theme is not good for anything. There are so many real themes out there, use one of them.

1 Reply
(@wp-henne)
Joined: 1 year ago

Trusted Member
Posts: 29

Sorry @dimalifragis you didn't understand the content completely as I wanted:

The wpForo menu is incomplete in mobile view.

I use Generate Press and that gives the identical error image. But had taken a default theme, so that is easy reproducible.

The menus from GP are all as expected.

dimalifragis
Posts: 2563
(@dimalifragis)
Famed Member
Joined: 4 years ago

Now i understand better.

And YES, that is a real issue. A bug.

Tutrix
Posts: 1247
(@tutrix)
Noble Member
Joined: 4 years ago

@wp-henne

the submenu is hidden by default with "display:none" in mobile view

@media screen and (max-width: 620px)
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li > ul {
display: none !important;
}
}

if you want to have it visible use

@media screen and (max-width: 620px)
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li > ul { display:block !important; margin-left: 80px !important}
}
}
dimalifragis
Posts: 2563
(@dimalifragis)
Famed Member
Joined: 4 years ago

@tutrix Is there a specific reason to be hidden?

5 Replies
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1247

@dimalifragis 

The function to open the sub-menu is missing
on mouseover does not work 😉 

dimalifragis
(@dimalifragis)
Joined: 4 years ago

Famed Member
Posts: 2563

Posted by: @tutrix

@dimalifragis 

The function to open the sub-menu is missing
on mouseover does not work 😉 

 

yeah, i get that. Is that by design, a bug? Why this happen?

 

Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1247

@dimalifragis 

My Sub Menu Not Display On Mobile View

so have to wait until the 2.0 major version is released 😉 🤣 

dimalifragis
(@dimalifragis)
Joined: 4 years ago

Famed Member
Posts: 2563

@tutrix Maybe i'm not that clever but it is not supported, BUT you were able to fix this with a css.

I don't get it 🙂

(@wp-henne)
Joined: 1 year ago

Trusted Member
Posts: 29

@tutrix 

We are now at 2.1.6 - Then you mean 3.0 ?

I hope not. Folding menus have already existed before it was necessary to use smilies...

Page 1 / 2