elemonate Posted July 20, 2015 Share Posted July 20, 2015 http://www.dinosaurmoustache.com/If you pay attention to the homepage & forum, why does the nav bar compress only on the forums to "More" but not the homepage and how can I make it so it won't do that? Thank You Link to comment Share on other sites More sharing options...
1 Yuu Posted July 21, 2015 Share Posted July 21, 2015 Are you looking to disable to "More" dropdown overall?If so, find this and remove it: <li id='nav_other_apps' style='display: none'> <a href='#' class='ipbmenu' id='more_apps'>{$this->lang->words['more_apps']} <img src='{$this->settings['img_url']}/useropts_arrow.png' /></a> </li> If you're asking how to make it also compress on your homepage, then sorry, I don't have the answer to that. :P Need some IPB, MyBB, or HTML/CSS work done? Check out my thread! Link to comment Share on other sites More sharing options...
1 Nervodx Posted July 21, 2015 Share Posted July 21, 2015 Look for a template with something like navigation or header in it and search forid='more_apps'>and then you can change it to what you'd like from there. Link to comment Share on other sites More sharing options...
1 Yuu Posted July 21, 2015 Share Posted July 21, 2015 Oh, sorry, forgot to mention that part!It's located in the globalTemplate. :) Need some IPB, MyBB, or HTML/CSS work done? Check out my thread! Link to comment Share on other sites More sharing options...
0 elemonate Posted July 21, 2015 Author Share Posted July 21, 2015 (edited) Are you looking to disable to "More" dropdown overall?If so, find this and remove it: <li id='nav_other_apps' style='display: none'> <a href='#' class='ipbmenu' id='more_apps'>{$this->lang->words['more_apps']} <img src='{$this->settings['img_url']}/useropts_arrow.png' /></a> </li> If you're asking how to make it also compress on your homepage, then sorry, I don't have the answer to that. :P Are you looking to disable to "More" dropdown overall?If so, find this and remove it: <li id='nav_other_apps' style='display: none'> <a href='#' class='ipbmenu' id='more_apps'>{$this->lang->words['more_apps']} <img src='{$this->settings['img_url']}/useropts_arrow.png' /></a> </li> If you're asking how to make it also compress on your homepage, then sorry, I don't have the answer to that. :Pwhere can I find that text? Thank you! Edited July 21, 2015 by elemonate Link to comment Share on other sites More sharing options...
0 Cheerio Posted July 21, 2015 Share Posted July 21, 2015 its likely because of the slider that the width of the page is more on ipcontent stretching the div out and giving more room for the primary nav and the forums page does not so it's primary nav gets the more treatment. Link to comment Share on other sites More sharing options...
0 Stake™ Posted July 21, 2015 Share Posted July 21, 2015 It could be in "ThemeOptions" as well, Option = more > set to NO. Link to comment Share on other sites More sharing options...
0 elemonate Posted July 21, 2015 Author Share Posted July 21, 2015 Answer solved, thank you. I just deleted the coding :) Link to comment Share on other sites More sharing options...
0 Stake™ Posted July 21, 2015 Share Posted July 21, 2015 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
elemonate
http://www.dinosaurmoustache.com/
If you pay attention to the homepage & forum, why does the nav bar compress only on the forums to "More" but not the homepage and how can I make it so it won't do that?
Thank You
Link to comment
Share on other sites
8 answers to this question
Recommended Posts