having issue when uploading my html...

User 3193453 Photo


Guest
8 posts

Good Afternoon,
I'm working on making some changes to a website with very minimal knowledge htmls and such. I've run into an issue when uploading my HTML project to the server, it doesn't show up with the theme/layout I have for it and the pictures don't show up. The only things that appear properly are the information and font. Before uploading my project to the server I tested it out and it looked like how I wanted it. I was wondering if there was anyone who could help me with fixing this issue. I attached some screenshots of how it looks on the test version.

The website is Rockwithus.com

Attachments:
User 2699991 Photo


Registered User
5,117 posts
Online Now

Well for a start the website was made with Site Designer version 3541

So the first question is how are you editing the HTML (with what application?? if you have just edited the HTML outside of Site Designer, then you are going to need to update all the other files accordingly (CSS,JS,Fonts, etc)

if you used Site Designer to update the website then it would appear that the other dependant files have either not been uploaded, or need uploading again to the server.
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://mawarputih.coffeecup.com/forms/contact-wayan/

A simple quick way to contact me
https://rsd-tutorialscom.coffeecup.com/ … l-details/
User 3193453 Photo


Guest
8 posts

I haven't used the site designer for the website. I have been using the Coffeecup free HTML editor. Would I have to use the site designer? I have used the HTML editor to edit and upload an old version of the website and it worked before.
User 2699991 Photo


Registered User
5,117 posts
Online Now

crescentaehyung wrote:
I haven't used the site designer for the website. I have been using the Coffeecup free HTML editor. Would I have to use the site designer? I have used the HTML editor to edit and upload an old version of the website and it worked before.


No but as I said if you change the layout content etc etc, OUTSIDE of SITE DESIGNER,, then you need edit ALL of the associated files that go with it, and make sure that you upload then to the server also

At the moment that site has no CSS Files/folders, JS files folders that contain the necessary code in order for the browsers to know how to display the pages, They are either missing (as in deleted) , or have been renamed, but you still have the links pointing to those files in your page header

Either way until those files are valid and the browsers can see them,, the pages will not show properly.

Update

There are no other files on the server
Except the
rockwithus.com/index page

no image files, no other files, just the HTML code

You should really be using Site Designer to update that project file, because Site Designer would actually update all the necessary dependant files AS YOU did the design changes, then you could simple export it and upload to the server and everything would be there,
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://mawarputih.coffeecup.com/forms/contact-wayan/

A simple quick way to contact me
https://rsd-tutorialscom.coffeecup.com/ … l-details/
User 2699991 Photo


Registered User
5,117 posts
Online Now

These are just some of the missing files (that are needed to make the page display properly on browsers

<link rel="stylesheet" href="css/vanillacss.min.css">
<link rel="stylesheet" href="css/wireframe-theme.min.css">
<link rel="stylesheet" href="css/main.css">
__________________________________________________________________________________
<script src="js/jquery.min.js"></script>
<script src="js/outofview.js"></script>

____________________________________________

unless you can write your own CSS and JS code etc, using HTML editor and then link those to your page
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://mawarputih.coffeecup.com/forms/contact-wayan/

A simple quick way to contact me
https://rsd-tutorialscom.coffeecup.com/ … l-details/
User 3193453 Photo


Guest
8 posts

Is there any other free site designer you would recommend? I tried the Coffeecup Site Designer free trial, but it won't let me access it. I've also tried uploading all the files to the website but they still don't appear. I am trying to see where the CSS and JS might be wrong in the files but I can't find anything still. Thank you very much for your help, I'm fairly new to these things so it's very much appreciated
User 2699991 Photo


Registered User
5,117 posts
Online Now

crescentaehyung wrote:
Is there any other free site designer you would recommend? I tried the Coffeecup Site Designer free trial, but it won't let me access it. I've also tried uploading all the files to the website but they still don't appear. I am trying to see where the CSS and JS might be wrong in the files but I can't find anything still. Thank you very much for your help, I'm fairly new to these things so it's very much appreciated


Hi again
Nope there is only the one Site Designer, I don't know the protocol regarding free trial's from Coffee Cup, (except for it normally is available for 2 weeks as a trial)

Can you tell me first, did you download a template from Coffeecup, to use as your website? if so which one was it?

are you trying to edit the website for someone who used CoffeeCup site designer before?

Are you the owner of the domain Rockwithus.com and can you log into the CPanel on the domain hosting server?? to view the file structure for the domain?
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://mawarputih.coffeecup.com/forms/contact-wayan/

A simple quick way to contact me
https://rsd-tutorialscom.coffeecup.com/ … l-details/
User 2699991 Photo


Registered User
5,117 posts
Online Now

I think that the essential files needed to make the website look and work as required have not been uploaded (or are not as originally done, when you open the CPanel on the domain hosting service you will see the folders containing all the files required (css js img, etc etc ) inside those are the files than need to match your html , at the moment the browser cannot see any of those folder/names which is why the website doesn't display properly.
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://mawarputih.coffeecup.com/forms/contact-wayan/

A simple quick way to contact me
https://rsd-tutorialscom.coffeecup.com/ … l-details/
User 3193453 Photo


Guest
8 posts

Yes, I used the Greenfield church template from Coffeecup as the base for the website. I'm not exactly sure what system/app the other person used to create the website. I do not own the domain of the website my company does. I haven't done anything with cpanel before but I can get it downloaded and try to do it
User 2699991 Photo


Registered User
5,117 posts
Online Now

crescentaehyung wrote:
Yes, I used the Greenfield church template from Coffeecup as the base for the website. I'm not exactly sure what system/app the other person used to create the website. I do not own the domain of the website my company does. I haven't done anything with cpanel before but I can get it downloaded and try to do it


OK
so the problem is that you downloaded the Greenfields church template FOR SITE DESIGNER, not the HTML Editor which makes it difficult to edit.

can I ask you a question please, without giving away any private information about you or your company

when did your company FIRST register the domain name?? (what year and month?

and how long have you got before your HTML trial version expires? If you have enough time left you could download the correct template for the HTML editor, and that will give you all the correct files needed to get your website working properly,, but it could take more than however much time you have lefy with your free trial
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://mawarputih.coffeecup.com/forms/contact-wayan/

A simple quick way to contact me
https://rsd-tutorialscom.coffeecup.com/ … l-details/

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.