ryanhornik / databases

Theme Park Management System Web Application
http:\\siliconshores.net
0 stars 0 forks source link

Beautify pages by adding css classes and styling to various tags #18

Open ryanhornik opened 9 years ago

ryanhornik commented 9 years ago

You could also change the overall look-and-feel by creating a custom bootstrap theme http://getbootstrap.com/customize/ This is probably the easiest way to change the look of the entire site

In addition to css you should also update input fields across all pages to use more appropriate input types. For example in places where you should be enter a lot of text - such as theme area descriptions the input box should actually be a Text Area, and in places where the field should be enumerated or categorical then a drop down should be used.

sahaque91 commented 9 years ago

Hey I'm pulling to update the branch but its not doing anything. Should i be changing something in the options when i hit pull

ryanhornik commented 9 years ago

Try fetch all and the checkout origin/style

sahaque91 commented 9 years ago

you're a genius

sahaque91 commented 9 years ago

If I'm adding images to use for the section area pages I would have to insert the file location into the picture_path column of the attractions table right?

ryanhornik commented 9 years ago

You can just replace the existing images that are in Content/Images/ On Apr 26, 2015 8:52 PM, "sahaque91" notifications@github.com wrote:

If I'm adding images to use for the section area pages I would have to insert the file location into the picture_path column of the attractions table right?

— Reply to this email directly or view it on GitHub https://github.com/ryanhornik/databases/issues/18#issuecomment-96462325.

sahaque91 commented 9 years ago

I tried that as a test. I replaced one of the placeholder images with another and kept the same file name but the placeholder image still pops up in the debug.

ryanhornik commented 9 years ago

Did the new one show up too?

russelhampton05 commented 9 years ago

Ill have more time tomorrow. Ill also be at the school. Lemme know if u wana meet up.

Im trying to help. Sorry for bein so useless! 

Sent via the Samsung Galaxy S® 4 mini ™, an AT&T 4G LTE smartphone

-------- Original message --------
From: Johnathan Hornik notifications@github.com
Date:04/26/2015 11:00 PM (GMT-06:00)
To: ryanhornik/databases databases@noreply.github.com
Cc:
Subject: Re: [databases] Beautify pages by adding css classes and styling to various tags (#18)
Did the new one show up too? — Reply to this email directly or view it on GitHub.
sahaque91 commented 9 years ago

Nah it was just the placeholder image. Even though its not in the images folder anymore.

ryanhornik commented 9 years ago

that's odd because the Images folder is the only place that Image should be, Have you committed this? I'll take a look and see if I can figure it out

sahaque91 commented 9 years ago

Yeah. I only changed the one in the gpu folder for now.

ryanhornik commented 9 years ago

Ah I see what it is. It doesn't just add every picture in the folder it finds all of the theme areas attractions and adds their pictures. So if you want to replace the picture you should either rename slide1.jpg etc to se.png or change that attractions picture path. to slide1.jpg and add more attractions in that theme area

sahaque91 commented 9 years ago

The first way is what I tried with the gpu folder but it didn't work. Ill try the other way. I can do that in work bench right. Just edit the picture path column On Apr 27, 2015 12:06 AM, "Johnathan Hornik" notifications@github.com wrote:

Ah I see what it is. It doesn't just add every picture in the folder it finds all of the theme areas attractions and adds their pictures. So if you want to replace the picture you should either rename slide1.jpg etc to se.png or change that attractions picture path. to slide1.jpg and add more attractions in that theme area

— Reply to this email directly or view it on GitHub https://github.com/ryanhornik/databases/issues/18#issuecomment-96506672.

ryanhornik commented 9 years ago

You'll have to edit the picture path field of the attraction