WebSite X5Help Center

 
Adrian B.
Adrian B.
User

Advertising Message feature fails  en

Auteur : Adrian B.
Visité 365, Followers 2, Partagé 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.

Posté le
6 RéPONSES - 2 UTILE
Daniel W.
Daniel W.
User
Meilleur utilisateur du mois DEMeilleur utilisateur du mois EN

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

Lire plus
Posté le de Daniel W.
Daniel W.
Daniel W.
User
Meilleur utilisateur du mois DEMeilleur utilisateur du mois EN

-----

Lire plus
Posté le de Daniel W.
Adrian B.
Adrian B.
User
Auteur

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

Lire plus
Posté le de 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?

Lire plus
Posté le de 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

Lire plus
Posté le de 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

Lire plus
Posté le de Axel