Custom Cololrs Theme Problem

Posted in: Newspaper
Post count: 4

Hello there,

I’m creating this topic because I have a strange problem for which I’ve not found a solution yet.
If you try to navigate my website https://www.ascoltieracconti.com/ you will see that the theme loads the original colors for Newspaper Demo (green and white) even if I changed the colors into Theme’s Settings with the ones you can see once the page is loaded (red, black and white).

How is it possible? I tried to reset the color preferences but nothing happens. It is annoying to see the original colors loading while I and my visitors wait for the real ones to be loaded.

Can you help me?

Thanks in advance,

Mauro Abbatescianna.

Post count: 20688

Hi,

I believe that is happening because of the demo, this contains custom design and automatically loads the demo style at first, then the other settings from theme panel are applied.
A solution would be to modify the menu borders (top menu and main menu) directly in the demo stylesheet, change them to your current color there
https://www.screencast.com/t/yNRc6jMqei1S
These flashes are noticeable if it takes a longer period of time to load the website.
For the top menu and main menu backgrounds, please try and enter this code directly in the theme stylesheet

.td-header-style-1 .td-header-top-menu-full {
background-color: #f9f9f9;
}
.td-header-style-1 .td-header-wrap .td-header-menu-wrap-full {
background-color: #303030;
}

This will load the backgrounds together with the rest of the style, reducing or removing the flash.
You could improve the website loading speed, to try and prevent such issues. Even installing a caching plugin may reduce or completely remove the problem
https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.