Support Forum
When im logged in as an administrator, My forums shows with the currently selected theme "shades-of-gray" but when I log out it shows a totally different theme for the forum and it looks all messy. The same happens when I log in as another user. Shows same messy theme. See link below.
The 'default' theme that you are using is built using a php file that converts to CSS at run time. Looking at your site as a guest I can see that it has not been built and is therefore missing most of the rules. However - why it should successfully build when logged in and not otherwise is a mystery and is going to be environmental in some way.
One thing you could try would be to turn on the compression and CSS cache (options > global) and them IMMEDIATELY run your forum. If that looks OK see if it holds for non-logged in users. But there is an underlying reasons why things are happening and it would be much better to resolve those. Something is stopping the php being executed...
You also have a javascript issue with your site which WILL effect the forum and possibly other plugins as well. Your WP theme is riding roughshod over the WP API and loading a second, older and non-standard copy of the jQuery library and this is triggering errors. This is explained here:
YELLOW
SWORDFISH
|
By using the script console that most browsers are now equipped with although I use Firebug - Firefox extension for this as it is probably the best out there. But just loking at your html source to see what is getting loaded is enough. If you see multiple instances and versions of any script then there is a problem waiting to happen.
These things are usually pretty easy to fix up.
YELLOW
SWORDFISH
|
1 Guest(s)