Search…

X3 Photo Gallery Support Forums

Search…
 
eskimo121
Experienced
Topic Author
Posts: 104
Joined: 01 Jun 2012, 21:22

popup edits

28 Jul 2018, 21:58

Hi,
1. How do you disable the photo number stats( ex: 99/200)  in the pop up ?

2.  When the menu is set to "wide topbar" mode , and the sub-items are under 'carousel' , you can see the right extreme part of the menu going under the browser scrollbar.  (the Close button and the Arrow button are partially not visible). You can test this under "Creative" menu of my website  https://amazingpics.net

3.  If you go here  https://amazingpics.net/Inspire/quotes/   and  Scroll down a bit to center the slider,  longer Category names like in this case "Best of the Best"  which slides up when mouse is moved over on the right side (next category) does not display fully but gets hidden behind the slider pic.


Feature req:
 Is it possible that when logged in as admin, one can directly delete photos from the front end? 

Is it possible to have an option to leave the Styler open in the front end so the users can play with it and change the styles to their liking without having to see the "help" button and other details (rename icon  title 'X3 styler' ) that reveals unnecessary info? 
Thanks.


Bored? Browse through some cool images: Amazing Pictures
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: popup edits

29 Jul 2018, 06:05

eskimo121 wrote:1. How do you disable the photo number stats( ex: 99/200)  in the pop up ?
Go to Settings > Custom > Custom CSS, paste the below, click save.
Code
.pswp__counter {
  display: none;
}
eskimo121 wrote:2.  When the menu is set to "wide topbar" mode , and the sub-items are under 'carousel' , you can see the right extreme part of the menu going under the browser scrollbar.  (the Close button and the Arrow button are partially not visible). You can test this under "Creative" menu of my website  https://amazingpics.net
Good point. This will only happen on OS/browsers where the scrollbar is not set to autohide though. Since the scrollbar is not part of anything we can control in X3, it's a bit difficult to guess if it's on/off and visible or not. Ultimately, the close button and right button are aligned to the right, as they should be. I don't really see it as a big problem though, as both items are clearly still "clickable", and I don't see much reason to use the "close" button in the first place as the menu closes when you hover out from it. I will take it into consideration.
Image
eskimo121 wrote:3.  If you go here  https://amazingpics.net/Inspire/quotes/   and  Scroll down a bit to center the slider,  longer Category names like in this case "Best of the Best"  which slides up when mouse is moved over on the right side (next category) does not display fully but gets hidden behind the slider pic.
This level of "perfectionism" is a bit unrealistic to achieve. The simple logic here, is that the PAGE NAV buttons MUST go behind the slideshow element, else the visitor would mistake them for arrows to navigate the slideshow if they are overlaying the slideshow ... which will of course happen if you either reduce the width of browser window, or increase the width of the slideshow (for example to 100%). Furthermore, even under your specific conditions, it would only be an issue seemingly on a screen resolution perhaps around 1280px ... Non-critical PAGENAV UI must be on a lower z-index level than the slideshow, and cannot be floating OVER the slideshow interface insinuating the buttons are to navigate the slideshow.

There needs to be some compromises for non-critical UI elements.
eskimo121 wrote:Is it possible that when logged in as admin, one can directly delete photos from the front end?
Yes, this would be a cool feature, something we have considered before. It is however a big future task of possibly moving much more (or even all) of panel configuration directly to the frontend. Noted!
eskimo121 wrote:Is it possible to have an option to leave the Styler open in the front end so the users can play with it and change the styles to their liking without having to see the "help" button and other details (rename icon  title 'X3 styler' ) that reveals unnecessary info?
You can leave the styler ON if you want, but all good practice would tell you that's a bad idea. Visitors simply don't have the patience or interest in styling a website they arrive on for their own joy. It's just more confusion and clutter.

If you really want, it would be a few lines of custom CSS code to achieve what you ask while keeping the styler button available.
 
eskimo121
Experienced
Topic Author
Posts: 104
Joined: 01 Jun 2012, 21:22

Re: popup edits

30 Jul 2018, 22:09

I understand. Will request the Styler css in future if needed. thanks for the answers.
Thanks.


Bored? Browse through some cool images: Amazing Pictures