Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

Pics not staying as background

Options

Comments

  • Registered Users Posts: 1,213 ✭✭✭was.deevey


    Probably because none of the css/scripts load - at least for me, maybe a limitation of the free hosting
    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (bootstrap.min.css, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (templatemo_main.css, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (jquery.min.js, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (jquery.backstretch.min.js, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (templatemo_script.js, line 0)


  • Registered Users Posts: 262 ✭✭Banta


    The CSS files don't load because they're not CSS files. They've got HTML code and javascript in them. So.... there's your problem right there. Your stylesheets aren't stylesheets. They're HTML pages saved with a .css extension.

    How it works in Notepad++ I have no idea.


  • Registered Users Posts: 240 ✭✭tramoreman


    thats a bootstrap theme you are using first page i looked at it all html no css you have to links to a bootstrap and a template file

    links should be similar to the following


    <link href="css/style.css" rel="stylesheet" type="text/css" />


  • Registered Users Posts: 128 ✭✭martin g


    Thanks but im going to get a proper hosting site.


  • Registered Users Posts: 262 ✭✭Banta


    Going for a proper hosting is, of course, a good idea. But just so as you're aware... using those very same files will still cause the same issues that you're currently having with the site on the free hosting, as they're not valid css etc. files.


  • Advertisement
Advertisement