Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    OK, so what happens if local thumbnail caching is off?

    Thread Starter rom1our

    (@rom1our)

    OK, I have disabled local caching and the thumbnails are there.
    But now I have the error message of the search console about missing fields
    Feld “description” fehlt

    Feld “thumbnailUrl” fehlt

    Feld “name” fehlt

    Feld “uploadDate” fehlt

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    those fields are there, but are overwritten by the YouTube video that now automatically gets loaded on mobile;

    what you can do to stop that (as an alternative to the local thumbnail option) is using this code snippet;

    
    add_filter('lyte_do_mobile','__return_true');

    hope this helps,
    frank

    Thread Starter rom1our

    (@rom1our)

    Yes, everything ok now. Thank you.

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