Active
Project:
Bootstrap Agency
Version:
7.x-1.0
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2016 at 12:16 UTC
Updated:
5 May 2016 at 12:36 UTC
Jump to comment: Most recent
Comments
Comment #2
wavesailor commentedComment #3
blamege1 commentedany progress on this?
Comment #4
blamege1 commentedJust a heads up to anyone else who's having this issue.
I was planning on adding some custom stuff to the head, so I copied the html.tpl.php file from the /modules/systems folder into my theme folder at sites/all/themes/bootstrap_agency/templates. Suddenly the active buttons seemed to work. Not sure why, but they did.
Comment #5
wavesailor commented@blamege1 that does seem to work - I don't know enough to figure out why.
My only concern is I think we should be copying the
html.tpl.phpfile from thethemes/bootstrap/templates/system/and not the drupal core version.Do we lose any bootstrap functionality by using the drupal core version?
Any ideas on how to solve / stop the background image used on the
<header>from being cropped? It leaves a horrible blank space at the bottom.Comment #6
blamege1 commented@wavesailor, I'm going to guess you meant "that doesn't seem to work" above?
I can only tell you what I did. When comparing the two files themes/bootstrap/templates/system/html.tpl.php and modules/system/html.tpl.php, there's not much difference that I can see.
Comment #7
namwebs commented#4 didn't work for my site and the selected menu item doesn't show as active. Has anybody fixed this another way?
Comment #8
wavesailor commentedSeparated the two issues into their own issue.
Comment #9
wavesailor commented@blamege1 Your solutions works but causes the site not to display properly on mobile devices.