DMXzone Lightbox Support Product Page
This topic was archived
change languaje & show gallery buttom
Asked 14 May 2009 23:32:23
1
has this question
14 May 2009 23:32:23 pepe lopex posted:
- How can change the text language of the status bar? (ie. English -> Spanish, or "Image # of #" -> "Bild # von #"- How can activate and deactivate the thumbnail view button?
thx
Replies
Replied 15 May 2009 16:46:42
15 May 2009 16:46:42 Miroslav Zografski replied:
Hi Pepe,
There is no UI option for activate/deactivate thumbnail view button yet. However you can hide that button by adding following style tag in your page's head:
About Translation - there is no way to translate the extension so far but we are considering this to be available after next update.
Regards,
There is no UI option for activate/deactivate thumbnail view button yet. However you can hide that button by adding following style tag in your page's head:
<style type="text/css">
<!--
.indexLink{
visibility:hidden;
}
-->
</style>
About Translation - there is no way to translate the extension so far but we are considering this to be available after next update.
Regards,
