Page 1 of 1
Text Page Title
Posted: 24 Dec 2008, 11:33
by lowray1975
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.
Re: Text Page Title
Posted: 25 Dec 2008, 00:11
by mjau-mjau
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:
.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?
Posted: 26 Dec 2008, 10:01
by lowray1975
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!
Posted: 27 Dec 2008, 23:47
by mjau-mjau
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.
Posted: 28 Dec 2008, 13:49
by lowray1975
Thanks exactly what I'm doing now, although the double-quotes are causing the problem when going back to edit the same page again.
Posted: 29 Dec 2008, 02:06
by Nick
We will fix it in next update, don't worry.