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


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


Permlink Replies: 31 - Pages: 3 [ Previous | 1 2 3 | Next ] - Last Post: 9 Feb 25, 15:40 Last Post By: Merlin2504 Threads: [ Previous | Next ]
Merlin2504

Posts: 327
Registered: 25-Jul-2016
Re: Test Tiger Skin
Posted: 28 Jan 25, 11:38   in response to: JeffTucker in response to: JeffTucker
 
Ich habe den Code eingefügt, es funktioniert aber nicht. Kann es sein, da ich ein Objekt dupliziert habe, dabei die Codes von PhotoBlogger mit übernommen habe?
Laza

Posts: 1,510
Registered: 6-Sep-2005
Re: Test Tiger Skin
Posted: 28 Jan 25, 12:46   in response to: Merlin2504 in response to: Merlin2504
 
What does not work? Please be more specific!

Copying code over from another skin most of the time will not work or might work differently, making things worse.
Merlin2504

Posts: 327
Registered: 25-Jul-2016
Re: Test Tiger Skin
Posted: 28 Jan 25, 12:57   in response to: Laza in response to: Laza
 
Der Code zum Zentrieren des Logos funktioniert nicht.

@media screen and (min-width: 40rem) {
.top-bar.has-logo .home-link { width: 100%; display: flex; }
}
Laza

Posts: 1,510
Registered: 6-Sep-2005
Re: Test Tiger Skin
Posted: 28 Jan 25, 13:26   in response to: Merlin2504 in response to: Merlin2504
 
I see. If search is used, you have to add this code too:
.top-bar.has-search.has-logo .home-link {
    justify-content: center;
}
Merlin2504

Posts: 327
Registered: 25-Jul-2016
Re: Test Tiger Skin
Posted: 29 Jan 25, 08:20   in response to: Laza in response to: Laza
 
Thank you, I have now created another virgin test gallery with the example album.
The logo is also centered in the mobile view if no search is set. I have now inserted your code in "css".

.top-bar.has-search.has-logo .home-link {
    justify-content: center;
}


The logo also works centered when the search is active.
It might be useful to integrate this directly so that other users can do it too.

2. Can the tooltips be displayed for longer? When searching, you don't have enough time to read the long text in the tooltip.
Laza

Posts: 1,510
Registered: 6-Sep-2005
Re: Test Tiger Skin
Posted: 29 Jan 25, 12:55   in response to: Merlin2504 in response to: Merlin2504
 
Now it's 4 seconds, but I don't know how you could make it longer besides modifying the skin files, which will be overwritten with the next release.
Merlin2504

Posts: 327
Registered: 25-Jul-2016
Re: Test Tiger Skin
Posted: 29 Jan 25, 13:39   in response to: Laza in response to: Laza
 
Suggestions for the Tiger skin

I have a few ideas for the Tiger skin. The best way to do this is to create screenshots, as my English is not good, as you know.

1. Put the website links on a new line at the top and in the footer for a better overview of the lower level.

2. Do not display the time in the thumbnails and header.

3. Maybe add the word "clock" to the time.

4. The "Facebook" logo does not adjust?

If a setting already exists, please let me know the solution.

Regards, Klaus

Edited by: Merlin2504 on 1 Feb 2025, 12:26
Laza

Posts: 1,510
Registered: 6-Sep-2005
Re: Test Tiger Skin
Posted: 2 Feb 25, 08:06   in response to: Merlin2504 in response to: Merlin2504
 
The pages are not separate from the folders but mixed with the folders. So it would not look great when every page link would be in a separate line.

The folder thumbnail captions can be changed in the Settings / Sections / Folders / Caption; choose one with no "Date" in it.

I don't understand what you mean by "add word 'clock' to the time"?

The Facebook box worked fine originally, but later, Facebook removed the "theme support." Thus, it might end up with white text on a white background. I believe I have fixed it already, but it seems some settings can trigger a wrong output. I need a link to see why it looks like this on your site.
JeffTucker

Posts: 8,332
Registered: 31-Jan-2006
Re: Test Tiger Skin
Posted: 2 Feb 25, 08:56   in response to: Laza in response to: Laza
 
Laza wrote:
I don't understand what you mean by "add word 'clock' to the time"?

Instead of showing that the album was created:

16.01.25 10:32

He wants it to say:

16.01.25 10:32 Uhr

That's a common German notation. But I don't think the Java date/time formats support that without doing a lot of manipulation internally, and the skins just pick up the date format defined in the jAlbum Advanced setting.
JeffTucker

Posts: 8,332
Registered: 31-Jan-2006
Re: Test Tiger Skin
Posted: 2 Feb 25, 09:03   in response to: JeffTucker in response to: JeffTucker
 
Attachment ss012643.png (19.1 KB)
I've cracked it. The formatter will take an arbitrary text string.

Klaus, see the screenshot for the setting you should use.
Merlin2504

Posts: 327
Registered: 25-Jul-2016
Re: Test Tiger Skin
Posted: 2 Feb 25, 09:37   in response to: JeffTucker in response to: JeffTucker
 
JeffTucker wrote:
I've cracked it. The formatter will take an arbitrary text string.

Klaus, see the screenshot for the setting you should use.

Vielen Dank. Habe es auch so geändert.

Jetzt stelle ich fest, dass die Uhrzeit in der Fußzeile stimmt und oben nicht?

https://duhlendorf.com/Bilder-45.Session/

Edited by: Merlin2504 on 2 Feb 2025, 09:38
Merlin2504

Posts: 327
Registered: 25-Jul-2016
Re: Test Tiger Skin
Posted: 2 Feb 25, 09:46   in response to: Laza in response to: Laza
 
Laza wrote:
The pages are not separate from the folders but mixed with the folders. So it would not look great when every page link would be in a separate line.

The folder thumbnail captions can be changed in the Settings / Sections / Folders / Caption; choose one with no "Date" in it.

I don't understand what you mean by "add word 'clock' to the time"?

The Facebook box worked fine originally, but later, Facebook removed the "theme support." Thus, it might end up with white text on a white background. I believe I have fixed it already, but it seems some settings can trigger a wrong output. I need a link to see why it looks like this on your site.


https://duhlendorf.com/Bilder-45.Session/

Im Anhang eine Fotomontage, wie ich das mit der Kopfzeile meine.
Das Gleiche müsste dann in der Fußzeile auch so sein.
JeffTucker

Posts: 8,332
Registered: 31-Jan-2006
Re: Test Tiger Skin
Posted: 2 Feb 25, 09:49   in response to: Merlin2504 in response to: Merlin2504
 
Attachment ss012644.png (18.8 KB)
It's using the same date format in both places. You can't expect it to use one format in one place, and another format in another place. It's not a mind-reader.

If I were you, I'd just get rid of the time entirely. The date is enough. Who cares what time of day the album was modified?
Merlin2504

Posts: 327
Registered: 25-Jul-2016
Re: Test Tiger Skin
Posted: 4 Feb 25, 21:25   in response to: JeffTucker in response to: JeffTucker
 
Can you program the date format, the time, to show in the evening - 21:00 Uhr instead of 09:00 Uhr ?
JeffTucker

Posts: 8,332
Registered: 31-Jan-2006
Re: Test Tiger Skin
Posted: 4 Feb 25, 21:46   in response to: Merlin2504 in response to: Merlin2504
 
dd.MM.yy kk:mm 'Uhr'
Legend
Forum admins
Helpful Answer
Correct Answer

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