INN / umbrella-inndev

Umbrella repository for inn.org
GNU General Public License v2.0
0 stars 1 forks source link

GiveWP front-end tweaks #146

Closed kaylima closed 4 years ago

kaylima commented 4 years ago

Go to: https://inn.org/donation-form-2-0/

1. RESULT: Screen Shot 2020-02-24 at 2 35 50 PM

Something wonky is happening with the "State" field where it's not tall enough.

EXPECT: have the field height match the field next to it so you can see the "state" label.

2. RESULT: Button style = bold font and lots of padding EXPECT: Button font = regular weight and 10px padding all around.

2. RESULT: Donation amount at top of the form is on it's own line EXPECT: If possible, ombine onto the same line as donation level or put them side-by-side buttons to save space. For example, this would be the right side:

Screen Shot 2020-02-24 at 2 41 20 PM

Let me know if you run into any issues with this or want to strategize how it looks! Thanks.

joshdarby commented 4 years ago

Something wonky is happening with the "State" field where it's not tall enough.

@kaylima What browser/width do you see that happening on? It might be because the state field is a dropdown instead of a text input

Screen Shot 2020-02-25 at 10 27 57 AM
joshdarby commented 4 years ago
  1. RESULT: Donation amount at top of the form is on it's own line EXPECT: If possible, ombine onto the same line as donation level or put them side-by-side buttons to save space. For example, this would be the right side:

@kaylima Same question as above: what screen size and browser are you seeing that on? I see the custom amount button on the same line as the others from 886px and up

Screen Shot 2020-02-25 at 10 56 06 AM

kaylima commented 4 years ago

@joshdarby the state issue is happening on my laptop on Chrome. Maybe it's a bug? we can screenshare if needed to figure that out...

re: the donation items. the image I sent you was an example of what could be created so that the amount would be on the left. I don't know what size I grabbed it at, but it was likely mobile size....

It's on 1 line most of the time for me, too.

joshdarby commented 4 years ago

the state issue is happening on my laptop on Chrome. Maybe it's a bug? we can screenshare if needed to figure that out...

@kaylima Yea, screensharing might be a good idea here to save time.

kaylima commented 4 years ago

Next round of front-end updates:

  1. New reverse widget styling:
#sidebar .widget.rev {
padding: 24px;
border: 8px solid #0089bb;
font-family: "Merriweather", georgia, serif;
font-weight: 300;
}
  1. Update the Give buttons for our new donate page
  1. Go to inn.org and look at the donate/subscribe buttons in top right, orange. RESULT: Screen Shot 2020-04-27 at 2 55 22 PM

EXPECT: "DONATE" - same orange color "SUBSCRIBE TO OUR NEWSLETTERS" - blue (make the button plural, right now it says "newsletter", singular)

Let me know if you have any Qs!

benlk commented 4 years ago

1: widget styles

For the reverse widget styling, I'm guessing that you'll want to change the background color and font colors to match the new blue border?

Screen Shot 2020-04-27 at 23 41 14

2:

https://github.com/INN/inn/pull/128 has been deployed to staging, with a recreation of the live form now available for review at https://inndev.staging.wpengine.com/?page_id=862706&preview=true

3: header buttons

Screen Shot 2020-04-27 at 23 45 56

Now on https://inndev.staging.wpengine.com; I'm assuming that we do not want to have mismatched button heights. Should this be solved by making the shorter button taller, or by changing the text on the buttons?

benlk commented 4 years ago

Now :deployed: with https://github.com/INN/umbrella-inndev/commit/0928f09592d4f90dc6ff6926b90550051ad8c4e2