The theme I am using has (amongst other areas) a right and left sidebar. When I turn on taxonomy_filter, the right sidebar is knocked out of position (goes to bottom left) and the blocks assigned to it are thrown to the left side. When I turn off taxonomy_filter, the right sidebar returns to its correct position. I have not had this problem with any other module.
I notice that when taxonomy_filter is turned on, the blocks section shows 3 small unnamed block spaces where the right sidebar used to be positioned. I have 3 taxonomy vocabularies, so guess the newly appeared spaces are related to that. They disappear once the taxonomy_filter module is turned off.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | test_taxonomy_filter.txt | 6.42 KB | teaberryblue |
| #3 | Picture 9.png | 105.73 KB | teaberryblue |
Comments
Comment #1
solotandem commentedTry out tonight's dev release. You will need to run update.php and should visit the module settings pages. There are several new configuration settings and the mappings form has been redone.
Post more details if the problem persists.
Comment #2
smithn.nc commentedSubscribe. I'm having the same problem with a Zen-based subtheme. The right sidebar gets pushed down below the content area due to a fragment of block code that taxonomy filter is placing at the top of the content area.
I grabbed the latest dev and ran update.php, still no luck. I notice you say "tonight's release", though, so I'll try again tomorrow in case Drupal.org hasn't posted the one you're referring to.
Comment #3
teaberryblue commentedI am having this problem as well, however, in my case, it is in the left sidebar using the theme Workspace with the blocks placed in the left sidebar. (however, as per my other issue logged, the blocks are not actually visible) It does not knock out the sidebar on any pages but the taxonomy result pages.
Comment #4
solotandem commentedWould you attach a file with the html output in the area of the blocks that are having problems (or the entire file if easier)? Thanks.
Comment #5
teaberryblue commentedSure! Uploaded is the section that isn't appearing, from the view source file-- so it IS outputting. It's just not displaying.
If my taxonomy_filter blocks are located in the left nav, they don't show up, either-- they only show up if I put them in one of the other blocks.
Comment #6
solotandem commentedFixed in next development release created after this comment.
Comment #7
teaberryblue commentedAwesome, thanks!