[Extension][RC] Let it snow - Laisse tomber la neige

Présentations des extensions disponibles et compatibles pour les forums en version 3.2.x et 3.3.x de phpBB.
Avatar du membre
Fred Fred
Fondateur
Messages: []
Enregistré depuis: 5 ans
Identité: Fred Rimbert
Forum phpBB: https://rimbertweb.fr
Localisation: Le Lude - Pays de la Loire
Intérêt: GitHub

Re: Let it snow - Laisse tomber la neige

Message par Fred »

deiux3 a écrit: 11 déc. 2024, 09:41
It also has the random flakes generator, from which I removed the problematic ones (10035, 10036 and 10055)
This modification is not to be made on version 1.1.3 of the extension but on the old version 1.1.2.
This new version does not pose any display concerns on mobile.
Avatar du membre
deiux3 deiux3
Membre à l'essai
Messages: []
Enregistré depuis: 1 mois
Prénom: deiu
Forum phpBB: https://metin2.forum/

Re: Let it snow - Laisse tomber la neige

Message par deiux3 »

Yeah but I edited the 1.1.3 to also have random flakes:
Screenshot 2024-12-11 104825.png
What I have on my website is the 1.1.3 version.. and you showed me that the issue is still there.
Vous n’avez pas les permissions nécessaires pour voir les fichiers joints à ce message.
Avatar du membre
dbrewood dbrewood
Membre
Messages: []
Enregistré depuis: 1 an 1 mois
Prénom: Daron
Forum phpBB: https://forum.t3kk.com/index.php
Intérêt: IT / Technology
Emploi: Retired

Re: Let it snow - Laisse tomber la neige

Message par dbrewood »

One thing I’ve wondered since using the extension.
Could it be updated (or variants produced) to cover each season?
For spring maybe a green man instead of the Santa Hat, with flower blossoms. Autumn falling leaves etc.
just input for consideration.
Avatar du membre
dbrewood dbrewood
Membre
Messages: []
Enregistré depuis: 1 an 1 mois
Prénom: Daron
Forum phpBB: https://forum.t3kk.com/index.php
Intérêt: IT / Technology
Emploi: Retired

Re: Let it snow - Laisse tomber la neige

Message par dbrewood »

Fred, Joyeux Noël ! J'espère que vous passez un bon moment et que vous avez hâte à la nouvelle année?!

Une petite question...... Est-il possible de garder l'extension en place mais d'enlever le chapeau Santa? Je pense que c'est encore l'hiver mais passé Noël donc le chapeau est un peu déplacé?

Pas de précipitation car ce sont les vacances :)

Merci comme toujours.
English: Fred, Merry Christmas! Hope you are having a great time and looking forward to new year?!

A quick question...... Is it possible to keep the extension in place but to remove the Santa Hat?

I'm thinking it is still winter but past Christmas so the hat is slightly out of place?

No rush as it is holidays :)

Thanks as always.]
Avatar du membre
Fred Fred
Fondateur
Messages: []
Enregistré depuis: 5 ans
Identité: Fred Rimbert
Forum phpBB: https://rimbertweb.fr
Localisation: Le Lude - Pays de la Loire
Intérêt: GitHub

Re: Let it snow - Laisse tomber la neige

Message par Fred »

Il suffit de commenter cette partie de code dans le fichier snowfall.css
Just comment out this part of code in the snowfall.css file

Code: Tout sélectionner

#santahat {
	pointer-events: none;
	position: absolute;
	background: url("./images/santahat.png");
	height: 128px;
	width: 128px;
	margin: -20px 0 4px -52px;
	z-index: 1;
}
@media screen and (max-width: 700px) {
    #santahat {display: none;}
}
Avatar du membre
dbrewood dbrewood
Membre
Messages: []
Enregistré depuis: 1 an 1 mois
Prénom: Daron
Forum phpBB: https://forum.t3kk.com/index.php
Intérêt: IT / Technology
Emploi: Retired

Re: Let it snow - Laisse tomber la neige

Message par dbrewood »

Thanks Fred! :)