WebSite X5Help Center

 
5t3llino ..
5t3llino ..
User

Problema freccia scroll to up  it

Author: 5t3llino ..
Visited 668, Followers 1, Shared 0  

Salve a tutti !

Ho testato la freccia scroll to up del post https://helpcenter.websitex5.com/post/99699

mi funziona benissimo creando un nuovo progetto vuoto,

ma NON MI FUNZIONA INTEGRATO NEL SITOhttps://www.villaggiolepalatine.it        

riusciamo a sbrogliare questo nodino?

Grazie anticipatamente  

Posted on the
12 ANSWERS - 4 USEFUL - 1 CORRECT
 lemonsong  
 lemonsong  
User

Il "nodino" è aver caricato questa libreria jQuery:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

WS carica già una libreria jQuery!

Hai anche altri errori, correggili.

Read more
Posted on the from  lemonsong  
5t3llino ..
5t3llino ..
User
Author

Grazie @lemonsong non individua quale siano gli altri errori, ma come mai in un progetto nuovo la stessa proceduta mi funziona ?!?!?!?

Read more
Posted on the from 5t3llino ..
 lemonsong  
 lemonsong  
User

Mi sembra chiaro il perché:

 lemonsong  
Il "nodino" è aver caricato questa libreria jQuery: [..] WS carica già una libreria jQuery!

Ti consiglio di usare strumenti tipo Firebug per trovare gli errori presenti e futuri.

Read more
Posted on the from  lemonsong  
5t3llino ..
5t3llino ..
User
Author

dove risiede questa stringa?

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

Read more
Posted on the from 5t3llino ..
5t3llino ..
5t3llino ..
User
Author

non mi pare di aver inserito quella libreria, tanto meno non so dove si trova...non la vedo 

Read more
Posted on the from 5t3llino ..
Mirko Boschetti
Mirko Boschetti
Moderator

ora non è online, ma deve essere nel tag Head in impostazioni generali....non la libreria, ma la stringa di codice....

Read more
Posted on the from Mirko Boschetti
5t3llino ..
5t3llino ..
User
Author

@Mirko Boschetti , tu la vedi? 

PRIMA DELLA CHIUSURA TAG HEAD:

<link rel="stylesheet" media="screen,projection" href="css/ui.totop.css" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen"/>
<style>
body{
background:#;
font-family:Century Gothic;
}
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:12px;
}
span.reference a{
color:#aaa;
text-transform:uppercase;
text-decoration:none;
text-shadow:1px 1px 1px #000;
margin-right:30px;
}
span.reference a:hover{
color:#ddd;
}
ul.sdt_menu{
margin-top:150px;
}

</style>

<script type="text/javascript"> $(document).ready(function(){ $('#imMnMn a').click(function(){ $pag = $(this).attr('href'); $('body,img,a').animate({ opacity : .1 }, 700); setTimeout('goLink("'+$pag+'")',800); return false; }); }); function goLink($pag){ $('body').stop(true,true).attr('onunload', ''); location.href = $pag; } </script>

<link rel="stylesheet" media="screen,projection" href="css/ui.totop.css" />

Read more
Posted on the from 5t3llino ..
Mirko Boschetti
Mirko Boschetti
Moderator

rimetti online il sito....se lo ha detto Lemonsong, fidati da qualche parte c'è... guarda anche in:

Prima della chiusura del tag BODY

Read more
Posted on the from Mirko Boschetti
5t3llino ..
5t3llino ..
User
Author

nemmeno in prima del tag body cè,

il sito è online ma è il server che se ne và offline ! :/

Read more
Posted on the from 5t3llino ..
5t3llino ..
5t3llino ..
User
Author

benissimo, mirko, ho trovato la stringa, è nel widget html in intestazione del "famoso menu dropbox" sotto javascript , che faccio ? la rimuovo?

Read more
Posted on the from 5t3llino ..
Mirko Boschetti
Mirko Boschetti
Moderator

yessssss

Read more
Posted on the from Mirko Boschetti
5t3llino ..
5t3llino ..
User
Author

WOW, RISOLTISSIMO !!!! GRAZIE A VOI @Lemonsong e @Mirko Boschetti

Read more
Posted on the from 5t3llino ..