WebSite X5Help Center

 
Adrian B.
Adrian B.
User

Advertising Message feature fails  en

Author: Adrian B.
Visited 359, Followers 2, Shared 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.

Posted on the
6 ANSWERS - 2 USEFUL
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

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

Read more
Posted on the from Daniel W.
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

-----

Read more
Posted on the from Daniel W.
Adrian B.
Adrian B.
User
Author

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

Read more
Posted on the from 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?

Read more
Posted on the from 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

Read more
Posted on the from 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

Read more
Posted on the from Axel