WebSite X5Help Center

 
Bjorn Andreassen
Bjorn Andreassen
User

Added Style  en

Autor: Bjorn Andreassen
Visitado 898, Seguidores 2, Compartilhado 0  

Style added in "Advanced settings" - "... and Code" - "Expert" - "Files linked to HTML code" are not shown in Preview-mode.

Why don't I see my added style in preview?

Publicado em
16 RESPOSTAS - 1 CORRIGIR
Andre E
Andre E
Moderator

Cause the link is set to your site, try uploading once, after that it should work and should keep on working.

Pleasy try, I tested this with pictures it should be the same for style's

Ler mais
Publicado em de Andre E
Bjorn Andreassen
Bjorn Andreassen
User
Autor

Don't work for me.

Ler mais
Publicado em de Bjorn Andreassen
Incomedia
Claudio D.
Incomedia

Hello Bjorn,

Can you please write me the link to the page you uploaded?

What style did you add so I can test it?

Many thanks!

Ler mais
Publicado em de Claudio D.
Bjorn Andreassen
Bjorn Andreassen
User
Autor

It no problem when uploaded. It's in WebSite X5 Preview.

Ler mais
Publicado em de Bjorn Andreassen
Incomedia
Claudio D.
Incomedia

Hello Bjorn,

Which file in the footer are you referring which is not visible in the preview if you add it in the Expert section?

And what code are you using to show it?

Many thanks!

Ler mais
Publicado em de Claudio D.
Bjorn Andreassen
Bjorn Andreassen
User
Autor

Insert HTML Code:

<h3 style="color:#">Nyttige linker</h3>
<p><a class="imCssLink" href="../hvem-er-adsessor.html">Om AdSessor</a></p>
<p><a class="imCssLink" href="../tjenester-fra-adsessor.html">Tjenester</a></p>
<p><a class="imCssLink" href="../adsessor-netthandel.html">Nettbutikk</a></p>
<p><a class="imCssLink" href="../kontakt.html">Kontaktinformasjon</a></p>

CSS: http://adsessor.no/css/bawa.css

Web.

Ler mais
Publicado em de Bjorn Andreassen
Bjorn Andreassen
Bjorn Andreassen
User
Autor

Preview:

Ler mais
Publicado em de Bjorn Andreassen
Incomedia
Claudio D.
Incomedia

Hello Bjorn,

The css file is added to the page only once exported. What you can do is to add in the Heade section of your project following code since the file is already online:

<linkrel="stylesheet" type="text/css" href="css/bawa.css" media="screen, print" />

In this way it will be used the css file online also in the preview.

Many thanks!

Ler mais
Publicado em de Claudio D.
Bjorn Andreassen
Bjorn Andreassen
User
Autor

Didn't work! 
Everything was fine until I upgraded to version 12.0.3.19!

Ler mais
Publicado em de Bjorn Andreassen
Incomedia
Claudio D.
Incomedia

Hello Bjorn,

Did you add the html code I wrote you in the header section and you were connected online when you tested it?

Many thanks!

Ler mais
Publicado em de Claudio D.
Bjorn Andreassen
Bjorn Andreassen
User
Autor

Yes I did and I was connected to internet.

Ler mais
Publicado em de Bjorn Andreassen
Bjorn Andreassen
Bjorn Andreassen
User
Autor

I had no problem in version .17

Ler mais
Publicado em de Bjorn Andreassen
Incomedia
Claudio D.
Incomedia

Hello Bjorn,

In this case add following code in the the section "before closing head tag":

<link rel="stylesheet" type="text/css" href="http://adsessor.no/css/bawa.css" media="screen, print" />

Many thanks!

Ler mais
Publicado em de Claudio D.
Bjorn Andreassen
Bjorn Andreassen
User
Autor

Now it works in preview. Why must I add adsessor.no?

Ler mais
Publicado em de Bjorn Andreassen
Incomedia
Claudio D.
Incomedia

Hello Bjorn,

You need to add it to load the css style file from your URL.

Many thanks!

Ler mais
Publicado em de Claudio D.