Jump to content

Language Selector drops behind the menu


Recommended Posts

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 by bsmither
Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

@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>*}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...