Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   Rendering old pages randomly.... (http://forum.bytesforall.com/showthread.php?t=22771)

jms5017 Aug 29, 2014 06:17 AM

Rendering old pages randomly....
 
Attached are 2 versions of the home page, both rendered using Firefox within seconds of each other.
The are very different, as one represents the code as it was around 2 yesterday afternoon, the other is the code as of 5 PM yesterday. I can see the difference in firebug:
the two oclock version is:

<div id="logo-area" class="col4">
<a href="http://thestrapsaver.com">
<img class="trueleft col4 logo-top" alt="The Strap Saver Logo" src="http://www.thestrapsaver.com/wp-content/uploads/logo.png">
</a>
</div>

the five oclock version is:
<div id="banner" class="row">
<div id="logo-area" class="col12">
<a href="http://thestrapsaver.com">
<img class="trueleft logo-top" alt="The Strap Saver Logo" src="http://www.thestrapsaver.com/wp-content/uploads/logo990.png">
</a>
</div>

note that the image used for the logo is different as well. These screen shots were taken seconds apart. and if I render the pages again, I may get one or the other. The code in question is from the header.php template and the home page uses a custom template, assigned to it. The custom template was created by copying page.php, removing the sidebar widget and adding three widgets/columns at the bottom of the page.

Yes, I have cleared cache, many times, yes, I have contacted my hosting provider to report problems (they see none.) Yes, there is only one page named "home" and yes it is assigned to custom-home.php

Has anyone ever seen anything like this before?

juggledad Aug 29, 2014 06:49 AM

Attach your Montezuma settings (MTO->Export/Import) to a reply

jms5017 Aug 29, 2014 07:55 AM

Thanks for looking at this.

juggledad Aug 29, 2014 08:14 AM

You have a caching plugin active.

jms5017 Aug 29, 2014 08:59 AM

I saw WP super cache show up in "developer tools" on chrome...the plugin is not now, nor was it ever activated...what are you seeing as on? It gets installed by default but I never
turn it on til I am done with the site. I discounted the caching issue because:
  • a computer that I had never used to view the page produced the 2:00PM yesterday version this morning.
  • if it were caching, once the browser updated the cache the problem would be forever gone. it would not be random and show up again.

jms5017 Aug 29, 2014 09:04 AM

One more point....when I contacted the hosting company this am, they sent me an image of the page
showing the version of the code from yesterday afternoon at 2:00PM and said "everything works on our end!"

juggledad Aug 29, 2014 11:18 AM

The caching plugin does the caching on the host not on your computer. It works by caching the page for some length of time determined by the plugin settings.

If you go to the site and view the source and scroll to the bottom you will see that the plugin is active and the date/time it last cached the page.

jms5017 Aug 29, 2014 01:06 PM

Even if the plugin was never enabled?
I'm uninstalling it now.

juggledad Aug 29, 2014 02:11 PM

all I can tell you is that it was in the source of the page. It is now gone.


All times are GMT -6. The time now is 05:31 PM.

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