AeroLogistica Posted March 18 Share Posted March 18 Hello fellow Geeks, so we have 4 languages available at our site, yet when we click on the icon, upper next to log in, it drops down a menu but for some reason it falls behind the main menu, so we can't see the language options site at https://www.loteriagringa.com/play/ Thanks in advance! Quote Link to comment Share on other sites More sharing options...
bsmither Posted March 18 Share Posted March 18 (edited) I see that you have taken the Search bar out of the code. However, it seems there is a closing </div> tag that didn't get removed. So, compare with the saved original versions of the main.php and box.search.php templates to determine where a </div> did not get deleted. Also, check the main.php template. Near the bottom, there should be: {include file='templates/ccpower.php'} </div> </div> {include file='templates/element.markup.json-ld.php'} Either the two </div> tags are missing in this template, or they are missing in the ccpower.php template. And something is still off. Edited March 18 by bsmither Quote Link to comment Share on other sites More sharing options...
bsmither Posted March 18 Share Posted March 18 The stock code shows there should be four closing </div> tags, but three makes the structure work. Which means, in addition to the extra </div> mentioned above, there might be a missing opening <div> tag somewhere. Quote Link to comment Share on other sites More sharing options...
AeroLogistica Posted March 18 Author Share Posted March 18 @bsmither, always right on the money with the guidance. Under main.php I had commented out the search box before closing the search box divs, the closing backet is where it was and the green bracket was were I moved it. {* <div class="row hide" id="small-search"> <div class="small-12 columns"> {include file='templates/box.search.php'} </div> </div> *} </div> </div> </div>*} Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.