-
-
Save matticusfinch/e13629b59d43f6140612cf8d522087fa to your computer and use it in GitHub Desktop.
@niconiki was it centering of the images that broke for you? I added display: inline;
to the author-img
which should fix the centering, we recently added a new css library in and it looks like that broke centering. Let me know if there was another issue though.
I think that today uscreen commit an update. beacuse my authors page are broken. Did they change some assets?
@matticusfinch Thanks that works. I add it yesterday with padding too.
@matticusfinch With this addition of the page, the SEO does not work for me. Tell me how to fix it
@matticusfinch With this addition of the page, the SEO does not work for me. Tell me how to fix it
I believe SEO should be outside of the scope of what this code affects, email me at [email protected] and we can explore what's up.
This is great. Any idea why using the same technique for the categories
API end point doesn't work. https://DOMAIN.uscreen.io/api/categories returns a 404 despite there being categories.
Answered my own question: They no longer support authors or categories in the current API, which is here: https://uscreen.io/api/publisher#/default/
This also means the authors endpoint could go away. This is highly annoying.
It looks like the authors' page is totally broken with the pages' deprecation. Did you change the uscreen frameworks? It seems like col-md-4 doesn't have any CSS properties and we have 1 card per row.
I think that today uscreen commit an update. beacuse my authors page are broken. Did they change some assets?