• Resolved Marble23

    (@marble23)


    On our site we often go thru several revisions and something popped up tonight I had not seen before with this plugin. The meta information – mainly the title that gets stored in the _lyte_IDOFVIDEO meta information tied to the post, it stored the 1st revision and did not update when we changed. The actual link changed, just not the title.

    To make it more clear:

    <div class="tC">
    <div itemprop="name" class="tT">Gunjan Draft 1b</div>
    </div>

    This information did not change, but the rest of it did. Possibly a bug? I just manually renamed the key in the post meta table so it recached it.

    Thanks!

    https://www.ads-software.com/extend/plugins/wp-youtube-lyte/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Frank Goossens

    (@futtta)

    There is a function lyte_rm_cache() which indeed clears the (entire) lyte cache. If you call that function (once) from e.g. your theme’s functions.php, the cache will be empty and the title (and other info from YT) will be updated.

    For a future WP YouTube Lyte version this function will be available from within the admin-page.

    Thread Starter Marble23

    (@marble23)

    Thanks for your help. I’ll use that next time. Having it in the admin would be very helpful. Cheers.

    Plugin Author Frank Goossens

    (@futtta)

    Hi Marble23;
    I’m working on a new version of my plugin, which will come a.o. with the ability to clear the cache (other functionality includes an option to use high quality thumbnails and an API to do all sorts of other customizations). If you want to test, you can download the development version from https://downloads.www.ads-software.com/plugin/wp-youtube-lyte.zip

    Let me know how this works out for you ??

    frank

    Thread Starter Marble23

    (@marble23)

    Hi Frank.

    Thanks! I will try to get this up this week. I was using your function and it worked perfectly.

    ~ John

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cache issue’ is closed to new replies.