I found that the forum icons was compressed into 1px width in IE and google chrome. But firefox is normal. How to fix it? Thanks!
I found that the forum icons was compressed into 1px width in IE and google chrome. But firefox is normal. How to fix it? Thanks!
Comments
Comment #1
benilam commentedI'm using advance forum module. The irregular only happens when the advance module is activated. When I uninstall the advance forum module, the forum icons return to normal (smaller size icon).
Comment #2
avpadernoDid you open an issue report for Advanced forum too? It's not clear if the problem is caused by the module, or by the theme.
Comment #3
benilam commentedI think it's not caused by the module as when I changed to other themes the advance forum icons were shown normally.
Comment #4
avpadernoSo the problem appears when you enable Advanced Forum, and this theme; using a different theme, the icons used by Advanced Forum appear normal.
Now it's clearer what happens. Thanks for the reply.
Comment #5
michelleAF uses the icons by yoroy that are now in core in D7. Other than that, there's nothing special about the icon handling in AF 1.x.
Michelle
Comment #6
avpadernoIt seems that the problem is caused by the theme; differently, the problem would not vanish using a different theme.
It's just to understand what problem the theme has that doesn't allow to use it together AF.
Comment #7
florian commentedI will install AF on my test server and hopefully will solve the icons issue.
Comment #8
drupdruppalpal commentedsame thing here
Comment #9
drupdruppalpal commentedHi,
tacky solution is to add this to _custom-style.css:
#forum TD.forum-icon {
WIDTH: 48px;
/*max-width:44px;*/
}
#forum TD.icon {
WIDTH: 24px;
/*max-width:44px;*/
}
for advanced forum default icons
Comment #10
florian commentedFixed in releases 6.x-1.9 and 6.x-2.2
Comment #11
florian commented