Image Gallery > Caption is above the image

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
6/12/2011 3:27:53 PM
Gravatar
Total Posts 51

Image Gallery > Caption is above the image

Hi Joe,

Caption in Image Gallery appears above the image in version 2.3.6.6. I tested it in demo site too.

In 2.3.6.5 was it under the image. I don't know if this is a issue but it's better when the caption is under the image.

Thanks,
Erhan

6/13/2011 7:00:10 AM
Gravatar
Total Posts 18439

Re: Image Gallery > Caption is above the image

Hi Erhan,

It is a matter of personal taste, myself I think titles on the top are more natural and on the bottom is unexpected, though in the gallery either choice seems ok. 

The reason for the change though was mainly because we changed to also use the colorbox for other things like the help files and the skin preview dialog and in these cases having the title on top seems even more important whereas in the gallery it seems ok either on top or bottom.

In any case you can override it from CSS. If you look in style.config you can figure out which colobox theme you are using and you can override it in your custom css files as long as you custom file is lower in the list of included files in style.config.

Adding something like this might do it, but you may need to study the colorbox CSS and do some experimentation to get what you want:

#cboxTitle{position:absolute; bottom:-22px; left:0;}

Hope that helps,

Joe

6/13/2011 5:58:03 PM
Gravatar
Total Posts 51

Re: Image Gallery > Caption is above the image

Hi Joe,

Your solution is easy to apply and it solved my problem. Thanks again.

Best,

Erhan

You must sign in to post in the forums. This thread is closed to new posts.