MyBB Community Forums

Full Version: help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone help me with my website? both desktop theme and mobile theme look mest up to some users i been getting a lot of reports that the theme isnt loading up and displayes as text or sometimes things arent where they are suppose to be. For me it looks fine sometimes it gets fixed by refreshing but it doesnt always work this usually happens when a user visits my site for the first time.

chaosforums.org

Test Account:
Tests
Chaos123
Check your cache files are writeable - in the ACP it should tell you if they are set up correctly.

The number of stylesheets might be your issue?

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/shoutbox.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme1/ougc_annbars.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/topnav.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/global.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/fdisplay.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/toolboxdev.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/tooltip.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/clr.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/login.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/nav.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/css3.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/portal.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/usercp.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/usermenu.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/css.php?stylesheet=226" />

Like this one has one rule in it: http://www.chaosforums.org/css.php?stylesheet=226
(2015-10-21, 11:26 PM)Leefish Wrote: [ -> ]Check your cache files are writeable - in the ACP it should tell you if they are set up correctly.

The number of stylesheets might be your issue?

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/shoutbox.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme1/ougc_annbars.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/topnav.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/global.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/fdisplay.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/toolboxdev.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/tooltip.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/clr.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/login.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/nav.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/css3.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/portal.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/usercp.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/cache/themes/theme17/usermenu.css" />
<link type="text/css" rel="stylesheet" href="http://www.chaosforums.org/css.php?stylesheet=226" />

Like this one has one rule in it:  http://www.chaosforums.org/css.php?stylesheet=226

Everything seems to be fine? 
[Image: cc2aeb68616d92e9ec3bea87e0729630.png]
and what am i suppose to do with the file sheet?
your theme does not load.
Loading 3 versions of jquery one after the other wont help either. MyBB uses jQuery v1.11.3 , so you should load that first (get rid of the other jquery links) and the rest of your jQuery dependent scripts after it. You should also consolidate some stylesheets as that is a ridiculous number.
If I were to give you an account with access to acp would you be able to fix it ? As I do not know how to do this and don't want to mess up anything Sad
If you see with console, when he try to load css and js filed he get 503 error, service temporarily unavailable.
Try to contact your host
so this is a host problem?
I think is a host problem but I'm not suire
Yeah contact your host for this issue, they should be able to fix this for you Smile