Page 1 of 1

deleting image name

Posted: 24 Apr 2008, 01:28
by raeyo
I want to get rid of the image name in title and when I hover over the images. In fact I want to get rid of the floating box (with imagename in it) but I guess this isn't possible.

I followed the instructions on https://forum.photo.gallery/viewtopic.p ... a81f3310cc
... and still the names are shown: see http://www.extro.be/gallery/realisaties.php

I also set imagepopinfo = 0,0,0,0,0,0
That's mean that no clickaction, imagename, imagedimensions, imagesize, imagedate, description

link to my config.ini = http://www.extro.be/gallery/config.ini

thnx in advance

raey

Posted: 24 Apr 2008, 02:04
by globetrotter
You also need to change in slideshowimagevueconfig.ini:
Code
imagepopinfo = false,false

Posted: 24 Apr 2008, 11:09
by raeyo
thnx rene...

the floating box is not totally gone... and the image name on top of the image is still shown.

see http://www.extro.be/gallery/realisaties.php

any idea how to get rid of the image name on top and to hide the floating box ?

Posted: 24 Apr 2008, 13:44
by globetrotter
In config.ini I see you are using .ini files in the template directories.

Then you must edit this file: http://www.extro.be/gallery/templates/s ... config.ini

And change:
Code
displayimageindex = true
displayname = true
to:
Code
displayimageindex = false
displayname = false
I am not sure that the floating box also go away.
Let me know if it is still there after changing the things above.

Posted: 24 Apr 2008, 15:28
by raeyo
yeah.. this did the trick!

Bedankt rene!

Posted: 02 May 2008, 13:41
by jsonline
cant get my hover box to go away. Is there anyway I can make it say click for next image but NOT show the image name?