Topic: showImageNumber="false" --> no function

hello,

I would like to hide the photo numbers.
I have in the config.xml file. code: showImageNumber="false" be inserted.
Unfortunately, the images numbers are still displayed.

I ask for help.
Below you can see my config.xml.
Greetings from Germany
Daniel


<?xml version="1.0" encoding="UTF-8"?>

<juiceboxgallery

    useFlickr="false"
    galleryTitle="Brautpaar"
    textColor="rgba(255, 255, 255, 1)"
    thumbFrameColor="rgba(230, 15, 0, 0.8)"
    showOpenButton="true"
    showExpandButton="true"
    showThumbsButton="false"
    useThumbDots="false"
    useFullscreenExpand="true"

shareTwitter="true"
shareFacebook="true"
shareGPlus="true"
maxThumbRows="3"
imagePadding="10"
showNavButtons="true"
showImageNav="true"
navButtonIconSize="20"
buttonBarIconSize="20"
buttonBarPosition="TOP"
galleryTitleHAlign="CENTER"
galleryTitlePosition="TOP"
topAreaHeight="60"
buttonBarBackColor="rgba(51,51,51,0.1)"
buttonBarIconColor="rgba(255,255,255,1)"
buttonBarIconHoverColor="rgba(0,255,0,1)"
navButtonIconColor="rgba(255,0,0,1)"
navButtonIconHoverColor="rgba(0,255,0,1)"
navButtonBackColor="rgba(255,255,255,0.3)"
thumbSelectedFrameWidth="8"
thumbHoverFrameWidth="3"
languageList="Zeige Vorschaubilder|verstecke Vorschaubilder|Vollbildanzeige|Schliesse Galerie |Öffne Bild in einem neuen Fenster / Tab|Fotos|weiter|zurück|Play Audio|Pause Audio|Zeige Fotoinformationen|verstecke Fotoinformationen|Start AutoPlay|Stop AutoPlay|AutoPlay AN|AutoPlay AUS|Zurück|Kaufe dieses Foto / In den Warenkorb |Zeige auf Facebook|Zeige auf Twitter|Zeige auf Google+|Zeige auf Pinterest|Zeige auf Tumblr|of"
backgroundColor="rgba(0,0,0,0.1)"
captionBackColor="rgba(0,0,0,0.1)">
showImageNumber="false"

Re: showImageNumber="false" --> no function

In the code you posted above, the showImageNumber="false" configuration option comes after the > character which closes the opening <juiceboxgallery> tag.
Change:

captionBackColor="rgba(0,0,0,0.1)">
showImageNumber="false"

... to:

captionBackColor="rgba(0,0,0,0.1)"
showImageNumber="false">