Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Firefox not displaying joomla panel 40.0.3

  • Aucune réponse
  • 1 a ce problème
  • 5 vues
more options

The panel on a Joomla page is not showing. This is the source in firefox:

itSMF International Calendar

<iframe id="blockrandom" class="wrapper" width="100%" height="400" frameborder="0" scrolling="auto" src="https://www.google.com/calendar/embed?mode=AGENDA&height=600&wkst=1&hl=en_GB&bgcolor=%23A3A3A3&src=ivlcac2d88l61ngrbutvknn8g8%40group.calendar.google.com&color=%2329527A&ctz=Africa%2FJohannesburg" name="" onload="iFrameHeight()"> </iframe>

This is the source of the same panel in Safari:

<script type="text/javascript" src="https://apis.google.com/js/client.js?onload=clientLibraryLoaded"></script> <style type="text/css">

 </style></head>

<body onload="pageLoaded()" style="background-color:#a3a3a3"> Service Management Events--to add an event, tweet to @R_Falkowitz. Times are as per your own calendar settings. Log in to Google to change settings.

</body></html>
The panel on a Joomla page is not showing. This is the source in firefox: <div class="grid-box width100 grid-v"> <div class="module mod-box deepest"> <h3 class="module-title"> <span class="color">itSMF</span> International Calendar </h3> <iframe id="blockrandom" class="wrapper" width="100%" height="400" frameborder="0" scrolling="auto" src="https://www.google.com/calendar/embed?mode=AGENDA&height=600&wkst=1&hl=en_GB&bgcolor=%23A3A3A3&src=ivlcac2d88l61ngrbutvknn8g8%40group.calendar.google.com&color=%2329527A&ctz=Africa%2FJohannesburg" name="" onload="iFrameHeight()"> <html> <head> </head> <body> </body> </html> </iframe> </div> This is the source of the same panel in Safari: <script type="text/javascript" src="https://apis.google.com/js/client.js?onload=clientLibraryLoaded"></script> <style type="text/css"> </style></head> <body onload="pageLoaded()" style="background-color:#a3a3a3"> <span id="calendarTitle">Service Management Events--to add an event, tweet to @R_Falkowitz. Times are as per your own calendar settings. Log in to Google to change settings.</span> <noscript><p></p> Your browser does not appear to support JavaScript but this page needs to use JavaScript to display correctly. You can visit the HTML-only version of this page at: <a href="https://www.google.com/calendar/htmlembed?mode=AGENDA&amp;height=600&amp;wkst=1&amp;hl=en_GB&amp;bgcolor=%23A3A3A3&amp;src=ivlcac2d88l61ngrbutvknn8g8%40group.calendar.google.com&amp;color=%2329527A&amp;ctz=Africa%2FJohannesburg">https://www.google.com/calendar/htmlembed?mode=AGENDA&amp;height=600&amp;wkst=1&amp;hl=en_GB&amp;bgcolor=%23A3A3A3&amp;src=ivlcac2d88l61ngrbutvknn8g8%40group.calendar.google.com&amp;color=%2329527A&amp;ctz=Africa%2FJohannesburg</a></noscript> <div id="container" style="width:100%" class="locale-en_gb locale-en "></div></body></html>