WebSite X5Help Center

 
Francos H.
Francos H.
User

Template Not Updating  en

Автор: Francos H.
Просмотрено 85, Подписчики 0, Размещенный 0  

I have changed the background colour of my header multiple times. It changes on the preview but doesnt change the background colour of the website. I have tried multiple times! 

Размещено
16 Ответы
Andre E
Andre E
Moderator

Did you refresh your online website with F5 after updating?

What is the website adress if above does not work?

Читать больше
Размещено От Andre E
Francos H.
Francos H.
User
Автор

HI yes. The website address is www.spxsa.com

Читать больше
Размещено От Francos H.
Francos H.
Francos H.
User
Автор

The background should be black, not grey!

Читать больше
Размещено От Francos H.
Giancarlo B.
Giancarlo B.
User
Лучший пользователь месяца IT

Have you tried on the website to do CTRL + Preview to regenerate everything and export the entire site?

Читать больше
Размещено От Giancarlo B.
Francos H.
Francos H.
User
Автор

Upload after or export to a new file?

Читать больше
Размещено От Francos H.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца EN

In WebSite X5, hold down the left Ctrl key and click "Preview" at the top. Wait until the progress bar has fully loaded. This will redraw the pages.

Make a complete export of the website to the Internet. Not just the updated files. Then, use the keyboard shortcut Ctrl + F5 in your browser to request the files from the web server again.

Читать больше
Размещено От Daniel W.
Francos H.
Francos H.
User
Автор

HI I tried that its still not working

Читать больше
Размещено От Francos H.
Giancarlo B.
Giancarlo B.
User
Лучший пользователь месяца IT

Did you add a background image to the header? Also try disabling WebP The problems often outweigh the benefits.

Читать больше
Размещено От Giancarlo B.
Francos H.
Francos H.
User
Автор

I made the colour background and added an image, Disabled WebP still nothing

Читать больше
Размещено От Francos H.
Francos H.
Francos H.
User
Автор

Could I maybe import new template settings. Would that overide whatever is causing the problem? 

Читать больше
Размещено От Francos H.
Giancarlo B.
Giancarlo B.
User
Лучший пользователь месяца IT

I don't think it should be responsive without too many problems, we're missing something, I saw that in the source there are two <!-- Google tag (gtag.js) --> one should be deleted just for correctness in the code not for your problem

Читать больше
Размещено От Giancarlo B.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца EN

The complete template settings can be exported from existing projects or from free or paid templates in order to import them into other templates or projects. See this guide for details.

-----

How to share a Template using Export/Import function

>> https://guide.websitex5.com/en/support/solutions/articles/44001452473

-----

Would that overide whatever is causing the problem? - just test it on a copy of the project.

Читать больше
Размещено От Daniel W.
Francos H.
Francos H.
User
Автор

Thanks I dont see any other options at this stage so I will give that a try!

Читать больше
Размещено От Francos H.
Francos H.
Francos H.
User
Автор

That hasnt worked either. I am back in the same place as I was before

Читать больше
Размещено От Francos H.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца EN

Try using CSS code. In WebSite X5, under...

    1 Settings > Statistics and Code / Code

       Custom Code:

       Before the closing </HEAD> tag

... insert this CSS code:

#imStickyBarGraphics {
     background-color: black !important;
     }

Below is a screenshot of my test with Firefox's web development tools.

-----

Читать больше
Размещено От Daniel W.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца EN

Or try here.

-----

Читать больше
Размещено От Daniel W.