Page 1 of 1

fullscreen menu

Posted: 12 Mar 2016, 11:38
by correiax
Hi
- navigation menu at fullscreen.visible = true?

thanks!
RC

Re: fullscreen menu+button customization

Posted: 13 Mar 2016, 01:05
by mjau-mjau
correiax wrote:- navigation menu at fullscreen.visible = true?
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:- change color of navigation buttons ? (next / previous page, tool tip color...)
You already set the color of these items in your settings->style->skin, primary color:
Image

If you need to adjust colors more, you will need to use custom CSS ...

Re: fullscreen menu

Posted: 17 Mar 2016, 06:57
by correiax
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.

suggestion? :arrow:
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.

Thanks

Re: fullscreen menu

Posted: 17 Mar 2016, 11:47
by mjau-mjau
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.
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:suggestion? :arrow:
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.
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?
Image

Furthermore, it doesn't work on mobile.

Finally, the most popular browser (chrome) EXITS fullscreen automatically on page navigation ... It does this because it considers it "insecure" for users to browse pages without seeing the URL field. Therefore, it is counter-productive adding website-fullscreen buttons.

Re: fullscreen menu

Posted: 18 Mar 2016, 21:54
by correiax
mjau-mjau wrote:You can disable it from the slideshow settings.
thanks for the development side perspective, probably I will uncheck fullscreen to resolve this.

Regards
RC

Re: fullscreen menu

Posted: 19 Mar 2016, 07:17
by correiax
it only takes the slideshow itself fullscreen. You can disable it from the slideshow settings.
sorry but cant find that option :roll:

Re: fullscreen menu

Posted: 20 Mar 2016, 01:43
by mjau-mjau
correiax wrote:sorry but cant find that option :roll:
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:
Code
.fotorama__fullscreen-icon {
  display: none !important;
}

Re: fullscreen menu

Posted: 20 Mar 2016, 08:43
by correiax
thanks :P