Code: Select all
<!-- IF _file.COMMENT -->{_file.COMMENT}<!-- ENDIF -->
<!-- ENDIF -->
Code: Select all
<div class="highslide-comment"><!-- IF _file.COMMENT -->{_file.COMMENT}<!-- ENDIF --></div>
<!-- ENDIF -->
Code: Select all
.highslide-comment {
background: none;
color: gray;
font-weight: bold;
width: 220px; /* change this*/
height: 40px;
border: none;
overflow: auto;
}
Code: Select all
php_value memory_limit 128M
Code: Select all
php_value memory_limit 144M
Code: Select all
<!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online<!-- ENDIF -->
Code: Select all
<!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --><!-- ENDIF -->
Code: Select all
// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 4000,
repeat: false,
useControls: true,
fixedControls: false,
overlayOptions: {
opacity: .50,
position: 'top center',
hideOnMouseOut: true
},
thumbstrip: {
position: 'middle left',
mode: 'vertical',
relativeTo: 'viewport'
}
Code: Select all
,
thumbstrip: {
position: 'middle left',
mode: 'vertical',
relativeTo: 'viewport'
}
Code: Select all
useControls: true,
Code: Select all
useControls: false,
Code: Select all
hs.numberPosition = 'caption';
Code: Select all
//hs.numberPosition = 'caption';
Code: Select all
// Adding the Watermark
hs.registerOverlay({
html: '<div class="watermark" onclick="return hs.close(this)" title="Close" style="width:120px; height: 120px; background: url(highslide/graphics/watermark.png)"></div>',
hideOnMouseOut: true,
opacity: 0.4,
repeat: false,
position: 'top right',
fade: 2 // fading the semi-transparent overlay looks bad in IE
})
Code: Select all
onclick="return hs.expand(this, { captionText: '<!-- IF _file.COMMENT -->{_file.COMMENT}<!-- ENDIF -->' } )">
Code: Select all
onclick="return hs.expand(this)">
you are right, but we don't need gallery buttons, thumbnails then using a bigger size version doesn't make sense. For one feature of dimming we have to use... highslide-with-gallery. Even don't add in highslide.js then tell us the code to add...?jonnilaumann wrote:
Dimming is not an option in highslide.js !!!
-I can but dont want to implement dimming options in highslide.js in this MOD, because of easy update when new version....ask Hønsi(highslide.com) to implement in highslide.js
I will come back and put here in tpoic...when solved to remove: thumbstrip,controls, comment
Then highslide-with-gallery.js will look just like highslide.js
...but with the dimming option and even better all the hidden keyboard functions for gallery still there (space=play/pause, arrow right=next...etc.....)
-do you mean the buttons?The slideshow in the header doesnt show up at all. What am I doing wrong.
Code: Select all
hs.wrapperClassName = 'borderless';
Code: Select all
hs.wrapperClassName = 'controls-in-heading';
-I have NO Gallery Mod installed...heheAnd how did you create your photo gallery on your page? It's so simple and nice.
ACP->General->Attachment settings->Why is gallery skipping images that dont need enlargement? It would be a bit better if all pictures were included in the gallery.
Try search word "dimming" in highslide-with-gallery.js -> you will see what i meanbut we don't need gallery buttons, thumbnails then using a bigger size version doesn't make sense. For one feature of dimming we have to use... highslide-with-gallery. Even don't add in highslide.js then tell us the code to add...?