Search…

X3 Photo Gallery Support Forums

Search…
 
lowray1975
Experienced
Topic Author
Posts: 137
Joined: 26 Jul 2008, 08:04

Text Page Title

24 Dec 2008, 11:33

Could it be possible to configure ImageVue so that when the title field of a textpage is empty it will not display the folder name?

I'm currently doing this with CSS, although the title box in the admin doesn't encode the "'s properly so it's a bit difficult to edit.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Text Page Title

25 Dec 2008, 00:11

lowray1975 wrote:Could it be possible to configure ImageVue so that when the title field of a textpage is empty it will not display the folder name?

I'm currently doing this with CSS, although the title box in the admin doesn't encode the "'s properly so it's a bit difficult to edit.
If the title field is empty, it will not have a name in the menu either - Won't that be a problem? As you said yourself, you can also disable the textpage title from being displayed in the textpage by setting the following CSS:
Code
.textpage_title{
	display: none;
}
Not quite sure what you mean with the "'s ... If you are leaving the title field empty, why is there anything there at all? I think it's bad practice to leave the titles empty anyway, but wha are you trying to do?
 
lowray1975
Experienced
Topic Author
Posts: 137
Joined: 26 Jul 2008, 08:04

26 Dec 2008, 10:01

Ah yes, I didn't think about the name not displaying in the menu...

The initial view I would like visitors to see if a hidden text page, so the menu title didn't apply to me, but I see your point. The reason I don't just issue the CSS display:none configuration is because I only want to hide the title on this textpage as I'm using it more as a splashpage.

In regards to the "'s, I'm currently putting a span tag referencing another CSS class as the title. So the title reads <span class="lala">hideme</span>. While this does work, you have to reset the title attribute after each page save as the double-quotes cause an issue.

A "don't show title" checkbox would be great!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

27 Dec 2008, 23:47

For now all I can suggest is that you set display:none for .textpage_title and create your own titles with <span class="textpage_title_2"> for the textpages where you actually want the title to display.

Optionally, you would have to give a title <span></span> to this specific page, so the title is empty.
 
lowray1975
Experienced
Topic Author
Posts: 137
Joined: 26 Jul 2008, 08:04

28 Dec 2008, 13:49

Thanks exactly what I'm doing now, although the double-quotes are causing the problem when going back to edit the same page again.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

29 Dec 2008, 02:06

We will fix it in next update, don't worry.
firedev.com