• My home page has been stuck the way it is for quite sometime. When I edit the page and push publish nothing changes. I thought maybe it was because I had not updated my theme but my theme is now updated and I am still having the problem. I so want to update the page but it is stuck the way it is. I’m hoping someone can help me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter marchelpeterson

    (@marchelpeterson)

    The page is https://www.agentwithresults.com. I would like to totally change the page but at the moment I can’t make any changes. I make the changes on the back end and hit publish and nothing changes on the front end. It appears that everything is changing if you look at the back end but the page stays the same.

    Your site is using Varnish as a cache. So visitors are seeing the cached page(s). If you are able to, refresh the cache, if not, speak with your hosts about how you’d do that.

    stwallace

    (@stwallace)

    Good morning,

    I’m experiencing this same issue. I just upgraded to 4.01. Unfortunately, I didn’t have to make a change to the home page before the upgrade so I don’t know if the problem existed before the upgrade. I’m not using a cache plugin and cleared all 3 of my browsers’ history with no luck. Here are the URLs.
    https://mammothglobalpartners.com/ – won’t update
    https://mammothglobalpartners.com/home/ – shows the update.

    The site is using multiple headers.

    <?php
    
    if (is_page('home')){
    
    	include(TEMPLATEPATH.'/header_slide.php');
    
    }
    
    else {
    
    	include(TEMPLATEPATH.'/header_noslide.php');
    
    }
    
    ?>

    Any suggestions would be greatly appreciated. Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't update my home page.’ is closed to new replies.