JesseWebDotCom/webtrees-theme-modern

Image is disturbing the block "slide show" at tree home page

Closed this issue · 12 comments

There is an additional image in front of the name in the block "Slide show". This image should be removed (because it is in most cases identical to the shown image in the slide show) or should be reduced in size (because it hides the first name of the person).

Screenshot (9)

closing, fixed starting with release 0.0.8

Sorry, but it is not fixed for me, even in 0.1.0. The image is still too large and outside of the box (using Chrome and Edge).
Screenshot (362)

and what about the default theme?

Here's chrome and safari on Mac - both with the ancestry palette you are using. Also displays fine on mobile safari. maybe you have some odd caching or browser thing happening.

Screenshot 2023-07-07 at 2 03 15 PM Screenshot 2023-07-07 at 2 03 15 PM

Ah! In "modern-default" it is very small, centered and ok!

inspect the thumbnail and see what the value is for .wt-chart-box-thumbnail. it should be this as set by the theme:

.wt-chart-box-thumbnail {
border-radius: 50%;
height: 32px;
width: 32px;
}

Ah! In "modern-default" it is very small, centered and ok!

I'll bring this change to all palettes in the next release and then you can see if it fixes the issue for you.

I'm using Chrome and Edge on a Windows PC. Only in the modern-default it is ok.

When using Edge on the iPhone is ok for modern-default, but not ok for all the other palettes.

Got it. Can you also see my comment on issue #25? I wan you to tell me (and screenshot) if the same problem happens using the webtrees theme.

inspect the thumbnail and see what the value is for .wt-chart-box-thumbnail. it should be this as set by the theme:

Sorry! My fault! I had forgotten that I made a change a year ago to the size of the thumbnail in the CSS&JS module that interfered now with your module. I removed that, and now it looks great! Sorry.