This question is not answered. Helpful answers available: 2. Correct answers available: 1.


Permlink Replies: 31 - Pages: 3 [ 1 2 3 | Next ] - Last Post: 5 Feb 23, 17:09 Last Post By: bleraillez
Pinfeed

Posts: 4
Registered: 24-Apr-2014
Home symbol is visiable
Posted: 3 May 19, 09:04
 
  Click to reply to this thread Reply
hi,

I've deleted the url to my homepage in pages (third tab).
At one album, the symbol disapears ( http://www.joerg-dietz.de)
But in a fresh generated album (http://www.joerg-dietz.de/hamburgej/index.html) the symbol is visable under the menu "informationen"

Whats going wrong here?
Laza

Posts: 1,732
Registered: 6-Sep-2005
Re: Home symbol is visiable
Posted: 3 May 19, 11:55   in response to: Pinfeed in response to: Pinfeed
 
  Click to reply to this thread Reply
That supposed to be there - that's the link back to the top level index page, just like on subalbum pages. The home icon is used as "back to top level page" if there's no external Home link is specified. Previously the home icon was working as Home link on top level page and back to top level page on subalbums, but users wanted to use both functionality in subalbums.
Pinfeed

Posts: 4
Registered: 24-Apr-2014
Re: Home symbol is visiable
Posted: 3 May 19, 15:28   in response to: Pinfeed in response to: Pinfeed
 
  Click to reply to this thread Reply
Ok, is there a way to disable the symbol?
Laza

Posts: 1,732
Registered: 6-Sep-2005
Re: Home symbol is visiable
Posted: 3 May 19, 18:40   in response to: Pinfeed in response to: Pinfeed
 
  Click to reply to this thread Reply
On Custom pages? Is it enough to use the "Back" button? Try using this code in Settings / Tiger / Custom code / CSS box:
body.page .menu .icon-home { display: none; }
Pinfeed

Posts: 4
Registered: 24-Apr-2014
Re: Home symbol is visiable
Posted: 4 May 19, 00:18   in response to: Pinfeed in response to: Pinfeed
 
  Click to reply to this thread Reply
sorry, it didn't work. The symbol is visible.
I didn't understand why the symbol on custom pages in this album (http://www.joerg-dietz.de) is not visible?
JeffTucker

Posts: 8,039
Registered: 31-Jan-2006
Re: Home symbol is visiable
Posted: 4 May 19, 01:01   in response to: Pinfeed in response to: Pinfeed
 
  Click to reply to this thread Reply
Try just this:
.menu .icon-home { display: none; }
Pinfeed

Posts: 4
Registered: 24-Apr-2014
Re: Home symbol is visiable
Posted: 14 May 19, 12:51   in response to: Pinfeed in response to: Pinfeed
 
  Click to reply to this thread Reply
Thank you...
romaya

Posts: 19
Registered: 10-Jan-2016
Re: Home symbol is visiable
Posted: 25 Jul 21, 14:06   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
I am using Tiger v3.30 and I want to delete the "home" icon visible in sub-folders (I have set levels to the minimum 1)

After finding this thread I have just tried inserting the following code into the "Tiger/Advanced/Custom Code/Custom CSS style"s box but it does not seem to banish the Home icon

.menu .icon-home { display: none; }

I also tried this alternative suggestion without success

body.page .menu .icon-home { display: none; }
JeffTucker

Posts: 8,039
Registered: 31-Jan-2006
Re: Home symbol is visiable
Posted: 25 Jul 21, 14:47   in response to: romaya in response to: romaya
 
  Click to reply to this thread Reply
There are a few ways to tackle that, but brute force is simplest, and works best.
.icon-home {display:none !important;}
romaya

Posts: 19
Registered: 10-Jan-2016
Re: Home symbol is visiable
Posted: 25 Jul 21, 15:27   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
Thanks very much Jeff - that worked for me.
bleraillez

Posts: 54
Registered: 17-May-2009
Re: Home symbol is visiable
Posted: 3 Feb 23, 17:01   in response to: romaya in response to: romaya
 
  Click to reply to this thread Reply
It worked also for me but the top bar is thinner than the one in the home page. It wasn’t like that before (the site was’nt updated for a while).

http://www.leraillez.com/

JAlbum 29.3
Tiger 3.24

Edited by: bleraillez on 3 Feb 2023, 17:02
JeffTucker

Posts: 8,039
Registered: 31-Jan-2006
Re: Home symbol is visiable
Posted: 3 Feb 23, 17:16   in response to: bleraillez in response to: bleraillez
 
  Click to reply to this thread Reply
Attachment ss010695.png (22.0 KB)
The skin is doing exactly what you've told it to do. The hero image is set at 240px at the top level, and 110px in folders. See screenshot.
bleraillez

Posts: 54
Registered: 17-May-2009
Re: Home symbol is visiable
Posted: 4 Feb 23, 16:14   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
Thank you very much.

I was searching for things relating to the top bar since I didn’t understand what « Cartouche » meant and, if I’m not wrong, it is called « Image En-tête » in the projects window.

(French version)
JeffTucker

Posts: 8,039
Registered: 31-Jan-2006
Re: Home symbol is visiable
Posted: 4 Feb 23, 16:58   in response to: bleraillez in response to: bleraillez
 
  Click to reply to this thread Reply
On the settings panel itself: "Cartouche est la grande image de bannière en haut de la page...." But yes, in the jAlbum Explore view, it's called "Image En-Tête."

But even in English, "Hero" doesn't really convey the meaning. It's a "term of art" in web design, but a poor choice of word. Tiger calls it "Hero," but jAlbum calls it "Theme image."

We need to encourage David and Laza to talk each other. ;)
bleraillez

Posts: 54
Registered: 17-May-2009
Re: Home symbol is visiable
Posted: 4 Feb 23, 19:22   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
But even in English, "Hero" doesn't really convey the meaning. It's a "term of art" in web design, but a poor choice of word. Tiger calls it "Hero," but jAlbum calls it "Theme image."

We need to encourage David and Laza to talk each other. ;)

Oh yes, if all the developers of the app or skins used the same vocabulary it would be much easier for the rest of us, including me.

Thank you again for the Album–Tiger translation

P.S.1 Last time I did a signifiant update (quite a few years) I was lost: so many new things everywhere!
P.S.2 If you change interface language, the date and time language changes (and probably other things). Not cool because if you want to share info on the forum using the English version of the interface is the best AFAIK. And you have to use this preference if you have sites in different languages. Imagine doing a multiple language version (French, English, Japanese…) of your site?

Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums