Topic: Back Button

I add back button on gallery, but not works!? I check the last img and don't show this button..

I add this line on Pro Option on WP:

backButtonText="< NAZAD"
showBackButton="TRUE"

and this is my all lines on Pro Option:

resizeOnImport="true"
cropToFit="false"
backgroundColor="rgba(34,34,34,0)"
imageTransitionType="SLIDE"
imageTransitionTime="0.5"
showImageNav="true"
showThumbPagingText="false"
showNavButtons="false"
showAutoPlayButton="true"
captionPosition="NONE"
backButtonText="< NAZAD"
showBackButton="TRUE"
frameWidth="0"
thumbShadowBlur="0"
imageShadowBlur="0"
shareFacebook="true"
languageList="Prikaži male sličice|Sakrij male sličice|Uvećaj Galeriju|Zatvori Galeriju|Open Image in New Window|Sledeća Slika|Prethodna Slika|Play Audio|Pause Audio|Show Information|Hide Information|Uključi AutoPlay|Stop AutoPlay|AutoPlay UKLJUČEN|AutoPlay ISKLJUČEN|Vrati se NAZAD|Buy this Image|Postavi na Facebook|Postavi na Twitter|Postavi na Google+|Postavi na Pinterest|Postavi na Tumblr"

How to fix this problem? Thanx

Re: Back Button

You will need to also set backButtonPosition to either OVERLAY or TOP (the default value is NONE and the Back Button will not be displayed).
For reference, the Back Button options can be found here.

Re: Back Button

Thanx!