Title: Caching Problem
Last modified: February 26, 2018

---

# Caching Problem

 *  Resolved [millj11](https://wordpress.org/support/users/millj11/)
 * (@millj11)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/caching-problem-13/)
 * I cannot seem to make changes to announcements. Deleting, Editing, Adding, nothing.
   It seems to be holding onto that cached version.
 * However… If I add two timelines, like this:
 * [timeline-express single-column=”1″ order=”DESC”]
    [timeline-express single-column
   =”1″ order=”DESC”]
 * … then the second timeline reflects all of my latest changes, just as I expect.
   The first is the old cached version.
 * I’ve tried clearing cache, hard refresh, saving announcements, pages, posts, 
   plugins… everything short of editing the code. I was looking into that, but hopefully,
   there’s an easier solution that I’m overlooking.
 * Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Contributor [Code Parrots](https://wordpress.org/support/users/codeparrots/)
 * (@codeparrots)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/caching-problem-13/#post-10016499)
 * The timeline cache is cleared any time the settings page, announcement or page
   containing the shortcode is saved or updated.
 * If you are using any other sort of caching, object caching etc. that is storing
   cache in another manner outside of the default transients that our plugin creates
   the cache my not be cleared properly.
 * You can test by enabling `WP_DEBUG` in your `wp-config.php` file to disable any
   sort of caching inside Timeline Express.
 *  Thread Starter [millj11](https://wordpress.org/support/users/millj11/)
 * (@millj11)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/caching-problem-13/#post-10016530)
 * Thanks for the quick reply. Really strange that only the second timeline shows
   correctly, no?
 * Forgive me, I’ve been using WordPress for less than a week. I’m using a WordPress
   hosted site. Is it possible for me to edit my wp-config.php file on a WordPress
   hosted site?
 *  Plugin Contributor [Code Parrots](https://wordpress.org/support/users/codeparrots/)
 * (@codeparrots)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/caching-problem-13/#post-10016602)
 * It makes sense since the cache is setup sequentially. Each timeline has it’s 
   own set of cache, so generating one timeline would have one set of cache – whereas
   the second would contain the new cache.
 * At the very least the cache should be cleared when the settings are saved – even
   if nothing is updated.
 * We can do some testing to see if we can replicate the issue. If something is 
   not working properly, we can certainly fix things.
 *  Thread Starter [millj11](https://wordpress.org/support/users/millj11/)
 * (@millj11)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/caching-problem-13/#post-10017508)
 * Thank you for the help. I just decided to create a new page, deleting the old
   page which was cache-stuck. So, problem resolved.
 *  Plugin Contributor [Code Parrots](https://wordpress.org/support/users/codeparrots/)
 * (@codeparrots)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/caching-problem-13/#post-10017511)
 * We’ll do some testing and report back here with some of our findings.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Caching Problem’ is closed to new replies.

 * ![](https://ps.w.org/timeline-express/assets/icon-256x256.png?rev=1007462)
 * [Timeline Express](https://wordpress.org/plugins/timeline-express/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/timeline-express/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/timeline-express/)
 * [Active Topics](https://wordpress.org/support/plugin/timeline-express/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/timeline-express/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/timeline-express/reviews/)

## Tags

 * [cache](https://wordpress.org/support/topic-tag/cache/)

 * 5 replies
 * 2 participants
 * Last reply from: [Code Parrots](https://wordpress.org/support/users/codeparrots/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/caching-problem-13/#post-10017511)
 * Status: resolved