Custom made skin

hello

I’m building a site and its looking pretty good on localhost but when i upload it to my test server running phpvms it is not looking the same. I have resolved the culprit down to one css file but i am unsure as to debug it and fix my issue. the main page is supposed to look like this screenshot http://prntscr.com/b5m8wt but I am getting this instead http://prntscr.com/bdjsmg would anybody have any ideas as to what the problem could be?

Regards

Daniel

Sounds like a linking issue. Your Bootstrap CSS is linking fine but not the theme css.

Check layout.tpl’s head and make sure the CSS link is correct - Also, check that you changed your local.config.php so that the “SITE_URL” config is also correct. If you’ve got a direct link to the non-working site, that might help.

i checked the local.config.php and that is correct here is a link to the site, ill keep it active on that skin for 10mins then ill revert it back to crystal http://lp9.pe.hu/phpvms/index.php

thank you again

Daniel

It seems that the js files which are called in the end of the layout file are missing.

ok ill take a look thank you

that worked a treat I didn’t link them to the correct file, now I need to figure out what other problems i may be having, If you guys have time would you have a quick peak at the link and see if you could spot what else i missed?

thank you

Daniel

Topic Solved thank you for the help chaps