-I have a problem with my search bar and logo.
-My search bar and logo show up right in firefox but does not show up right in IE and chrome.
-sub theme is bootstraps
-Here is my website nextspecs.com
Please help if you can.
In the past I worked for a company where the standard way of themeing was to have a unique front page with the rest of the pages having the same layout. occasionally there you be other unique pages
so our themes had the following templates
page--front.tpl.php
page.tpl.php
if there were any pages which needed to be unique we would use
page--node.tpl.php
However 'page--node.tpl.php' did not work out of the box. We always had to use some extra code to make it work (i cant remember what it was but it was something to do with setting theme suggestions)
I have a content type. One of the fields is a list that I want to populate from a database. The issue I'm running into is submitting the form. It doesn't submit. I can't put a name on the select that I'm creating. If I take the name out of the element, it submits but the select option isn't saved.
I would like to add a second logo to a website through the theme interface (admin/appearance/settings/MY-THEME).
I found this solution: https://www.drupal.org/node/177868 post by WilliamB. But he states that there are cleaner ways to do it and as far as I can tell this code leads to database entries for the 2nd logo that aren't used and don't get deleted (if I upload a new logo and look at the {file_managed} table the old logo is still there with a status of permanent).