Feb 13, 2023 11:57 am
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
Feb 13, 2023 12:02 pm
Hi, that theme is not good for anything. There are so many real themes out there, use one of them.
Feb 13, 2023 1:37 pm
Now i understand better.
And YES, that is a real issue. A bug.
Feb 13, 2023 6:18 pm
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} } }
Page 1 / 2
Next