1 (edited by md.michel 2016-06-17 08:11:03)

Topic: Back button

I use Showkase 1.6.1 (Kosel theme) with Juicebox Pro 1.5.0. The back button icon don't appears.
- back button position top OK
- back button use icon OK
- show small back button OK

If I use back button text and no icon, it's OK.

With Kosel theme, it's not very important, there is no need for me with menu, but it's strange.

Re: Back button

Unfortunately, it looks like you have discovered a bug. I have been able to replicate the problem in a test gallery of my own.
I have notified the developers and it should be fixed in the next version.
Thank you for reporting it.

Re: Back button

This problem will be fixed in the next version but if you want to implement the fix yourself just now, it should be quite easy to do.
Open the showkase/admin/plugins/juicebox/defaults.ini file in a plain text editor and change line 134 from:

BackButtonUseIcon = "false"

... to:

backButtonUseIcon = "false"

... (note the lowercase 'b' at the beginning).
Be sure to republish your site after making the change.

Otherwise, you can still use the Back Button using text instead of the icon until the next version is released.

Please note that the line number above refers to the current version of Showkase (v1.6.1).

Re: Back button

Thanks! Done. It was not a real bug, just a false uppercase ;-).

Re: Back button

Not a big problem to fix (just a typo) but a small bug, nonetheless, so thank you for reporting it!