Issue with Logo showcase widget

  • Showcase Not Workign:

  • THEMODERNMAN.EU

  • Hi, I’m wondering if anyone can help me. My show case doesn’t work on my site themodernman.eu “First page!?” When I reload the page it works, “but the icon” that scrolls on it is everywhere on the banner… And the video doesn’t show up the first time, but when I refresh it it shows up!? Can anyone help me with this, thanks. Kind regards from Michel.J

2 Likes

Hi there, @Michel :waving_hand:

I am really sorry about this issue!

I’ve forwarded it to the devs and will let you know once I have any news :slightly_smiling_face:

2 Likes

Hi there, @Michel :waving_hand:

The issue appears because you’ve enabled the Fix Video On scroll option:


If you disable this option, everything will work fine. Please try it out and let me know if it helped :slightly_smiling_face:

Hi Max!
Thanks for your help :downcast_face_with_sweat: it works fine now… But the logs are still all over the place on the feed. Why does this happen when it scrolls.

Kind regards Michel

1 Like

Hi there, @Michel :waving_hand:

You mean the issue when one logo overlays another one, am I right?

Yes Max, that’s exactly what I mean, thanks :+1:

1 Like

Got it, thanks!

We’ve fixed the issue by adding this code to the Custom CSS field on the Style tab of your widget’s settings:

.rfm-marquee {
  max-width: none !important;
}

Please check your website and let me know if everything is fine now :wink:

1 Like