Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
correiax
Experienced
Topic Author
Posts: 41
Joined: 17 Dec 2013, 21:33

fullscreen menu

12 Mar 2016, 11:38

Hi
- navigation menu at fullscreen.visible = true?

thanks!
RC
Last edited by correiax on 13 Mar 2016, 18:06, edited 3 times in total.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: fullscreen menu+button customization

13 Mar 2016, 01:05

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 ...
 
User avatar
correiax
Experienced
Topic Author
Posts: 41
Joined: 17 Dec 2013, 21:33

Re: fullscreen menu

17 Mar 2016, 06:57

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: fullscreen menu

17 Mar 2016, 11:47

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.
 
User avatar
correiax
Experienced
Topic Author
Posts: 41
Joined: 17 Dec 2013, 21:33

Re: fullscreen menu

18 Mar 2016, 21:54

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
 
User avatar
correiax
Experienced
Topic Author
Posts: 41
Joined: 17 Dec 2013, 21:33

Re: fullscreen menu

19 Mar 2016, 07:17

it only takes the slideshow itself fullscreen. You can disable it from the slideshow settings.
sorry but cant find that option :roll:
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: fullscreen menu

20 Mar 2016, 01:43

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;
}
 
User avatar
correiax
Experienced
Topic Author
Posts: 41
Joined: 17 Dec 2013, 21:33

Re: fullscreen menu

20 Mar 2016, 08:43

thanks :P