WebSite X5Help Center

 
Adrian B.
Adrian B.
User

Advertising Message feature fails  en

Autore: Adrian B.
Visite 357, Followers 2, Condiviso 0  

The one time I need to put up a special message to alert users that our phone system is down and give them an alternative number and the Advertising Message feature fails in different browsers in both PC and Mac users.

2025.2.5

I'm very busy learning a new authoring tool. Too many things X5 isn't good at.

Postato il
6 RISPOSTE - 2 UTILI
Daniel W.
Daniel W.
User
Utente del mese DEUtente del mese EN

Instead of an advertising message, you could simply place a text object on the homepage with a telephone link.

Leggi di più
Postato il da Daniel W.
Daniel W.
Daniel W.
User
Utente del mese DEUtente del mese EN

-----

Leggi di più
Postato il da Daniel W.
Adrian B.
Adrian B.
User
Autore

That is exactly what I ended up doing..... after wasting the time to configure the Advertising Message, trouble-shoot it the problems on various browsers and OS, then delete it. I'm studying hard with Realmac Elements.

Thank you

Leggi di più
Postato il da Adrian B.
Incomedia
Eric C.
Incomedia

Hello Adrian,
I am sorry about the issue, what occurred exactly for the advertising message?
Was it not displayed, or did an error show up instead of the message?
Is it still active one one of the pages?

Leggi di più
Postato il da Eric C.
Axel  
Axel  
User

Hello Adrian,

by the past I had this issue.... 
Check if you have not a plugin into your browser like AdBlock or somrthing like that to block advertising

Hope this helps wink

Axel

Leggi di più
Postato il da Axel  
Axel  
Axel  
User

And below an awesome script done by our national KolAsim undecidedundecided to display a popup on the home page

<html>
<head>
</head>
<body>

<!-- DIV_CUSTOM - pannello ESPERTO | codice personalizzato | prima della chiusura di BODY - by KolAsim - INIZIO -->

<div id="DIV_CUSTOM_K" style="position: fixed; width:100%;height:100%; top: 0px;left: 0px; background: rgba(0, 0, 0, 0.7);">
<div id="messaggioK" style="position:absolute;width:400px;height:200px;margin-left:-200px;top:50%;margin-top:-100px;left: 50%; padding: 20px;border-radius: 15px;background: yellow;font-family:arial;font-size:22px; color:blue;">
<a id="X" style="position:absolute;top: -15px;right: 0px;font-size: 50px;font-weight: bold;text-decoration: none;color: green;" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='green'" href="javascript:void(0)" onclick="chiudiK()"> &times; </a>

TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO TESTO
</div></div>
<script>function chiudiK () {document.getElementById("DIV_CUSTOM_K").style.display="none";}</script>
<!-- DIV_CUSTOM - by KolAsim - FINE -->
<center>
AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>
AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>
AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>
AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA<br>AAAAAAAAAAAAA
</center>
</body>
</html>

Axel

Leggi di più
Postato il da Axel