Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projects widget: text can overlap when in list view #71

Closed
lsahn-gh opened this issue Dec 28, 2016 · 5 comments
Closed

Projects widget: text can overlap when in list view #71

lsahn-gh opened this issue Dec 28, 2016 · 5 comments
Labels
Milestone

Comments

@lsahn-gh
Copy link

lsahn-gh commented Dec 28, 2016


they are overlapped.

Thank you for this theme!

@gcushen
Copy link
Collaborator

gcushen commented Dec 28, 2016

I can't replicate this issue using the latest versions of Academic and Firefox/Safari.

Can you link to your website and/or your site's Github repo (if one exists)?

@lsahn-gh
Copy link
Author

OS : Elementary OS (based on ubuntu 16.04)
Web browser : Chrome 55.0.2883.87 (64-bit)
Academic : latest version
Github page : https://memnoth.github.io/

Test way i did

Go to the page, Ctrl + F5 (refresh web-browser cache) again and again, then the bug is sometimes appeared, not always.

@gcushen
Copy link
Collaborator

gcushen commented Dec 30, 2016

Thanks for the details. I can see the issue on your site is that the Isotope JS plugin (used for dynamically displaying projects) is forcing the second project to a similar position to the first project for some reason. I think Isotope tends not to work very well with HTML's <li> lists, especially in masonry layout mode.

Although I can't seem to exactly replicate the issue locally, I'll look at how to improve the compatibility of the list view with Isotope. For now, I recommend using the the card view for the projects widget to work around this.

@docardoso
Copy link

This is a workaround for this issue. When using masonry layout from Isotope JS, setting columnWidth attribute appears to be really important, as the following link suggests: http://isotope.metafizzy.co/layout-modes/masonry.html .

project-list-view-fix.patch.txt

@gcushen gcushen added the bug label Feb 17, 2017
@gcushen
Copy link
Collaborator

gcushen commented Feb 17, 2017

Thanks for the link and patch @docardoso . I'll check how this patch performs with the card view as well and try to release a fix.

@gcushen gcushen changed the title text overlapping bug on Project section Projects widget: text can overlap when in list view Feb 17, 2017
@gcushen gcushen added this to the v0.30 milestone Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants