Hi,
Does anyone know how to disable the sitemap in mobile version?
regards,
win
X3 Photo Gallery Support Forums
and what if I am on mobile, and want to access a folder/folder/folder without clicking 3 times? What if I want to figure out where exactly in the the website I am? What if I want to navigate back to the home page without clicking the "back" button unknown amounts of times? For these reason, and at the cost of having a subtle unimposing item available, this is why added it without a setting.winph wrote:the menu is already shown below the header right? i find it bit distracting specially if you have many folder then it expand when [+] was clicked.
.iv-header .t { padding-left: 15px !important; background: none !important; }
.iv-header .t:active { color: inherit !important }
.menu { display: none !important; }Not quite sure how you propose this should happen. Do you suggest scrolling the menu upwards until its at currently selected item? I for one would get confused if the menu does not show the entire structure, and feel I could easily miss that there is something above.alexhenes wrote:yes... however if the current folder is near the bottom of the menu... say... something inside of the Skiing folder... the menu will show items that are at the top of the menu. It would be nice if the menu would open up to the current folder.
I am not sure they would "know" there are items above what is displayed in the menu. Normally, a menu starts from top, and in this case, there will certainly be a large amount of menu items hidden at the top. Likely they would find out, but you would be used to menus displaying from item1 and downwards, so could be missed. It would also require a javascript "scrollTo" function when the menu opens, which I am slightly skeptical about. We will definitely consider this though ...alexhenes wrote:I think the menu should open with the current/selected folder a couple of rows down from the top. This would enable the user to be able to see that there are items both above and below and could scroll to where they want to go from the current folder vs. from the top as the menu currently functions.