X3 Photo Gallery Support Forums
You mean you want hover to apply for mouse/desktop, while the caption remains visible/fixed on touch/mobile devices? That might be possible with some custom CSS ...ed_f wrote:caption hover - fixed for mobile only. thanks!
@media (hover: none) {
.images.caption-hover .item-link figcaption, .context.caption-hover .item-link figcaption {
opacity: 1;
transform: translateY(0px);
}
}Seems you are right, although it's strange, when I add the same code in devtools in "mobile mode", it works. Seems like it's too complicated to try to counteract a specific style that was designed to only work on desktop. Besides, you could of course just set the caption to display on all devices.ed_f wrote: ... maybe not, as I tried it here.

Sorry, it's not clear what you mean "subfolders on mobile devices not show as image". There are settings to hide subfolders in the MENU for mobile devices, but nothing related to images.ed_f wrote:btw: could you give me a hint where I once found the setting that makes subfolders on mobile devices not show as image, but with their title after hitting the +-sign? I lost its trace ...