• when my pages first load they are using old code form a previous version of my template (not the default template as i have replaced the default files with my current template pages) example below of old code

    <body><div id=”wrapper”>
    <table width=”855″ border=”0″ cellspacing=”0″ cellpadding=”0″ height=”205″>

    the correct code should be

    <body>
    <table width=”855″ border=”0″ cellspacing=”0″ cellpadding=”0″ align=”center”>

    when i refresh the page it starts using the correct code, but then if i click a link it again uses the wrong code until i refresh the page.

    the link to the blog is https://www.shiisaquilts.com/blog/

    i can’t seem to find the problem. is it using some kind of cache or something to remember code that no longer exists???

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    1. Clear your browser cache. You never know.
    2. If you are using WP-Cache or WP-Super-Cache, then go to that plugin’s configuration page and click the button to clear that cache as well.
    3. Your site may have some other kind of caching mechanism we don’t know about. Wait a day or two, see if it refreshes itself.

    Thread Starter Eric Cox

    (@ecco)

    i have been clearing the browser cache, but it doesn’t fix it. i don’t have either of the cache plug ins installed, do i need one?

    Thread Starter Eric Cox

    (@ecco)

    i will give $50 PayPal for the first person to solve this issue.

    Thread Starter Eric Cox

    (@ecco)

    how is it possible for the code to sometimes use old code that no longer exists and sometimes use the correct code?

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    I can reproduce your problem on your site here. I get the wrapper DIV sometimes but not other times. It’s weird.

    Post your theme’s index.php file (or whatever file you edited) to https://wordpress.pastebin.ca and post the link back here, so we can see what it looks like.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing code’ is closed to new replies.