nylarosie
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] Not updating playlistThere only seems to be a problem with one playlist. I’ll try deleting that playlist on Youtube and adding a replacement playlist later.
Forum: Plugins
In reply to: [WP YouTube Lyte] Not updating playlistIn the custom fields I now see the 3 playlists. E.g. this one:
_lyte_PL4g1DOGw1agtvpkLQLR3QFZSbHCidhgN3 when I click on ‘update’ it flashes yellow but has no effect.
The value is this: eJydj0FLxDAQRv/KkrPbNNsUl1wFV/DiggsigWVspu2sybY2k8Ui/ndT8eJJ8DiPx/uYD8HEHoURDx5mT5HN6mYIIZ3pFQKsdgkjR3EluE/h5TD5bPbMYzRWWknFzBS6ohmClReycv+k2w7DqO+3VvZvDltInovT2OXE3f4fkQDvE8bfIQeMt4Te5c6m3Oh1qdaqelS10cpU2+dFSRMwDedsLBfGZqLxB/zxaQPfYjzmGch6Cz5i5n5mXBgewTnM2+q6rGuldFV9fgGs6G2/
- This reply was modified 10 months ago by nylarosie.
Forum: Plugins
In reply to: [WP YouTube Lyte] Not updating playlistHi Frank, this has had no effect. The original was actually
if (strpos($meta_key,”_lyte_”)===0){
Also it still does not appear in custom fields list.
Forum: Plugins
In reply to: [WP YouTube Lyte] Not updating playlistOk, thanks. Even if I could have a general placeholder that I could choose on desktop that would be ok. Best wishes, Nyla
Forum: Plugins
In reply to: [WP YouTube Lyte] Not updating playlistHi Frank, it seems to update in mobile but not desktop?
Forum: Plugins
In reply to: [WP YouTube Lyte] Not updating playlistany ideas? @optimizingmatters
Forum: Plugins
In reply to: [WP YouTube Lyte] Not updating playlistYes, on the PHP Code Snippets entry the snippet is described as ‘active’
When I go to the page in wordpress block editor there is no LYTE-cache custom field. It goes from installed_at_version to meta_id
By the way, I am using Elementor. Not sure if that is relevant.
This is the snippet:
<?php
if (is_admin()) {
add_filter( 'is_protected_meta', 'lyte_unprotect_meta', 10, 3);
}
function lyte_unprotect_meta($protected, $meta_key, $meta_type) {
if (strpos($meta_key,"lyte")===0){
return false;
} else {
return $protected;
}
}Forum: Plugins
In reply to: [WP YouTube Lyte] Not updating playlistI have managed to show custom fields using block editor but the lyte cache field does not show in the list.
It does give me and option to ‘Add new custom field’
- This reply was modified 10 months ago by nylarosie.
Forum: Plugins
In reply to: [WP YouTube Lyte] Not updating playlistThere is nothing on the edit view of the page that shows the lyte cache fields
Forum: Plugins
In reply to: [WP YouTube Lyte] Not updating playlistHi Frank, I am using the free version of wpcode and I chose ‘run everywhere’. It shoud work on the page but I can’t choose page scripts.
I am going to try a different plugin to insert the code.
Tried XYZ scripts and does not work. I inserted the php snippet both as a widget and as a shortcode on the page and it has made no difference.
- This reply was modified 10 months ago by nylarosie.
Forum: Plugins
In reply to: [WP YouTube Lyte] Not updating playlistForum: Plugins
In reply to: [WP YouTube Lyte] Not updating playlistYes, the new thumbnail is shown when I add in a new page (currently up on the site).
Forum: Plugins
In reply to: [WP YouTube Lyte] Problems with playlist, duplicate videos, not updatingHi Frank. That has worked!
Thank you. Nyla
Forum: Plugins
In reply to: [WP YouTube Lyte] Problems with playlist, duplicate videos, not updatingHi Frank, I just pasted the text into the text editor rather than as a link (keeping it as httpv) and it solved the original problems (tried https but this did not work).
When you click to play, it goes to the latest video.
However, the image shown on my web page is the one from the video that was most recent from when I added the link, not the latest one. How do I make it so that it shows the most recent video image – or is there a way to show a general cover image?
Thank you. Nyla.
Hi @elliotvs. I removed a security plugin which seemed to be conflicting. I’ll reinstall the turnstile and check all is well.