• I am creating a theme…when I make a change to a file, say header.php, the changes are not showing up. It is not a caching issue as I’ve tried on multiple computers. I can see the changes via ftp, or via the admin interface for wordpress, but the page is not showing the change.

    It is not proxy caching either. I’ve tried different networks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Are you absolutely certain that the file you are working on is the one you think you are seeing ?

    Thread Starter jcontonio

    (@jcontonio)

    Yes. I am absolutely certain. I have been working on this since last night. I changes the images directory and I can still see the original file I uploaded via ftp. It’s like the web server is refusing to post the new copy, even though that makes no sense.

    I’ll make a changes to my theme using the theme editor in wordpress, save, go to view the site, same old page. Even using a hard refresh, etc.

    Thread Starter jcontonio

    (@jcontonio)

    Check it out, https://www.jcontonio.com (I will show it temporarily).

    View the source, those missing images are showing the path /images where it surely has

    <img src="<?php bloginfo('template_directory'); ?>/images/jc_logo.gif"

    that as the path.

    I’ve tried an absolute path as well and it still doesn’t show up, so it’s not a template_directory issue.

    The image is not where the script is looking for it:
    https://www.jcontonio.com/images/jc_tagline.gif

    Thread Starter jcontonio

    (@jcontonio)

    I know, but what I am telling you is that’s not what the files actual path is… “images/blah” is an old file, the new file has a different path, it just won’t refresh for some reason…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changes not showing up?’ is closed to new replies.