Open ucem opened 8 years ago
For H1 tag we might do something simple like this: https://www.drupal.org/node/794688
Thanks for completing 1 & 2 so quickly. Will get back to you on H1 tag once we've determined what it should be.
Related to #1, using Header Image, the image does not show up in what I assume is the article view. Tried to research it myself, couldn't figure it out.
In that view, the media field is used (the one at the very bottom of the article content when editing). I can change it to the header image if needed. I am confused now why you created the Article Header Image field. Am I missing something?
I am not sure why is the 'Library' not displayed. I will investigate.
On Fri, Oct 28, 2016 at 1:10 PM, ucem notifications@github.com wrote:
Related to #1 https://github.com/ehodul/universities-colleges-schools/issues/1, using Header Image, the image does not show up in what I assume is the article view. Tried to research it myself, couldn't figure it out.
[image: screen shot 2016-10-28 at 12 59 10 pm] https://cloud.githubusercontent.com/assets/2644526/19820483/5d5c3532-9d0e-11e6-9017-a6011de1f8e9.png
- Also noticed that I can no longer go to upload media, I come up with a blank white screen when I select Library, where as before, I didn't get that. [image: screen shot 2016-10-28 at 1 07 38 pm] https://cloud.githubusercontent.com/assets/2644526/19820766/ab9bbd48-9d0f-11e6-8aa5-b12588e00d9a.png
[image: screen shot 2016-10-28 at 1 09 37 pm] https://cloud.githubusercontent.com/assets/2644526/19820795/d0fbf260-9d0f-11e6-8237-c7d8d9b3a7f9.png
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ehodul/universities-colleges-schools/issues/156#issuecomment-257016478, or mute the thread https://github.com/notifications/unsubscribe-auth/AAiEYm91wCuDp2xU_q0GXJUEiwoitYSCks5q4laegaJpZM4KitRO .
I only created it because some images in the Media Field were very pixelized. I'd rather it remain Media field and remove the "header image" for articles, but I would need to know what size of image I would need to use going forward.
This size would work: 870x350.
OK Thanks. I will hide the header image from articles. Would it be ok to delete it?
If we are not going to use it, it would be good to delete it.
Any ideas about why I can't see the library when trying to upload images already in Media database? I checked the drupal help, but media module shows its up-to-date. Also tried clearing cache, but it didn't work.
https://www.drupal.org/node/1889422
Found another site that said it could be a php memory issue??? vhttp://stackoverflow.com/questions/16396512/cant-access-media-library
Fixed. This was the issue: http://drupal.stackexchange.com/questions/120054/media-7-x-1-library-tab-empty
Thanks again
I think I messed up the image sizing for articles. No matter what image I upload, it doesn't display correctly. (article node 1601, currently not published). I'm also still confused as to what display uses which image size. When viewing the article is it using "default" or "full content" and what should the best image size be used?
When viewing full Article, it should be using Full content display settings. In this case, the image preset used is 'Blog Large Image' (870px x 353px).
https://www.drupal.org/documentation/modules/image
thanks