Posts:
27
Registered:
6-Mar-2009
|
|
|
Thumbnail not working after update to V3.0
Posted:
20 Nov 21, 08:46
|
|
|
|
Hi Laza
After Updating Animatics to Verison 3.0 I got the following Issue with the Thumbnails.
Please see the Printscreens.
After the update some Thumbnails have a strange Link to Gardasee-Venedig 2020 ">
BR Andi
|
|
|
Posts:
8,348
Registered:
31-Jan-2006
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
20 Nov 21, 14:12
in response to: Schegg
|
|
|
Please give us a link to the album. We can't debug a screenshot.
|
|
|
Posts:
27
Registered:
6-Mar-2009
|
|
|
Posts:
8,348
Registered:
31-Jan-2006
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
20 Nov 21, 15:30
in response to: Schegg
|
|
|
Without access to the original images, I can't quite sort it out, but it appears that some of your images have a link embedded in their titles, probably in the IPTC Object Name field, or possibly some malformed HTML tags in that field.
Under Settings > Advanced > Metadata > Title source, try choosing No IPTC.
(I notice that you're also telling jAlbum to embed the photographic data in the generated images - bad idea, since it often causes color problems.)
|
|
|
Posts:
3,906
Registered:
4-Aug-2006
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
20 Nov 21, 16:16
in response to: JeffTucker
|
|
|
Based on the embedded metadata in the album file, this is the content that seems wrong Object Name: <a href="https://www.andi-schegg.ch" onclick="window.location='h
other data
Image Description: Ferienfeeling im <a href="https://www.hotellido-lugano.com" onclick="window.open('https://www.hotellido-lugano.com/de/13/default.aspx', '_blank'); return false;" title="öffne diesen Link in einem neuen Fenster...">Lido Seegarten</a> | Lugano
Description: Ferienfeeling im <a href="https://www.hotellido-lugano.com" onclick="window.open('https://www.hotellido-lugano.com/de/13/default.aspx', '_blank'); return false;" title="öffne diesen Link in einem neuen Fenster...">Lido Seegarten</a> | Lugano
Title: <a href="https://www.andi-schegg.ch" onclick="window.location='https://www.andi-schegg.ch/_Reisen/2020_Gardasee/album/', '_self'; return false;" title="zurück zum ersten Bild..."><strong>Gardasee-Venedig 2020</strong></a>
Caption-Abstract: Ferienfeeling im <a href="https://www.hotellido-lugano.com" onclick="window.open('https://www.hotellido-lugano.com/de/13/default.aspx', '_blank'); return false;" title="öffne diesen Link in einem neuen Fenster...">Lido Seegarten</a> | Lugano
Edited by: RobM on 20 Nov 2021, 15:16
bad paste
|
|
|
Posts:
8,348
Registered:
31-Jan-2006
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
20 Nov 21, 17:52
in response to: RobM
|
|
|
Yes, this is what's "hanging" outside of the <a href> tag: <strong>Gardasee-Venedig 2020</strong>
That's not present in the project files anywhere - that's what makes me think it's coming from the IPTC metadata.
|
|
|
Posts:
27
Registered:
6-Mar-2009
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
2 Dec 21, 18:27
in response to: JeffTucker
|
|
|
Hi everybody
I'll try to explain my setup to you
I use the ACDSee Photo Studio program for image processing.
In this I assign text for titles and comments, which are automatically inserted into Jalbum when I create an album (IPTC data).
For each album, my first picture has only the text of the albumtitle, i.e. Gardasee-Venice 2020 in bold font
Gardasee-Venedig 2020, and as Comment some other Text.
From the second to the last picture it is always the same link that points to the first picture in the album
<a href="https://www.andi-schegg.ch" onclick="window.location='https://www.andi-schegg.ch/_Reisen/2020_Gardasee/album/', '_self'; return false;" title="zurück zum ersten Bild..."> Gardasee-Venedig 2020</a>
I've been doing it since I've been using animatics and haven't had any problems with any update.
I don't understand why this problem occurs and what i have to change.
The problem only exists from the picture
https://andi-schegg.ch/_Reisen/2020_Gardasee/album/index.html#img=000.jpg
to the picture
https://andi-schegg.ch/_Reisen/2020_Gardasee/album /index.html#img=019_AND03676.jpg
from the picture
https://andi-schegg.ch/_Reisen/2020_Gardasee/album/index.html#img=020_AND03705.jpg
the link in the thumbnails works.
I'm looking forward to an answer
BR Andi
PS: I corrected the Link to the First Picture of the Album, I copied first a wrong one
Edited by: Schegg on 3 Dec 2021, 07:32
|
|
|
Posts:
8,348
Registered:
31-Jan-2006
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
2 Dec 21, 18:56
in response to: Schegg
|
|
|
This will work: <a href="https://www.andi-schegg.ch" title=" zurück zum ersten Bild... "><strong>Gardasee-Venedig 2020</strong></a>
But it looks like in some of your photos, you have this, instead: <a href="https://www.andi-schegg.ch" title=" zurück zum ersten Bild... "></a><strong>Gardasee-Venedig 2020</strong>
Notice that the HTML anchor tag is closed at the wrong place. Look closely at what you've entered for those images.
|
|
|
Posts:
8,348
Registered:
31-Jan-2006
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
2 Dec 21, 19:08
in response to: JeffTucker
|
|
|
I take it back. It looks like the skin is handling the first 20 images one way, and the subsequent images a different way. That "20" is what we call a "suspicious number" - Laza's bugs often show up precisely at 20 images.
Laza needs to take a look at this.
ETA: BTW, feeding this page through an HTML validator produces scores of errors, all involving improperly closed HTML tags. I can't sort out whose fault those are. But they all involve the same underlying problem - there are unescaped quote marks where there shouldn't be any. In other words, there are quote marks within quote marks, which causes all sorts of havoc.
Edited by: JeffTucker on 2 Dec 2021, 13:15
|
|
|
Posts:
27
Registered:
6-Mar-2009
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
6 Dec 21, 07:56
in response to: JeffTucker
|
|
|
Hi there
Thanks Jeff for that answer.
What I have found in the index.html file which is generated from Jalbum:
In Line 47 there is the html code for the images.
From the second to the 20. image beginns with:
<a class="thumb preload landscape"
and end with:
<strong>Gardasee-Venedig 2020</a>"></a>
From the 21. images beginns with:
<a class="thumb lazyload landscape"
and ends with much less html code:
title="Sunrise | Venedig"></a>
I hope that helps a little bit to found a Solution
BR Andi
|
|
|
Posts:
1,894
Registered:
6-Sep-2005
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
6 Dec 21, 10:59
in response to: Schegg
|
|
|
|
|
Posts:
27
Registered:
6-Mar-2009
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
23 Dec 21, 16:49
in response to: Laza
|
|
|
Hi Laza
After two updates of Animatics I woluld kindly ask you when do you will fix the Issue about the Thumbnail?
Merry Xmas
Andi
Edited by: Schegg on 23 Dec 2021, 17:28
|
|
|
Posts:
1,894
Registered:
6-Sep-2005
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
23 Dec 21, 18:06
in response to: Schegg
|
|
|
I forgot about this thread, sorry.
I guess it's not a skin error. I tried to decode your comment, but whatever I did, has ended up in broken HTML.
Can you please post here one of those comments?
Edited by: Laza on 23 Dec 2021, 18:14
|
|
|
Posts:
1,894
Registered:
6-Sep-2005
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
23 Dec 21, 18:14
in response to: Schegg
|
|
|
Are you including a link in the title? It seems the ALT tag is broken too, which should show the title otherwise. No link is allowed here. Naturally, I can remove HTML tags from the titles, but it would be better if we could explain to users that they can't use HTML in every box.
As I see this is the title of the second picture:
<a href =" https:="" www.andi-schegg.ch"="" onclick="window.location='https://www.andi-schegg.ch/_Reisen/2020_Gardasee/album/', '_self'; return false;" title="back to the first picture ...">
This looks very unhealthy.
Edited by: Laza on 23 Dec 2021, 18:17
|
|
|
Posts:
27
Registered:
6-Mar-2009
|
|
|
Re: Thumbnail not working after update to V3.0
Posted:
25 Dec 21, 08:12
in response to: Laza
|
|
|
Hi Laza
Yes, from the second picture there is a link that always refers back to the first picture.
This is the title from the second picture:
<a href="https://www.andi-schegg.ch" onclick="window.location='https://www.andi-schegg.ch/_Reisen/2021_Gardasee/album/', '_self'; return false;" title="zurück zum ersten Bild..."><strong>Gardasee 2021</strong></a>
For me the following questions arise:
- why did the links work up to version 2.3?
- why does the link in the thumbnails work from the 20th picture?
BR Andi
Edited by: Schegg on 25 Dec 2021, 08:13
|
|
|
|
Legend
|
|
Forum admins
|
|
Helpful Answer
|
|
Correct Answer
|
|