Search…

X3 Photo Gallery Support Forums

Search…
 
cl9m
Topic Author
Posts: 10
Joined: 03 Dec 2008, 09:35

How can I change the default title (no filename.jpg)

23 Jan 2009, 04:17

Hi,

How can I change the default title? I don't want filename.jpg
when the title is empty.

thx
 
tomrock
Experienced
Posts: 51
Joined: 13 Mar 2007, 09:11

23 Jan 2009, 10:16

Put a space in the Title field.
 
cl9m
Topic Author
Posts: 10
Joined: 03 Dec 2008, 09:35

23 Jan 2009, 11:11

Thank's but it's not the realy problem.

When I upload 120 pictures I must change all title! 120!
By default I want no-title.

it's possible?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

23 Jan 2009, 17:12

Well there a post about cssing imagevue frontend here:
viewtopic.php?t=4270

You need to add display: none in .text_1_title:
Code
.text_1_title {
display: none;
} 
Something like this.

Please make sure you clear your browser cache before checking frontend.
firedev.com
 
cl9m
Topic Author
Posts: 10
Joined: 03 Dec 2008, 09:35

26 Jan 2009, 03:40

thanks but that's don't work, I've clear my browser cache many times.

But when I upload news pictures I've always the filename.jpg as default title.

:roll:
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

29 Jan 2009, 22:51

Well, if its displaying "filename.jpg", that is because you are showing "filename.jpg" on your startpage somehow ... Can't you give this file a new title from admin?

Try this:
Code
.filemod_title {
	display: none;
}
 
cl9m
Topic Author
Posts: 10
Joined: 03 Dec 2008, 09:35

30 Jan 2009, 05:56

I've try this but that don't work.

I try it too
Code
.text_1_filename {
   display: none; 
}
that don't work
I've clear my web browers cache and I've test it on ie and ff.

I've always in text1 by default the filename.jpg when I don't have wrote title.

Please help me
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

31 Jan 2009, 01:43

I'll need your link ...
 
cl9m
Topic Author
Posts: 10
Joined: 03 Dec 2008, 09:35

31 Jan 2009, 08:27

 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

01 Feb 2009, 01:31

You need to set .text_1_title ->
Code
.text_1_title {
	font-size: 18px;
	color: #99CCFF;
	display: none;
}
But, if you simply want to disable the TITLE above the image, why not just turn it off from config? Go to admin -> config -> image.text.text1.enabled ... uncheck the item! Optionally, remove the "title" from the "items" list ...
 
cl9m
Topic Author
Posts: 10
Joined: 03 Dec 2008, 09:35

02 Feb 2009, 03:08

thanks but when i've a title now, i've nothing.
same as
But, if you simply want to disable the TITLE above the image, why not just turn it off from config? Go to admin -> config -> image.text.text1.enabled ... uncheck the item! Optionally, remove the "title" from the "items" list ...
I just want no-filename.jpg when I don't have title, and picture's title when it existe.

:oops:
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

02 Feb 2009, 20:47

Well, just like FLICKR and most other pro gallery solutions, TITLE is simply meant as an ALIAS for filename. Basically TITLE/FILENAME is the same option ... You can choose to display it or not, but it is a single entity. The TITLE of your image, is by default the filename ... but it can be changed by editing the title of course.

If you want to only display some text if it exists, try the "custom" item instead.
viewtopic.php?t=3524
It will only display if you have added any text into it.
 
cl9m
Topic Author
Posts: 10
Joined: 03 Dec 2008, 09:35

03 Feb 2009, 02:46

ok I've understand.
thanks for your answers