Hey Josh –
I’m not quite sure what you mean. They shouldn’t have to be refreshed. Were they showing up blank prior to updating them?
Hi Jason, what I’m running into is that the ‘titleex_run_experiment’ function is only called on document.ready. When I load new posts in via ajax, it does not run that function again – and thus, does not show the titles. Does that help?
To fix it currently, I’m just calling titleex_run_experiment() after I run the ajax and that does the trick.
Hey Josh –
Sorry I didn’t understand the first time! Yes, what you are doing is the right way to fix it.
How are you loading the pages via ajax? Does WordPress have a built in way to do that? If so, I may be able to work around the problem by detecting that it’s happening and returning the title instead of the (blank) placeholder.