Midways When I look at my site on a mobile the first category is open by default. Anyone know which file to edit to have all categories closed be default. Thank you in advance.
Midways Have you any characters in your categories such as forward slash, hyphens etc. I think this causes the problem.
Midways You should only have to remove them from the categories. Not sure if & also causes the problem.
Midways The file I edited is here, you can add the characters you want to use in categories. Not sure if it will help, you may have another problem. https://github.com/tastyigniter/TastyIgniter/commit/7d479810ae9382f4a49c3a7c3f205fe60e28170b
Midways I also have " in the menu and it doesn't cause any problems with the categories. Have you got & in the categories as this does cause it
Dejosel Hello @Midways you can modify the line 12 in main/views/themes/tastyigniter-orange/partials/menu_list.php For this: [php]<div id="<?php echo $category_name; ?>" class="navbar-collapse collapse <?php echo ($category_count === 0) ? 'in' : ''; ?>[/php]
Manctech Sorry I have an issue with categories on a mobile but mine is that the additional categories will not expand and I am using the free tastyigniter theme. Has anyone come across this issue as I can not figure out why it is happening.
Manctech I did have ' like for pizza's but I have removed them. Going to do the same on the menu items and see if that corrects it
Manctech No that did not help. Still doing the same. Thanks for your help I do appreciate it. Is there anything else that could cause it.