mushu Posted September 30, 2020 Share Posted September 30, 2020 (edited) Salve raga, non capisco perchè lo stesso codice su un sito wordpress mi funziona e su prestashop no. Sito in questione www.carettacarettajewelry.it, PRESTASHOP 1.7.6.1 HTML Box modulo innestato in header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <br /> <link rel="stylesheet" href="https://carettacarettajewelry.it/whatsapp/whatsapp.css" type="text/css" media="all" /><br /> <script src="https://carettacarettajewelry.it/whatsapp/whatsapp.js"></script> <--------------------------------------------------------------------------> Content Box innestato in body <script type="text/javascript"> $(function() { $('#WAButton').floatingWhatsApp({ phone: '+393333333333', headerTitle: 'Ti servono informazioni?', popupMessage: 'Salve, come possiamo aiutarti?', showPopup: true, buttonImage: '<img src="https://www.carettacarettajewelry.it/whatsapp/whatsapp.png" />', position: "right" }); });</script> <br> <div id="WAButton"></div> Sembrano correttamente caricati ma non vedo il bottoncino, sapreste dirmi come mai? Edited September 30, 2020 by mushu (see edit history) Link to comment Share on other sites More sharing options...
ziobudda Posted September 30, 2020 Share Posted September 30, 2020 Ciao, apri la console degli sviluppatori del browser e controlla che non ci siano errori JS. M. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now