Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
Cyberlink1981
Topic Author
Posts: 23
Joined: 30 Sep 2007, 15:07

Remove line in header

22 Nov 2008, 09:09

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..
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

24 Nov 2008, 00:35

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

24 Nov 2008, 02:18

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.
Rene
http://www.globetrotternet.nl/
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

24 Nov 2008, 03:36

AFAIK IE always displays anchor (#xxxx) in window title after page title.
firedev.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

24 Nov 2008, 04:54

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)
 
User avatar
Cyberlink1981
Topic Author
Posts: 23
Joined: 30 Sep 2007, 15:07

24 Nov 2008, 06:47

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 :)
 
User avatar
Cyberlink1981
Topic Author
Posts: 23
Joined: 30 Sep 2007, 15:07

24 Nov 2008, 12:45

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..
 
User avatar
Cyberlink1981
Topic Author
Posts: 23
Joined: 30 Sep 2007, 15:07

24 Nov 2008, 13:59

Did this and it worked:

.thumbnails_breadcrumbs{
display: none;
}