- Home
- Categorie
- Coding e Sistemistica
- CMS & Piattaforme Self-Hosted
- Gli articoli non scorrono
-
Ho provato in locale, commentando quelle linee per me funziona.
-
sul file zerif.js?
-
Aspe', sembra che funzionasse perche' in locale non carica //tb.altervista.org/js/script.js; puoi provare a commentare questo script?
-
Ho fatto così io
-
script.js non c'è tra i file js
-
Uhm.
Fai questa prova:
1-commenta il javascript zerif.js e carica la pagina
2-apri i developer tools e nelle proprieta' CSS disattiva "position: fixed" per ".preloader", cosi' puoi vedere il contenuto della pagina.Cosi' facendo, per me il carousel funziona, quindi c'e' qualcosa che lo blocca in zerif.js
Fai una prova e fammi sapere
-
o sto sbagliando il posto in cui guardare?
-
Dovrei aver fatto (controlla per favore) però a me non funziona
-
Allora il blocco che causa il problema e' questo:
jQuery(document).ready(function(){ jQuery('#site-navigation a[href*="#"]:not([href="#"]), header.header a[href*="#"]:not([href="#"])').bind('click',function () { var headerHeight; var hash = this.hash; var idName = hash.substring(1); // get id name var alink = this; // this button pressed // check if there is a section that had same id as the button pressed if ( jQuery('section [id*=' + idName + ']').length > 0 && jQuery(window).width() >= 751 ){ jQuery('#site-navigation .current').removeClass('current'); jQuery(alink).parent('li').addClass('current'); }else{ jQuery('#site-navigation .current').removeClass('current'); } if ( jQuery(window).width() >= 751 ) { headerHeight = jQuery('#main-nav').height(); } else { headerHeight = 0; } if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = jQuery(this.hash); target = target.length ? target : jQuery('[name=' + this.hash.slice(1) +']'); if (target.length) { jQuery('html,body').animate({ scrollTop: target.offset().top - headerHeight + 10 }, 1200); return false; } } }); });
Commetando questo blocco la cosa funziona.
-
Adesso funziona anche con la tua copia live
-
-
sempre in zerif.js o dove?
-
Yep in zerif.js
-
a me non va...
-
ho tolto dal file style.css per .prelaoder anche position:fixed (l'ho commentato)
-
LOL a me funziona
-
Prova a resettare la cache etc oppure prova con la modalita' Incognito
-
in incognito va
-
OK allora e' semplicemente la cache del tuo browser.
-
Grazie mille! Non so come ringraziarti Posso chiederti un'altra cosa?
Quando schiaccio sulla freccetta appare tutta la cornice con i punti rossi, sai il perchè?