Marc
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Rookie] Can’t select Submenu item in mobile viewThanks for the link and the support. As the theme I am also a rookie, but in JS.
So I tried to find a solution in CSS. For now I just open all submenu items on the second level in mobile view by adding this code to Child Rookie CSS:
@media only screen and (max-width: 600px) { .main-navigation ul ul { display: block; /* Show also 2nd level menuitems*/ } }
Kind regards,
MarcForum: Themes and Templates
In reply to: [Rookie] Can’t select Submenu item in mobile viewH Savvas,
Thanks for your Quick reply. I will try the suggested plugin.
But am curious, is the current behaviour of the menu as intended in Rookie template?
Thanks
Marc
Hi @rochesterj,
Thank you. Good to hear that development is working on it.
Keep up the great work. Love sportspress.
MarcThanks @f3rr0. I ran in to this issue this weekend and was preparing a message for the board here.
Happy with your solution!Marc
Hi Roch,
I forgot to add that the problem persist if i disable all plugins and use Rookie as theme.
Thanks for looking in to this.Marc
Hi Roch,
Tested your suggestion on a copy of the site.
-All plugings but SportsPress and SportsPress for Football (Soccer) disabled.
-Rookie theme.
See here: https://newtheme.deltacup.nl/team/breidablik-2018/Live site is reset to sorting on Squad number.
Thanks!