You are not logged in. Please login or register.
Active topics Unanswered topics
Juicebox v1.5.1 Released!
Search options
Thank you Steve!
Your solution actually works like a charm.
Excellent support!!
Philcarcassone:
This is the part that you need to find in your index.html file:
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
var jb = new juicebox({
containerId: 'juicebox-container',
galleryWidth: '100%',
galleryHeight: '100%',
backgroundColor: '#222222'
});
</script>
You need to change it to this one:
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
var jb = new juicebox({
containerId: 'juicebox-container',
galleryWidth: '100%',
galleryHeight: '100%',
backgroundColor: '#222222'
});
jb.onShowThumbs = function(showing) {
showing ? $('.jb-area-large-mode-title').show() : $('.jb-area-large-mode-title').hide();
};
</script>
This worked for me.
Cheers,
I have the same problem as philcarcassonne.
I have just bought juicebox software yesterday - I presume I have the latest version.
Show Thumbs Button: yes
Gallery Title Position: ABOVE_THUMBS
Gallery Title HAlign: LEFT
Layout looks nice and neat when Thumbs are visible. However Gallery Title moves (overlayed) over main image once you click on the "Hide Thumbnails" button. Luckily it disappears when you move to the next picture but I still think it looks broken and random when it moves to the middle of the main image.
I believe it would look much better if the Title would disappear as soon as as the Hide Thumbnails button is pressed or would stay in the same place.
I'm not sure how the temporary solution (proposed by Steven) would help. I like my Gallery Title to be displayed when Thumbs are on. I have to admit - I haven't tried it yet and I'm not clever enough to predict fully how this script actually behaves by just looking at it. I understand that this would just simply hide the Gallery Title when thumbs are visible - not really what I want.
Cheers,
Posts found: 2