Thanks beat...
I see the issue is the poll.css file isn't being added as a link in your header. The part of the product that does this is my plugin on forumhome_start called Forum Goals JavaScript and CSS Header.
It uses hook: $template_hook[custom_css_links]
And it adds the poll.css to the header so the pollbar styles can be used.
The question is why isn't this working- My guess is another plugin is interfering with this mod, something else that uses the forumhome_start hook.
To troubleshoot go to your admin cp -> plugin manager, find the plugin in Forum Goals JavaScript and CSS Header and edit it.
Change the "Execution Order" from "5" to "6" - save it and see if it works.
If not change it to "4" and see if that helps at all.
Please let me know if either of these work.
This would also be why the javascript bar isn't working, that is inserted in the same plugin.
|