Hi
- navigation menu at fullscreen.visible = true?
thanks!
RC
X3 Photo Gallery Support Forums
You mean when you click the SLIDESHOW-fullscreen button? Sorry no, this is a feature of the slideshow that takes the slideshow, and the slideshow-only, into fullscreen. The whole point of that is to stop scroll, hide all other elements, and show only images. It wouldn't be logical to display the menu in slideshow-fullscreen mode.correiax wrote:- navigation menu at fullscreen.visible = true?
You already set the color of these items in your settings->style->skin, primary color:correiax wrote:- change color of navigation buttons ? (next / previous page, tool tip color...)
Yep, well the "fullscreen" button you are referring to is part of the slideshow module, and doesn't take your "website" fullscreen ... it only takes the slideshow itself fullscreen. You can disable it from the slideshow settings.correiax wrote:I understand the reason for hiding the navigation menu and thats how I normally would like to happen.
however if i go fullscreen in my home page where only 3 images exist, I cant access other galleries, need to go off with fullscreen to access menu.
It is possible to build a feature that takes the entire website fullscreen ... However, this is something we prefer not to add, because it is considered bad practice. You are aware that anyone can already go fullscreen directly from their browser?correiax wrote:suggestion?![]()
a show/hide menu on mouse over area (placed for example in the top area where the menu should exist, could be a good option for experience fullscreen mode while keeping the navigation.
Sorry my mistake, I thought it was an option. If you want to remove the slideshow-fullscreen button, you would need to add the following to settings -> custom -> CSS:correiax wrote:sorry but cant find that option
.fotorama__fullscreen-icon {
display: none !important;
}