Feature Request/diff included: Possibility to display title bar if only one element in group
8 views
Skip to first unread message
Henning Bopp
unread,
Jun 16, 2013, 12:21:12 PM6/16/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cer...@googlegroups.com
Dear Cera-Team,
I came accross a problem with CeraBox (apart from that a great software!):
I have a couple of galleries with different volume. There are some that only contain 1 image. I came accross 2 Problems:
1.) I need a user-defined Title Bar to add some Links and things... - That is already discussed in this group. You annouced to allow HTML in Title what will be great. So I'll do not have to continue to use the manual HTML-Selecting way.
2.) It must be possible to see the Title Bar even if there is only 1 Element present. My Cerabox-JS File is version 1.3.8. To manage it I edited line 936 of cerabox.js: - if (total>1) { + if (total>1 || currentInstance.options.forceShowTitle) { Works perfekt for me (surely only after adding forceShowTitle: true in my Config...).