Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ryanhornik opened this issue Apr 2, 2015 · 14 comments
Open
Assignees

Comments

@ryanhornik
Copy link
Owner

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
Copy link
Collaborator

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
Copy link
Owner Author

Try fetch all and the checkout origin/style

@sahaque91
Copy link
Collaborator

you're a genius

@sahaque91
Copy link
Collaborator

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
Copy link
Owner Author

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
#18 (comment).

@sahaque91
Copy link
Collaborator

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
Copy link
Owner Author

Did the new one show up too?

@russelhampton05
Copy link
Collaborator

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
Copy link
Collaborator

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

@ryanhornik
Copy link
Owner Author

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
Copy link
Collaborator

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

@ryanhornik
Copy link
Owner Author

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
Copy link
Collaborator

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
#18 (comment).

@ryanhornik
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants