Neve Sfondo

« Older   Newer »
 
  Share  
.
  1.  
    .
    Avatar

    I.S.I

    Group
    ForumFree Mod
    Posts
    9,317
    Location
    SICILIA

    Status
    Offline
    Il tuo forum è questo: https://funghi-della-garfagnana-e-degli-am...1.forumfree.it/ la prossima volta linkalo tu se hai bisogno di aiuto.

    Ad ogni modo, hai rimosso i codici? Dovresti inserirli per capire cosa non funziona.
     
    .
  2.  
    .
    Avatar

    Senior Member

    Group
    Member
    Posts
    15,504

    Status
    Offline
    CITAZIONE (JACKSON96 @ 11/12/2023, 20:07) 
    Ad ogni modo, hai rimosso i codici? Dovresti inserirli per capire cosa non funziona.

    Li ho riinseriti, ma i fiocchi di neve rimangono fermi?! :unsure: ...

    Immagine-17023822723578

     
    .
  3.  
    .
    Avatar

    Senior Member

    Group
    Helper
    Posts
    14,634

    Status
    Online
    Buonasera.

    Ti manca questa parte in Colori e Stili:
    CODICE
    /* NEVE SUL FORUM */
    @keyframes nevica {0% {background-position: 0 0, 0 0, 0 0}
    100% {background-position: 600px 600px, 400px 400px, 200px 200px}}
    @-webkit-keyframes nevica {0% {background-position: 0 0, 0 0, 0 0}
    100% {background-position: 600px 600px, 400px 400px, 200px 200px}}

    Come indicato nella Guida, va inserito il codice completo, altrimenti non funziona.

    ;)
     
    .
  4.  
    .
    Avatar

    Senior Member

    Group
    Member
    Posts
    15,504

    Status
    Offline
    CITAZIONE (Akom74 @ 12/12/2023, 18:05) 
    Buonasera.

    Ti manca questa parte in Colori e Stili:
    CODICE
    /* NEVE SUL FORUM */
    @keyframes nevica {0% {background-position: 0 0, 0 0, 0 0}
    100% {background-position: 600px 600px, 400px 400px, 200px 200px}}
    @-webkit-keyframes nevica {0% {background-position: 0 0, 0 0, 0 0}
    100% {background-position: 600px 600px, 400px 400px, 200px 200px}}

    Come indicato nella Guida, va inserito il codice completo, altrimenti non funziona.

    ;)

    Grazie MITICO! :b: ;)
     
    .
  5.  
    .
    Avatar

    Senior Member

    Group
    Fan
    Posts
    31,677
    Location
    Piemonte

    Status
    Anonymous
    Come si fa a mettere la neve come nel forum qui? Che si vede anche dai profili?
     
    .
  6.  
    .
    Avatar

    I.S.I

    Group
    ForumFree Mod
    Posts
    9,317
    Location
    SICILIA

    Status
    Offline
    CITAZIONE (M32 @ 18/12/2023, 20:26) 
    Come si fa a mettere la neve come nel forum qui? Che si vede anche dai profili?

    La guida per installare lo script della neve l'ho linkata qui: #entry668979638
     
    .
  7.  
    .
    Avatar

    Senior Member

    Group
    Fan
    Posts
    44,024
    Location
    👑 Ducato Sabaudo 👑

    Status
    Anonymous
    CITAZIONE (JACKSON96 @ 18/12/2023, 20:36) 
    CITAZIONE (M32 @ 18/12/2023, 20:26) 
    Come si fa a mettere la neve come nel forum qui? Che si vede anche dai profili?

    La guida per installare lo script della neve l'ho linkata qui: #entry668979638

    Ho lo script e funziona benissimo sia nella versione desktop sia nella versione mobile,che modifica devo apportare per avere la neve anche nei pulsanti nella versione mobile?

    Screenshot_2023-12-20-10-38-57-687_com.android.chrome-edit

    Screenshot_2023-12-20-10-42-00-731_com.android.chrome-edit-17030656115717


    https://watch.forumfree.it/

    Grazie
     
    .
  8.  
    .
    Avatar

    Millennium Member

    Group
    Member
    Posts
    103,772
    Location
    Cagliari

    Status
    Online
    Io ho inserito gli script come indicato nella guida ma non appare nulla.
     
    .
  9.  
    .
    Avatar

    I.S.I

    Group
    ForumFree Mod
    Posts
    9,317
    Location
    SICILIA

    Status
    Offline
    Tutti e due, linkate i vostri forum.
     
    .
  10.  
    .
    Avatar

    Senior Member

    Group
    Fan
    Posts
    44,024
    Location
    👑 Ducato Sabaudo 👑

    Status
    Anonymous
    CITAZIONE (JACKSON96 @ 20/12/2023, 18:11) 
    Tutti e due, linkate i vostri forum.

    Io l'ho fatto a fondo intervento.
     
    .
  11.  
    .
    Avatar

    Staff

    Group
    ForumFree Staff
    Posts
    109,434
    Location
    Slayer's Flag

    Status
    Anonymous
    CITAZIONE (MDT @ 20/12/2023, 18:13) 
    CITAZIONE (JACKSON96 @ 20/12/2023, 18:11) 
    Tutti e due, linkate i vostri forum.

    Io l'ho fatto a fondo intervento.

    in mobile app ho modificato questa riga

    CODICE
    header, nav .menuwrap_bg {width: 100%; background-image: url(https://mod.forumfree.it/img/neve/set2_img1.png), url(https://mod.forumfree.it/img/neve/set2_img2.png), url(https://mod.forumfree.it/img/neve/set2_img3.png) !important; animation: nevica 35s linear infinite; -webkit-animation: nevica 35s linear infinite}


    aggiungendo il selettore .buttons2 a che identifica quel pulsanti

    CODICE
    header, nav .menuwrap_bg, .buttons2 a {width: 100%; background-image: url(https://mod.forumfree.it/img/neve/set2_img1.png), url(https://mod.forumfree.it/img/neve/set2_img2.png), url(https://mod.forumfree.it/img/neve/set2_img3.png) !important; animation: nevica 35s linear infinite; -webkit-animation: nevica 35s linear infinite}
     
    .
  12.  
    .
    Avatar

    Senior Member

    Group
    Fan
    Posts
    44,024
    Location
    👑 Ducato Sabaudo 👑

    Status
    Anonymous
    CITAZIONE (kostaki @ 21/12/2023, 00:58) 
    CITAZIONE (MDT @ 20/12/2023, 18:13) 
    Io l'ho fatto a fondo intervento.

    in mobile app ho modificato questa riga

    CODICE
    header, nav .menuwrap_bg {width: 100%; background-image: url(https://mod.forumfree.it/img/neve/set2_img1.png), url(https://mod.forumfree.it/img/neve/set2_img2.png), url(https://mod.forumfree.it/img/neve/set2_img3.png) !important; animation: nevica 35s linear infinite; -webkit-animation: nevica 35s linear infinite}


    aggiungendo il selettore .buttons2 a che identifica quel pulsanti

    CODICE
    header, nav .menuwrap_bg, .buttons2 a {width: 100%; background-image: url(https://mod.forumfree.it/img/neve/set2_img1.png), url(https://mod.forumfree.it/img/neve/set2_img2.png), url(https://mod.forumfree.it/img/neve/set2_img3.png) !important; animation: nevica 35s linear infinite; -webkit-animation: nevica 35s linear infinite}

    Grazie 1000 come al solito
    Buone feste 🎄🎁🎇
     
    .
  13.  
    .
    Avatar

    Millennium Member

    Group
    Member
    Posts
    103,772
    Location
    Cagliari

    Status
    Online
    CITAZIONE (JACKSON96 @ 20/12/2023, 18:11) 
    Tutti e due, linkate i vostri forum.

    https://sampdoria.forumfree.it/
     
    .
  14.  
    .
    Avatar

    I.S.I

    Group
    ForumFree Mod
    Posts
    9,317
    Location
    SICILIA

    Status
    Offline
    CITAZIONE (Tore MB @ 23/12/2023, 12:14) 
    CITAZIONE (JACKSON96 @ 20/12/2023, 18:11) 
    Tutti e due, linkate i vostri forum.

    https://sampdoria.forumfree.it/

    Nella versione pc la neve funziona perfettamente, se il problema è in versione mobile ti basta leggere qui: #entry601163208
     
    .
28 replies since 8/12/2021, 16:07   769 views
  Share  
.