medium-clone icon indicating copy to clipboard operation
medium-clone copied to clipboard

User feedback

Open jojoee opened this issue 8 years ago • 1 comments

Some user feedback, that need to be checked. Posted by https://profiles.wordpress.org/joyously at https://themes.trac.wordpress.org/ticket/41990.

  • The menu needs to have a fallback for when no menu is selected. (How do I get off the home page?) Remove the if statement around it and it will use the fallback.
  • Static Pages should show comments
  • A calendar widget in the footer uses 100% width, so it is difficult to read.
  • ~~This CSS rule is not respecting what the user specified. It should be removed: .widget.widget-text img, .widget.widget_text img { width: 100%; }~~
  • Instead of using specifc CSS rules for images, apply it to all images. You have
.alignleft, .alignright { height: auto; }
.alignnone { height: auto; max-width: 100%; }
main > article img { max-width: 100%; }

instead of img { height: auto; max-width: 100%; } so that all images are handled correctly. Right now, some are distorted.

  • ~~Because of this CSS, text in paragraphs does not wrap around floated images. You don't need this rule. main > article .inner-entry .summary p { overflow: hidden; }~~
  • The date in the post meta is not using my choice of date format.
  • Post navigation links would be nice, especially since there is no sidebar.
  • <h6> is quite small, especially in a comment.
  • You might want to hide the menu and widget areas for the print styles.
  • The pingback is not being output. (should be conditional on singular and pings_open)

jojoee avatar Jun 06 '17 08:06 jojoee

Forgive me if this has already been addressed. In the [Colors] section of Themes > Customization it would seem, to me at least, somewhat useful to make changing the theme’s “Key Color” (Medium Green), an extremely simple task. You instead to chose to offer an option I’ve yet to see used on a “Mediumm” themed site, “Header Text Color”. I’m sure someone has, though I question why they would, select a theme because it duplicates with fidelity the design asthetic of Medium’s color schema, only to immediately abandon it.

I want to keep the color scheme, only change the single key color value, and so automagically adjusting all relative color values of the Mediumm clone. Please contact me if you will include this in your next update.

My thanks,

Rhomaηí

nyktimeni avatar Jan 13 '18 13:01 nyktimeni