WebSite X5Help Center

 
Adrian B.
Adrian B.
User

Advertising Message feature fails  en

Autor: Adrian B.
Visitado 362, Followers 2, Compartido 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.

Publicado en
6 RESPUESTAS - 2 úTIL
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

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

Leer más
Publicado en de Daniel W.
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

-----

Leer más
Publicado en de Daniel W.
Adrian B.
Adrian B.
User
Autor

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

Leer más
Publicado en 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?

Leer más
Publicado en 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

Leer más
Publicado en 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

Leer más
Publicado en de Axel