Thread Locked This thread is locked - replies are not allowed.


This question is answered.


Permlink Replies: 4 - Pages: 1 - Last Post: 10 Jan 24, 07:04 Last Post By: al-j
al-j

Posts: 40
Registered: 28-May-2012
Missing Image
Posted: 10 Jan 24, 03:33
 
Good Day All

Using latest version of Jalbum and Tiger Skin

In Settings> Site> Top bar> Functions Above top bar>, I have placed a clickable logo image. which displays fine on the top level pages, but onle appears as a blank clickable box on the gallery pages.

I have not checked the Top-level box only.

See sample https://al-j.net

Thanks in advance for any help
Al_j
JeffTucker

Posts: 8,033
Registered: 31-Jan-2006
Re: Missing Image
Posted: 10 Jan 24, 04:03   in response to: al-j in response to: al-j
Correct
Attachment ss012166.png (21.8 KB)
You've hard-coded a relative link to your logo image - see screenshot. It will find it at the top level and the first level down, but not below that.

Please Google "relative URL's." The URL is relative to the location of the current page. If the logo file is two or three levels up from the current page, that relative URL won't be able to find it.

You could probably fix this by using the absolute URL for the logo image:
<p style="text-align: center;">
<a href="https://al-j.net">
<img src="https://al-j.net/res/CAlogo.jpg" width="155">
</a></p>
That wouldn't work before the album was uploaded, but would be OK after that.
JeffTucker

Posts: 8,033
Registered: 31-Jan-2006
Re: Missing Image
Posted: 10 Jan 24, 04:12   in response to: JeffTucker in response to: JeffTucker
 
And BTW, if you just use the built-in Tiger logo setting, it takes care of this for you. TIger > Site > Top bar > Functions > Logo.
al-j

Posts: 40
Registered: 28-May-2012
Re: Missing Image
Posted: 10 Jan 24, 07:00   in response to: JeffTucker in response to: JeffTucker
 
Please Google "relative URL's." The URL is relative to the location of the current page. If the logo file is two or three levels up from the current page, that relative URL won't be able to find it.

Thanks Jeff as usual for your complete and precise reply.
al-j

Posts: 40
Registered: 28-May-2012
Re: Missing Image
Posted: 10 Jan 24, 07:04   in response to: JeffTucker in response to: JeffTucker
 
JeffTucker wrote:
And BTW, if you just use the built-in Tiger logo setting, it takes care of this for you. TIger > Site > Top bar > Functions > Logo.

IThe built-in does not give me the option of placing the logo above the guide
Legend
Forum admins
Helpful Answer
Correct Answer

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