[4.3.4] Logo repeated

Hello

This is the “pages” item and we see the logo endlessly repeated instead centered. This worked with older releases so far i remember. Probably a bug?

Thanks!

Hey @martin.schaible

Whoa :face_with_spiral_eyes:

We pushed a fix for this in latest Pages plugin. Hopefully it helps.

Hello

Thanks, but 2.2.5 and the update to 4.3.5 didn’t solve this issue.
I cleared any caches ot the browser too.

Cheers

Hmm, ok. I cannot reproduce it on the latest version.

Do you have any custom CSS added in the backend panel or anything like this?

Hi @daftspunk

I don’t use custom CSS.

Aside from the logos, I haven’t made any changes to the backend.
The update to 4.3.7 didn’t change anything either.

Thanks!

Same here on 4.3.7. The issue happens when the logo is smaller than the container.

This class is managing the backgound-image and per browser’s default it’s just repeating.

.oc-logo-transparent {
    background-image: url('https://d2f5cg397c40hu.cloudfront.net/website-static-files/images/october-color-logo-v1.svg') !important;
}

.oc-logo-transparent {
    background-repeat: no-repeat; // stop repeating
    background-position: center center; // centering
}

Thanks for the extra details. These classes are already applied in the latest version (v4.3.7)

image

I wonder why yours does not get them?

edit: Oh I see, the RainLab.Pages plugin needs an update. Please try updating to v2.2.6 of the plugin.

Thanks, the update does the job!

The update solved the issue.

Thank you!