• s.wini

    (@swini-1)


    Hello, I changed color of lytesprite.png and added my png via css. All works on Desktop and browser scaling, but on mobile your red original is visible ?? (Even when I overrite your file in includes folder).
    is there another png for mobile?

    Best wishes

    Sabine

    The page I need help with: [log in to see the link]

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

    (@optimizingmatters)

    Hey Sabine;
    On mobile by default LYTE switches to the normal YT embed almost immediately (to avoid users having to click “play” twice), hence the updated png is not visible, but if you enable “local thumbnail caching” LYTE’s behavior should change and you should see you own image, can you give that a try?

    frank

    Thread Starter s.wini

    (@swini-1)

    Hey Frank, that worked, but now all clips got a black preview ??

    https://www.wolfgangkleiber.de/clips.png

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    The problem is that the lyteCache.php script (e.g. https://www.wolfgangkleiber.de/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2FzFJ63MYUG8k%2Fhqdefault.jpg) is being blocked from being accessed directly (a 403 not allowed error is sent) by e.g. a security plugin or by your host, so you will have to ensure that wp-content/plugins/wp-youtube-lyte/lyteCache.php is allowed to be accessed Sabine.

    Thread Starter s.wini

    (@swini-1)

    Thanks a lot Frank, activating php access for plugins in solid security did the trick ??

    Waiting for reply of them, how to exclude this one cache php from:

        RewriteRule ^wp\-content/plugins/.*\.(?:php[1-7]?|pht|phtml?|phps)\.?$ - [NC,F]

    What I tried so far didn’t work ??

    <FilesMatch !wp\-content/plugins/wp-youtube-lyte/lyteCache\.php$>
    Require all denied
    </FilesMatch>

    Thanks a lot so far!

    Sabine

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