Page 1 of 1

Remove line in header

Posted: 22 Nov 2008, 09:09
by Cyberlink1981
Any chance to remove the folder path in the header, looks a little annoying:

Image

I guess i saw something about it in the new release, but i dont wanna use that yet because I already tried it, and I dont like that i cant turn of the new things added on the tumbnail view..

Image


sorry for my bad english, hope u understand me..

Posted: 24 Nov 2008, 00:35
by mjau-mjau
Not quite sure why your IE displays that line. At least in new version, it displays only "gallery name - folder/file-title".

Also, not sure where you got the idea that you can't turn off the new text that displays above the thumbnails. Goto admin -> config -> thumbnails.thumbnails.pagebuttons and select which textitems you want/don't want. There are 4 available: "breadcrumbs,title,pagecount,description"

We don't add a feature like that without having options for it!

Not sure where you got that screenshot from. It's not from the SODA demo or directly from the release ... unless you have some old CSS or custom stylesheet!

Posted: 24 Nov 2008, 02:18
by globetrotter
mjau-mjau wrote:Also, not sure where you got the idea that you can't turn off the new text that displays above the thumbnails. Goto admin -> config -> thumbnails.thumbnails.pagebuttons and select which textitems you want/don't want. There are 4 available: "breadcrumbs,title,pagecount,description"
When I turn off all the 4 items, and save the settings, then everything will be enabled again. So I can't turn off all the 4 items.

Posted: 24 Nov 2008, 03:36
by Nick
AFAIK IE always displays anchor (#xxxx) in window title after page title.

Posted: 24 Nov 2008, 04:54
by mjau-mjau
globetrotter wrote:When I turn off all the 4 items, and save the settings, then everything will be enabled again. So I can't turn off all the 4 items.
That's an interesting point, I'll look into it ...

For a temporary solution, you could always goto the CSS and set
Code
.thumbnails_title{
     display: none;
}
(If leaving only the 'title' item available through config)

Posted: 24 Nov 2008, 06:47
by Cyberlink1981
It only makes the thing at the top if u push F5 (refresh button). If u just enter the page and navigate around it works fine :)

Posted: 24 Nov 2008, 12:45
by Cyberlink1981
For a temporary solution, you could always goto the CSS and set
Code
.thumbnails_title{
     display: none;
}
(If leaving only the 'title' item available through config)[/quote]

I tried that, dont work..

Posted: 24 Nov 2008, 13:59
by Cyberlink1981
Did this and it worked:

.thumbnails_breadcrumbs{
display: none;
}