Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Header Refreshes During Every Page Load (http://forum.bytesforall.com/showthread.php?t=15305)

c12281 Sep 13, 2011 08:02 AM

I checked two of my sites which use ATA and both have only 935 lines of code in the functions.php file. Don't know why info would be missing. I believe I removed the ATA and wordpress line from the footer on one but that would have been the only change...

juggledad Sep 13, 2011 08:27 AM

What version of Atahualpa?

c12281 Sep 13, 2011 08:29 AM

Both sites are 3.6.1

juggledad Sep 13, 2011 12:31 PM

well you did say http://sweetboutiquellc.com was at 3.6.7 and I'm always looking at the latest code.

Yes that is the code for 3.6.1 and it should work. You can check by looking at the source of the page and checking which version it is using: the 1.4 or 1.6 version

c12281 Sep 13, 2011 12:38 PM

Yes, that was one of my sites, but thought I'd test it on a less active one. Sorry about that.

I added the code, and it fixed the problem for Firefox. But still having the white flash on the other browsers. Do you know if I need to add the code in multiple places? Or perhaps it's a bit different for the other browsers?

juggledad Sep 13, 2011 03:01 PM

Juggledad's development 101 - lesson 1

when making changes to a site, make sure all caching plugging are deactivated and the caches flushed so you can see the changes right away. Once the site is as you want it, you can turn them back on

c12281 Sep 13, 2011 03:53 PM

Thanks for the advice! However, for this particular site, I have no caching plugins installed. I did clear the cache of each individual browser, but that didn't seem to help...

juggledad Sep 13, 2011 05:35 PM

which site, the two 3.6.1 sites showed w3total cache in the source
muzzproduction and muzzmarketing

c12281 Sep 13, 2011 05:36 PM

I tested on laubertool.com since that is the least active site I have.

juggledad Sep 13, 2011 05:40 PM

I thought you said that is the site that it stays steady?
Quote:

I do have one other site where the header remains steady during reloads.

http://laubertool.com
single header image
wp version: 3.0.4
ata version: 3.6.1
theme header options:

c12281 Sep 13, 2011 09:29 PM

Prior to my upgrading to the latest version of WP, yes it was steady.

juggledad Sep 14, 2011 05:02 AM

Well that site is getting the 1.4 version so I think you are in the same boat as everyone else and will have to hope WP fixes this

c12281 Sep 14, 2011 07:07 AM

I have posted to the forum but no response. Do you know of a better way to reach out to Wordpress?

juggledad Sep 14, 2011 09:40 AM

you might want to look at their bug reporting system, see if there had posted about it

tda325 Dec 17, 2011 10:55 PM

Not so much a solution as a workaround to at least make the white flash less annoying.
1. I found this suggestion here:
Quote:

In your style.css, create an entry for HTML.
Like this -
Code:

HTML {
background-color:#000;
background-image: url(images/background.jpg);
}


2. I tried several places within the Atahualpa file structure and finally found that if I took a portion of his suggestion (just the color) and put it in css.php, just before:
Code:

body {
        text-align: center;  /*

I now get a flash that is the same color as the background on my toolbar, so it, while not fixing the problem, makes it less annoying; at least to me.
The actual snippet I put there was:

Code:

HTML {
background-color:#1D242B;
}

Hope it helps...


All times are GMT -6. The time now is 12:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.