Exporting finished site

Hi,

I'm hoping someone can help. I've just finished exporting the first draft of a site and when I upload the files to my server the site isn't displying properly. https://othstest.000webhostapp.com/

Also when I tried to publish the site on BSS it's appearing differently from the preview. http://othstest.bss.design/

Would anyone have any ideas what could be causing this?

Thanks in advance,

Laura

https://othstest.000webhostapp.com/ - many of the necessary resources are missing because your web server doesn't know how to serve them up from the assests folder. You can check this by using Firefox/Chrome/IE/Edge dev tools console. Open your browser and go to the site and hit the F12 key. You might have to then refresh the site for you to see that 404 file not found errors in the console section.

For example Failed to load resource: the server responded with a status of 404 () /assets/bootstrap/css/bootstrap.min.css

The quick fix for most of those errors is to set the Setting of your project to use CDN for JS and CSS. In the app click the Export menu options down arrow and in the popup window click the Export tab. There you can set the Use CDN option. Then export again. Most of your display issue should correct it's self. Then you will need to resolve the assets folder issue for other resources like your custom CSS and JS files.

Saj

Your also missing the slick sliders base CSS file. You don't have to have the theme CSS but you do need the base CSS file http://kenwheeler.github.io/slick/#getting-started

I sent a good deal of time trying to figure out why that wasn't working out.

Also you are going to want add the class img-responsive to those slick slider images.

Saj

Saj you super star!! Thank you!!

So it's resolved some of the issues ... https://othstest.000webhostapp.com/#

I'm trying to make the images responsive but when I add in class = img responsive nothing happens... HELP! and also if you don't mind - the icons aren't appearing properly and neither is the partners slider. Any ideas what it could be?

Thanks so much for your help, it's really really REALLY appreciated! :)