RJP43 / CitySlaveGirls

The Restoration of Nell Nelson
http://nelson.newtfire.org
5 stars 4 forks source link

Finished Website... EXCEPT... #28

Closed RJP43 closed 8 years ago

RJP43 commented 8 years ago

Hi everyone ( @spadafour @KariWomack @CodyKarch @ghbondar @ebeshero ),

Alright so the site is finally finished.... EXCEPT........

there are a few problems I am having once I transferred the site to the web that I'm confused on and looking for help. Everything is synced!

Okay, first thing when I open the index page locally it looks like how I want it to, like this:

capture

but when I open it on the webpage the second image doesn't appear (except for on my phone... curious I know!)

Okay, second thing is that the SSIs aren't working only on the article HTML pages (these pages were generated using this XSLT if that helps) and this is the error I am getting:

ssiissue

it starts at the top of the page and the second line finishes after the article text. And yes I opened the HTMLs and checked if they were valid in oXygen.

I'm tagging @amielnicki and @nlottig94 as well just in case either of them get a chance to look at this and can help

ebeshero commented 8 years ago

@RJP43 I'm looking at it now: 1) On the index.html page (viewing in Chrome), I am seeing two images, side by side. The one on the left is the picture of Nell you've had up all along, and the one on the right is an ad for The White Slaves. Both images are captioned. Is that what I'm supposed to be seeing?

2) I see the SSI error, and I'm just now syncing my GitHub to take a look. My first thought (before investigating your file hierarchy) is the problem could be your referencing of top.html, in relation to the article file...but I need to take a closer look.

RJP43 commented 8 years ago

@ebeshero interesting... it must be my chrome browser.(I have Nasib looking at it now)... We can see both images using Explorer and Safari.

ebeshero commented 8 years ago

@RJP43 YES--indeed that is the problem: In your SSI line, you are referencing top.html as if it is sitting in a parent directory in relation to the articles. But when I look at your files on newtfire, top.html is sitting on the same directory level with each article file. Fix that and I think you'll be good.

RJP43 commented 8 years ago

AHHHHH.... ok thanks.

ebeshero commented 8 years ago

By the way, the article interface looks great (so far--I haven't seen it with the SSI yet) Check your spacing on the About page for the project team listing. You probably want a space or some padding after the role name and the text following: (Editor:Name). The link to last year's clickable graph in Obdurodon takes the reader through a pretty dramatic color shift--actually kind of hurts the eyes to shift to the old color scheme. Can you incorporate that in your new CSS on your new site?

RJP43 commented 8 years ago

yes I can and plan on it over break (there is a reminder to do so in the HTML), but this was all I had time to do. I have literally not stopped working on it for three days.

RJP43 commented 8 years ago

I'm exhausted which also makes sense why I didn't catch the change for the include (all the articles were sitting inside of a separate folder called articles when I first created the articles pages with the XSLT so there were a series of change I made and that was the one I passed over). Thanks again for catching that! I will see what else I can fix when I get home from grabbing a bite to eat.

ebeshero commented 8 years ago

@RJP43 Don't worry about it--it doesn't affect anyone's grade--My eyes were just shocked by the color shift!

RJP43 commented 8 years ago

Okay the SSI issues is fixed and Nasib fixed my chrome browser so I can see both images now :)

RJP43 commented 8 years ago

Scratch that I changed the top and forgot to change the foot now ... so I will do that when I get back