INN / umbrella-citylimits

CityLimits.org Site
https://citylimits.org
GNU General Public License v2.0
0 stars 2 forks source link

Client QA Updates #133

Closed MirandaEcho closed 4 years ago

MirandaEcho commented 4 years ago

Email Subject is: CityLimits.org: [HEADLINE]

Email Body is: From City Limits: [HEADLINE] [DEK] [Link]

joshdarby commented 4 years ago

@benlk Do you know if $checkedFlag here is supposed to reset to false for every item in $newsletter? Right now it sets the first item to true and causes every item afterwards to be set to true as well.

https://github.com/INN/umbrella-citylimits/blob/0524a414608499780eede6d186e09f144205c031/wp-content/themes/citylimits/partials/newsletter-signup-maincolumn.php#L25-L48

benlk commented 4 years ago

I assume it's supposed to reset to false, but it isn't for reasons that look like there's logic that wasn't completed. This is a partial that I did some code-styles cleanup on before we merged https://github.com/INN/umbrella-citylimits/pull/33, but it looks like I missed the checkbox logic.

Would it make more sense to modify the fields to have a "checked by default?" option, which determines whether each newsletter should be checked? This would complement the "active?" option, and could use https://developer.wordpress.org/reference/functions/checked/ to output the checked params.

joshdarby commented 4 years ago

Would it make more sense to modify the fields to have a "checked by default?" option, which determines whether each newsletter should be checked?

@benlk Yep, that's what I was thinking. Just wanted to make sure that this was a bug instead of intended behavior before I modified it.

MirandaEcho commented 4 years ago

@joshdarby - the top story headline on mobile is still too large. It should pretty much match the headlines on the rest of the mobile page.

joshdarby commented 4 years ago
joshdarby commented 4 years ago

@MirandaEcho The reason Jarrett is not seeing the "Series" option when creating menus is probably because it's not checked under "Screen Options" for his account. I logged into his account on my local environment, checked the box, and the option appears now.

Screen Shot 2019-12-17 at 10 57 47 AM

Should I make that change on his staging account or should we just send him that screenshot and attached instructions on how to do it himself?

joshdarby commented 4 years ago

@MirandaEcho That's been updated on his account on the staging environment.