Search…

X3 Photo Gallery Support Forums

Search…
 
raeyo
Topic Author
Posts: 3
Joined: 24 Apr 2008, 01:15

deleting image name

24 Apr 2008, 01:28

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
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

24 Apr 2008, 02:04

You also need to change in slideshowimagevueconfig.ini:
Code
imagepopinfo = false,false
Rene
http://www.globetrotternet.nl/
 
raeyo
Topic Author
Posts: 3
Joined: 24 Apr 2008, 01:15

24 Apr 2008, 11:09

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 ?
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

24 Apr 2008, 13:44

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.
Rene
http://www.globetrotternet.nl/
 
raeyo
Topic Author
Posts: 3
Joined: 24 Apr 2008, 01:15

24 Apr 2008, 15:28

yeah.. this did the trick!

Bedankt rene!
 
jsonline
Posts: 3
Joined: 29 Apr 2008, 02:08

02 May 2008, 13:41

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?