missed it, thank you
Pages 1
You are not logged in. Please login or register.
Juicebox Support Forum → Posts by georg_m
Pages 1
missed it, thank you
is it possible to have no navigation at all in a gallery?
i would like juicebox to pick an image randomly and display it without being able navigate to any of the other images, that might have been picked. this is supposed to work as a first random image on the webpage. then the user has to click on the navigation and finds regular galleries for each category.
i could create that gallery and randomize it with the current functions and even disable click function, but then the navigation with arrows still works. i would also like to remove that if possible.
thanks for the reply.
margin-right on the body tag works.
however if i replace in doLayout()
winWidth = window.innerWidth ? window.innerWidth : $(window).width();
with
winWidth = winWidth - 2rem;
or add - 2rem at the end of the winWidth definition like this
winWidth = (window.innerWidth ? window.innerWidth : $(window).width()) - 2rem;
the gallery drops right under the header with the correct margin on the right.
http://www.georgmolterer.com/data/margin.jpg
also my editor(netbeans) gives me a warning
Expected ; but found rem
.
the same goes for using px instead of rem.
can i use margin-right and margin-left at the same time on the body tag and how would i compensate for that?
doing so would render the padding-left in the header obsolete and the code would be clearer.
couldn't find a satisfactory answer in the forums, so her goes:
the menu (css #header) of my page georgmolterer.com has a padding of 2 rem on the left side to the edge of the browser. i would like to add the same 2 rem padding on the right side between browser window and gallery. is this possible?
thanks
thanks.
there would have been no way of me finding that out.
it works with "/pages/..." as architektur is the root directory of arch-foto
no matter what quality i type into the "Images>image size>change>images>quality" field, the file size of the published images inside a gallery (in the images folder) always stays the same.
if i want small filesizes i have to use photoshops image processor to get the filesize small and the uncheck resize images.
is it meant to work that way?
delete multiple images
i regularly empty a gallery and fill it up with new images or delete a few images out of one gallery. i can only delete it one at a time, which is pretty anoying.
i can select multiple images at the Images stage of the builder, but as soon as i select more than one the X-button for deleting disappears.
i have the website www.georgmolterer.com as my main website. it's data hosted on a server.
i have the domain arch-foto.com as a second website. this domain is pointed to www.georgmolterer.com/architektur as its root folder. the hosting-company calls that VHOST.
if i type www.georgmolterer.com/architektur in my browser i get a working menu with gallery.
if i type arch-foto.com i see the menu, but the gallery is broken: Juicebox Error: Config XML file not found.
how can that be? it works depending on what's typed in the address bar?
all paths are specified absolutely as http://www.georgmolterer/architektur/...
the weird thing is, that it worked on arch-foto.com, when it was just forwarded as a frame, but now, that it is VHOST it works no more.
also the architecture link on the www.georgmolterer.com uses the files inside the architektur folder and works.
with the adapted theme i had the problem on some phones, on some not - but it looks different on each phone anyway.
the other problem i had with the template, which was more of a problem to me, was that, when the menu on the left got longer than the screen it wasnt scrollable. so it was just truncated and some menu items werent visible anymore.
but as you can guess from my questions im not a programmer so my understanding of how things work is limited.
regarding the positioning of the splash text on top, i believe that it doesnt look less well, but is much more secure.
thank you. will try to adapt the template.
regarding the splash page: on some phones the "description"- and "view gallery"-texts are truncated, because they are located at the bottom-left of the splash page, which is bigger than the phones screen. i would like to move it to the top-left corner, so i would have one problem less to worry about - no matter how the phone-browser crops or scrolls, the text should always be visible when the splash page is loaded.
ok. sort of works - still cropped, but way better.
- if i make an image of say 250x250px as the splash image and there is more space on the phone left than that, will the image be interpolated to be bigger and fill up the remainig space, or always stay the original size?
- if i want to change the font of the splash page, i change ".jb-splash-info h3" and "a.jb-splash-view-glry" in theme.css, right?
does that affect any other typography as the first class is also called h3? or does it really only concern the splash page?
the color property of "a.jb-splash-view-glry", didnt seem to change the color of the "view gallery" text. does something else influence that? i only tried on one phone though.
and what do ".jb-splash-info", ".jb-splash-info p" and "p.jb-splash-desc" do?
- if i define the splash images in the juicebox-interface for each gallery, can i still use one external jbcore folder or is the splash page address defined in this folder and each gallery needs its own jbcore folder to find its own splashimage?
------------ new question - should i move it to new topic?
the splash page on an iphone 5 is positioned as this image shows .
on loading, the writing at the bottom is cut off (step1). i can then scroll inside the splash image to show all of the writing (step2).
but then the splash page is still cut off at the bottom. the amount thats missing at the bottom is exactly the amount, that the adress bar of the browser uses, when i choose to have it displayed (step3).
the juicebox-container is inside a div, so i dont know, if the problem is safaris rendering of the div or the splash itsself.
the divs properties are:
#right {
position: absolute;
top: 0;
left: 10rem;
right: 0;
bottom: 0;
overflow: auto;
}
problem 1 is solved. thank you.
problem 2 still exists: http://www.georgmolterer.com/data/jb/iphone.JPG
the photo is of an actual iphone, the image in the background is the entire image, as should be resized and shown.
1.
juicebox runs in a div, because of the layout. when i resize the browser window, juicebox gets more narrow or wide, but doesnt get higher or less high. when i load another page (=new juicebox gallery) it resizes once as it should, but then again remembers the height.
<body> is set to height+width 100%
inside that <div right> is set to an absolute position right of the menu
inside that <div juicebox> container is again set to height+width 100%
if i run juicebox outside <div right>, it resizes normally.
2.
the splash pages on smartphones dont resize very well (only checked on iphone). they are bigger than the display of the phone. not super huge, but some scrolling and searching is required to see the gallery title.
Pages 1
Juicebox Support Forum → Posts by georg_m
Powered by PunBB, supported by Informer Technologies, Inc.