MG 1.1 Arrows

PASS

Well-known member
I have the gallery box to Show Recent Media on Forum List. I notice on some sites they have right and left arrows that show when you hover over the images on the ends to scroll. I don't have that. Any ideas?
 
If the Windows 10 laptop is being detected as a touch device then that could explain it - on touch devices the arrows are hidden because the slider is touch enabled.
 
If the Windows 10 laptop is being detected as a touch device then that could explain it - on touch devices the arrows are hidden because the slider is touch enabled.
OK, makes sense but I don't have a touch screen. I can also see the arrows on other sites too.
 
I can see the arrows fine on your poker forum.

On your alien forum, though, they aren't visible and that's as designed - you only have 5 images showing, and at a desktop/laptop display width it can fit all 5 images in, so there's no need for the navigation arrows. Resize your browser on that site, however, and the arrows do appear as the number of images displays falls below 5.

That said, the colour of the arrows is making them very difficult to see, so this is perhaps part of the problem.

I suggest adding some additional styling in EXTRA.css to fix that:
Code:
.xmgCarouselContainer .owl-theme .owl-controls .owl-buttons div
{
    color: white!important;
}
 
Top Bottom