Quote:
Originally Posted by PtitLu
I have a weird problem with this mod. The tag cloud is perfect on the forum home & in the forums. But in the thread, all the tags have the same size.
Here are two screenshots, one in a forum and the second, in the thread. Did anyone have this problem ?
|
The template that controls the size of the tags is tag_cloud_headinclude, which is a default VB template that's used by this mod. Check to see if you have that template included in your page source.
If it's there, then your custom CSS style in this mod's settings may be conflicting with VB's tag cloud CSS. Try a simple style like: style="color: red"
If it's not there, then your custom template modifications or another mod may be replacing that template with another one - try reverting the showthread template and see if the problem persists.