Home Forums
05 | 22 | 2013
We have 164 guests and 26 members online
JoomlaNook Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom
TOPIC: remove imagenumbers
#6652
Appelmus
Posts: 70
User Offline Click here to see the profile of this user
remove imagenumbers 11 Months, 1 Week ago  
Hi Ken! How can I remove the image-nummers in imageflow - popups?

Please,look at our test site: www.test.geschichtswerkstatt-lammersdorf...lerien/menschen.html
 
Logged Logged
  The administrator has disabled public write access.
#6655
klowther
Admin
Posts: 2961
User Offline Click here to see the profile of this user
Gender: Male JoomlaNook Location: Fremont, NE USA Birthday: 07/23
Re:remove imagenumbers 11 Months, 1 Week ago  
Hi,

You need to change the caption-overlay-small-thumbstrip.js file in the administrator/components/com_hsconfig/presets/slideshow/ directory. The contents of that file looks like this:
Code:

/*
 * gallery preset: caption-overlay-small-thumbstrip
*/
hs.outlineType = 'round-red-stripe';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.wrapperClassName = 'sspreset small-black';
hs.captionEval = 'this.a.title';
hs.numberPosition = 'caption';
hs.captionOverlay.position = 'bottom left';
hs.captionOverlay.width = '100%';
hs.captionOverlay.hideOnMouseOut = true;
hs.captionOverlay.opacity = .7;
hs.dimmingOpacity = .8;

hs.addSlideshow( {
repeat: false
,useControls: true
,fixedControls: true
,overlayOptions: {
position: 'top center'
    ,hideOnMouseOut: true
,offsetY: -20
    ,opacity: .7
}
,thumbstrip: {
className: 'sspreset-thumbstrip'
,position: 'below'
     ,mode: 'horizontal'
,relativeTo: 'expander'
,hideOnMouseOut: false
}



Change:

hs.numberPosition = 'caption';

to

hs.numberPosition = null;

Then edit your highslide configuration and re-save it.

- Ken
 
Logged Logged
  The administrator has disabled public write access.
#6657
Appelmus
Posts: 70
User Offline Click here to see the profile of this user
Re:remove imagenumbers 11 Months, 1 Week ago  
Hello Ken!
Many thanks for your support. Now the picture numbers appear no more. I would never have found out this.
Many greetings
PS. I have switched off the test side again.
 
Logged Logged
  The administrator has disabled public write access.
Go to top