emilyatal
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] Shortcodes columns incompatibilityhttps://ww.wp.xz.cn/plugins/live-composer-page-builder/ — This is the page builder I use.
Forum: Plugins
In reply to: [WP YouTube Lyte] Shortcodes columns incompatibilityWith Live Composer you can put the widgets anywhere on the page.
Forum: Plugins
In reply to: [WP YouTube Lyte] Shortcodes columns incompatibilityjust tried it and doesn’t work. When I place shortcode, the shortcode will only display the text httpv://www.youtube.com/watch?v=…
This happens to me too. I’m using Livecomposer Page Builder, if it makes a difference.
As a workaround, I put the video on the page using the widget, which did work.
I think I figured out the problem. The server that was hosting my website has php 5.6 installed. I think the latest version of LiveComposer is not compatible with such an old version. I moved it over to another server that has php 7.x installed, and it worked.
@repronet I have the same problem. Were you able to solve your issue? If so, can you let me know what you did?
I ended up reverting back to an old backup that had Live Composer 1.3.17, and the site is working now, but I don’t want to update to the latest version until I find a fix.
- This reply was modified 7 years, 4 months ago by emilyatal. Reason: more info
Forum: Plugins
In reply to: [WP YouTube Lyte] [Idea] Generic preview image to avoid need of APIwould you consider some kind of interface where you could specify the text for each video, so each video could have different text?
I’d love to see the same thing with the thumbnail as well. The ability to use the user interface to specify a thumbnail for each video on the site would be greatly appreciated.
Forum: Plugins
In reply to: [WP YouTube Lyte] YouTube API, Got Error: 1Ok, downloaded the new version and now got this message:
Checking your key ... API seems OK, you can Save Changes below now.Looks like the change worked. Let me know if you still need to see the php errorlog. If so, I’d have to figure out how to activate it on my server.
Forum: Plugins
In reply to: [WP YouTube Lyte] YouTube API, Got Error: 1I just deleted the version I had and installed the one from the link, I still got this error:
Something went wrong, WP YouTube Lyte might not have been able to retrieve information from the YouTube API, got error: 1Forum: Plugins
In reply to: [WP YouTube Lyte] YouTube API, Got Error: 1I have “Something went wrong, WP YouTube Lyte might not have been able to retrieve information from the YouTube API, got error: 1” but no debug information in the console.
Forum: Plugins
In reply to: [WP YouTube Lyte] YouTube API, Got Error: 1I downloaded and install the Github version linked above (it was also 1.7.0), but there didn’t appear to be any difference.
The same error message still displays:
Checking your key ... Something went wrong, WP YouTube Lyte might not have been able to retrieve information from the YouTube API, got error: 1And I couldn’t find anything in the console
Forum: Plugins
In reply to: [WP YouTube Lyte] Override thumbnail – multiple videosI have a question before I dive into the javascript. Does a cached thumbnail load faster than a custom thumbnail? Does it matter which one I use, or will one give me better performance than the other?
Forum: Plugins
In reply to: [WP YouTube Lyte] Override thumbnail – multiple videosis there a way to tell identify it as the playlist without using the $thumb? I’m worried that if I use the thumb for the specific video and then I change the order of the playlist it will not show the correct thumbnail until manually update the function.
Forum: Plugins
In reply to: [WP YouTube Lyte] Override thumbnail – multiple videoswhen I put the playlist in the if statement, I just get a black background, not gray like when api is not working to get the thumbnail. Here’s the code I’m using:
add_filter('lyte_match_thumburl','lyte_my_own_thumburl'); function lyte_my_own_thumburl($thumb) { if ( strpos($thumb,'tpubPLqImn4') !== false ) { return "wp-content/uploads/2018/04/mpv-shot0001.jpg"; } else if ( strpos($thumb,'PLrQx-7EtYMM-tHx2N8QF-2pko-cJd5DqQ') !== false ) { return "wp-content/uploads/2017/05/bananasunsetlogo.jpg"; } }- This reply was modified 8 years, 1 month ago by emilyatal.
Forum: Plugins
In reply to: [WP YouTube Lyte] YouTube API, Got Error: 1yes, the title is displaying as well.
Forum: Plugins
In reply to: [WP YouTube Lyte] YouTube API, Got Error: 1I saved the settings, and removed my custom thumbnail from lyte_helper.php. The thumbnail from youtube was displayed, so it looks like the API is working, even though test is failing.
I don’t know if it makes a difference, but I did update to the latest version of the plugin.
- This reply was modified 8 years, 1 month ago by emilyatal.