View Full Version : Tag cloud strange behaviour
DemOnstar
04-25-2014, 07:05 AM
I now have the tag cloud visible in a forum block. I think it displays correctly i.e. different words of varying sizes. (forum.php)
However, in (activity.php) all the words are the same size.
Is this a known problem?
Thanks..
Lynne
04-25-2014, 04:01 PM
There is no tag cloud on the activity.php page so I'm not sure what you are talking about. If I were to take a guess though, I would guess you didn't include the css template on the activity page and so that is why the tags are all the same size.
DemOnstar
04-25-2014, 05:35 PM
Thanks for the response...
How odd...
I have just discovered that the problem is still the same on forumdisplay.php as well as activity.php.
If you wouldn't mind, could you explain how to include the css template on the activity page?
I am guessing once I know that, I could repeat the process for the other pages affected.
Strange that I see the tag cloud on the page. Perhaps it is down to the mod 'sidebar anywhere (https://vborg.vbsupport.ru/showthread.php?t=283307&highlight=sidebar+anywhere)'?
If the css will sort it out, I would be comfortable with that..
Thanks..
Lynne
04-25-2014, 07:44 PM
Unless I can get a link to the page where it is working and the page where it isn't working, then I can't really tell what the problem is and make a suggestion on how to fix it.
DemOnstar
04-26-2014, 01:36 AM
Ok.
HERE (http://www.mightymoiety.com/forum.php)is a working example.
HERE (http://www.mightymoiety.com/forumdisplay.php/26-TV-show) and HERE (http://www.mightymoiety.com/activity.php)are the problem examples.
Much obliged..
Lynne
04-26-2014, 04:00 PM
Your working page has this line in the <head> area:
<link rel="stylesheet" type="text/css" href="css.php?styleid=3&langid=1&d=1398494143&td=ltr&she et=sidebar.css,widgets.css,tagcloud.css" />
And your non-working pages do not. It includes this CSS which effects the tagcloud size:
a.level1 {
font-size: 9px+1;
}
a.level2 {
font-size: 12px;
}
a.level3 {
font-size: 16px;
}
a.level4 {
font-size: 18px;
}
a.level5 {
font-size: 23px;
}
So, either ask the modification developer how to add the CSS line to all needed pages, or just try adding that CSS to the additional.css template.
DemOnstar
04-27-2014, 12:22 PM
As ever, thanks for your time and instruction.
Great support here.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.