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! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Pics not staying as background

Comments

  • Registered Users, Registered Users 2 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, Registered Users 2 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, Registered Users 2 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, Registered Users 2 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