annuncio

Comprimi
Ancora nessun annuncio.

Segnalare Errori Forum

Comprimi
Questa è una discussione evidenziata.
X
X
Comprimi
Currently Active Users Viewing This Thread: 0 (0 members and 0 guests)
 
  • Filtro
  • Ora
  • Visualizza
Elimina tutto
nuovi messaggi

  • Re: Segnalare Errori Forum

    Originariamente inviato da BliNeR-KeY Visualizza il messaggio
    vedi che va solo google cerca siti con https

    vedi ora

    https://www.ssllabs.com/ssltest/anal...bliner-key.com
    un minuto fà funzionava su chrome perfetto https...
    Codice PHP:
    // Docs at http://simpleweatherjs.com

    /* Does your browser support geolocation? */
    if ("geolocation" in navigator) {
      $(
    '.js-geolocation').show(); 
    } else {
      $(
    '.js-geolocation').hide();
    }

    /* Where in the world are you? */
    $('.js-geolocation').on('click', function() {
      
    navigator.geolocation.getCurrentPosition(function(position) {
        
    loadWeather(position.coords.latitude+','+position.coords.longitude); //load weather using your lat/lng coordinates
      
    });
    });

    /* 
    * Test Locations
    * Austin lat/long: 30.2676,-97.74298
    * Austin WOEID: 2357536
    */
    $(document).ready(function() {
     
    navigator.geolocation.getCurrentPosition(function(position) {
        
    loadWeather(position.coords.latitude+','+position.coords.longitude); //load weather using your lat/lng coordinates
      
    });
    });
    function 
    loadWeather(locationwoeid) {
      $.
    simpleWeather({
        
    locationlocation,
        
    woeidwoeid,
        
    unit'f',
        
    success: function(weather) {
          
    html '<h2><i class="icon-'+weather.code+'"></i> '+weather.temp+'&deg;'+weather.units.temp+'</h2>';
          
    html += '<ul><li>'+weather.city+', '+weather.region+'</li>';
          
    html += '<li class="currently">'+weather.currently+'</li>';
          
    html += '<li>'+weather.alt.temp+'&deg;C</li></ul>';  
          
          $(
    "#weather").html(html);
        },
        
    error: function(error) {
          $(
    "#weather").html('<p>'+error+'</p>');
        }
      });

    manca solo lo script finale per attivare il button
    e il css e i font cè li ho memorizzati
    Ftp Edit Non Completo

    diamond_dash autoclick
    FreeServer Converter
    Screenshot tools

    COMMENTA


    • Re: Segnalare Errori Forum

      SCRIPT PER ATTIVARE è

      $('.showWeather')


      E NON $('.js-geolocation')

      COMMENTA


      • Re: Segnalare Errori Forum

        Originariamente inviato da BliNeR-KeY Visualizza il messaggio
        SCRIPT PER ATTIVARE è

        $('.showWeather')


        E NON $('.js-geolocation')
        Codice PHP:
        // Docs at http://simpleweatherjs.com

        /* Does your browser support geolocation? */
        if ("geolocation" in navigator) {
          $(
        '.js-geolocation').show(); 
        } else {
          $(
        '.js-geolocation').hide();
        }

        /* Where in the world are you? */

        $(document).ready(function() {
         
        navigator.geolocation.getCurrentPosition(function(position) {
            
        loadWeather(position.coords.latitude+','+position.coords.longitude); //load weather using your lat/lng coordinates
          
        });
        });
        function 
        loadWeather(locationwoeid) {
          $.
        simpleWeather({
            
        locationlocation,
            
        woeidwoeid,
            
        unit'f',
            
        success: function(weather) {
              
        html '<h2><i class="icon-'+weather.code+'"></i> '+weather.temp+'&deg;'+weather.units.temp+'</h2>';
              
        html += '<ul><li>'+weather.city+', '+weather.region+'</li>';
              
        html += '<li class="currently">'+weather.currently+'</li>';
              
        html += '<li>'+weather.alt.temp+'&deg;C</li></ul>';  
              
              $(
        "#weather").html(html);
            },
            
        error: function(error) {
              $(
        "#weather").html('<p>'+error+'</p>');
            }
          });

        GUArda come è devi cancellare la parte .ready perche è invertito come è adesso
        poi devi aggiungere lo script per il button login alla fine
        Ftp Edit Non Completo

        diamond_dash autoclick
        FreeServer Converter
        Screenshot tools

        COMMENTA


        • Re: Segnalare Errori Forum

          devo sistemare login in https nnso xche nn va piu

          COMMENTA


          • Re: Segnalare Errori Forum

            Originariamente inviato da BliNeR-KeY Visualizza il messaggio
            devo sistemare login in https nnso xche nn va piu
            cè uno script se hai il vecchio script headinclude vedi nelle ultime 5 righe di codice
            metti quelle
            Ftp Edit Non Completo

            diamond_dash autoclick
            FreeServer Converter
            Screenshot tools

            COMMENTA


            • Re: Segnalare Errori Forum

              sono richiesti in https

              COMMENTA


              • Re: Segnalare Errori Forum

                Originariamente inviato da BliNeR-KeY Visualizza il messaggio
                sono richiesti in https

                http://prntscr.com/b72tyh
                si ma quella è un altra cosa aspetta vedo se cè lho io
                Ftp Edit Non Completo

                diamond_dash autoclick
                FreeServer Converter
                Screenshot tools

                COMMENTA


                • Re: Segnalare Errori Forum

                  Codice PHP:
                  <script type="text/javascript">
                      $( 
                  document ).ready(function() {
                          $(
                  "#loginDrop").click(function(){
                            $(
                  ".loginDown").slideToggle("fast");
                          });
                                  $(
                  "#userDrop").click(function(){
                            $(
                  "#userMenu").slideToggle("fast");
                          });

                      });        
                  </
                  script
                  e questo script.. fortunato,
                  gia messo in headeinclude prova e vedi come và
                  Ftp Edit Non Completo

                  diamond_dash autoclick
                  FreeServer Converter
                  Screenshot tools

                  COMMENTA


                  • Re: Segnalare Errori Forum

                    si va benissimo ora...

                    ara facciamo starire roma ?

                    unica cosa rimasta

                    COMMENTA


                    • Re: Segnalare Errori Forum

                      Originariamente inviato da BliNeR-KeY Visualizza il messaggio
                      si va benissimo ora...

                      ara facciamo starire roma ?

                      unica cosa rimasta
                      OKfatto!
                      ok imparare è bello guarda
                      questa funzione ti richiama solamente la tua posizione
                      showweather richiama la funzione di
                      base che può essere qualsiasi località
                      Codice PHP:
                      /* Where in the world are you? */

                      $(document).ready(function() {
                       
                      navigator.geolocation.getCurrentPosition(function(position) {
                          
                      loadWeather(position.coords.latitude+','+position.coords.longitude); //load weather using your lat/lng coordinates
                        
                      });
                      }); 
                      Ftp Edit Non Completo

                      diamond_dash autoclick
                      FreeServer Converter
                      Screenshot tools

                      COMMENTA


                      • Re: Segnalare Errori Forum

                        fai un backup totale come sta ora

                        COMMENTA


                        • Re: Segnalare Errori Forum

                          spostato in admin
                          rimasto solo un piccolo errore

                          COMMENTA


                          • Re: Segnalare Errori Forum

                            Originariamente inviato da BliNeR-KeY Visualizza il messaggio
                            spostato in admin
                            rimasto solo un piccolo errore

                            http://prntscr.com/b735t7
                            prova
                            adesso è apposto? si erano create 2 voci identiche
                            una faceva riferimento http e un altra https
                            Ftp Edit Non Completo

                            diamond_dash autoclick
                            FreeServer Converter
                            Screenshot tools

                            COMMENTA


                            • Re: Segnalare Errori Forum

                              perfect!!!

                              COMMENTA


                              • Re: Segnalare Errori Forum

                                grazie matteo e bli x il vostro lavoro

                                COMMENTA

                                Sto operando...
                                X