I've a problem with description in gallery.
When I chose a image and I see it in large-size, rolling over I can see only:
- file name
- [next]
I want to view a description (in admin area I inserted it). I tried to modify config.ini and slideshowimagevueconfig.ini but nothing happend!
Here I post part of code of:
- CONFIG.INI
[...]
imagepopinfo = 1,1,1,1,1,1
imagerightclick = 1,0,0,1,0,0,1,1,0
descriptions = false
descriptionattributes = false
descriptionscol = bgcol,textcol
[...]
-SLIDESHOWIMAGEVUECONFIG.INI
[...]
[CONTROLS]
imageclick = next
imageshiftclick = popup
imagepopinfo = name,action,description[...]
[...]
-SLIDESHOWCONFIG.INI
[...]
[CONTROLS]
imageclick = next
imageshiftclick = popup
imagepopinfo = name,action,description
[...]
I'm going mad...
Aki76