Hi Anamaria, it appears I am on an old version (10.3.2), I will update to the latest. Thank you for the quick response!
Hi – I would like to follow up if a fix is planned for this. I currently have the same issue (I use Vimeo as well as my default video player for posts).
In the interim, I’ve manually uploaded a featured image for the each video post; but it is very time consuming and not ideal. Thank you!
Any update on this item? All my tag pages are pulling the incorrect thumbnail when shared to facebook
Thanks Catalin – sorry for the delayed response.
When I input a youtube link on a video post in wordpress, when posting, I consistently get a 500 internal server error. This only happens for youtube videos. The featured image populates on the post edit screen after receiving the 500 internal server error; but the image does not show up correctly in the wordpress media library, search results, or certain td blocks. It populated for a slider block. Below are screenshots:
500 Error: http://www.screencast.com/t/YWUjNX7O
Post Featured Image: http://www.screencast.com/t/hicuNfB32
Media Library Image Not Displayed: http://www.screencast.com/t/TtaX5iT6qwha
Block 18 Image Not Displayed: http://www.screencast.com/t/pLaVEDsv
Search Results Image Not Displayed: http://www.screencast.com/t/4ppUa6kG
TD Slide Image Displayed: http://www.screencast.com/t/hqTfAouPC
The post url is: https://communityartistry.com/dassy-lee-jerri-coo-dora-pagan-next-episode-san-holo-remix-venice-beach/
Block 18: https://communityartistry.com/concept-films/
Slider: https://communityartistry.com/
Vimeo videos and the featured images for vimeo are working fine.
Hi – replying to this thread. I seem to have the same exact issue mountainjourney mentioned above. What exactly is the resolve?
I put in the youtube link information in the Featured Video, on publish I get a 500 internal server error and I get a maxresdefault.jpg image in my media library with no image. Issue only occurs with YouTube links, not my vimeo links.
You may disregard this ticket. I was able to figure it out. Thank you.
hey Andrei, the solution you provided looks great! I just wanted to ask, I would like to implement the following shortcode when inputting into the Featured Video section on the new post page:
[videoadplayer id= “770”]
The “id” would be unique for the shortcode. How can I adapt the ‘your-shortcode’ text you mentioned in your first reply above so it captures the ID i put into the box? Thanks!
Kind Regards,
Ajay Rijhsinghani
/*
* Detect the video service from url
*/
function detectVideoSearvice($videoUrl) {
$videoUrl = strtolower($videoUrl);
if (strpos($videoUrl,'youtube.com') !== false or strpos($videoUrl,'youtu.be') !== false) {
return 'youtube';
}
if (strpos($videoUrl,'dailymotion.com') !== false) {
return 'dailymotion';
}
if (strpos($videoUrl,'vimeo.com') !== false) {
return 'vimeo';
}
return false;
}
Perhaps I could add something here to define a case ‘html5’ for a number (id 770) and then add the do_shortcode for function renderVideo($videoUrl) case ‘html5’?
-
This reply was modified 10 years by
ajayrijh.
Sorry Andrei – took a break for the holidays ! hope you had a great holiday and are excited/enjoying the new year!!
As for the response – are you sure it wouldn’t be an update to td_video_support.php under the wp_booster folder? I see here the case scenarios for youtube, vimeo, and dailymotion. Could I add in a do_shortcode here and get the ID for the shortcode since that is a required parameter? (i.e. [videoadplayer id= “770”]) and thus all I will have to do is put 770 into the “featured video” box on creating the post.
Let me know your thoughts! Thanks for the great support 🙂
-Ajay
Likewise! It would be very helpful to see how you were able to accomplish such a difficult task.
Thanks,
Ajay
-
This reply was modified 10 years by
ajayrijh.
Alin,
The categories I am using are below, taking one section as an example:
http://i.imgur.com/SneXxje.png
http://i.imgur.com/5evxRx5.png
http://i.imgur.com/teYIfri.png
http://i.imgur.com/1LicY8W.png
Please note that I am running two themes using the below Multiple Themes Plugin
http://i.imgur.com/pqYnDbQ.png
http://i.imgur.com/tcJicWg.png
http://i.imgur.com/mjjVuSS.png
Thanks,
Ajay
Alin,
I was able to fix the categories filter 🙂 I created each location three times, with unique slugs and nested them underneath each Type Parent listed above, removing the Location parent altogether.
However, the AJAX Filter isn’t pulling the posts. It begins to think and then go white.
http://i.imgur.com/F52ABd4.png
http://i.imgur.com/ZAIPEIA.png
Any ideas on how to fix the ajax pull?
Thanks,
Ajay
Alin,
Thanks but how can I have the AJAX filter keep the original filter? I.e filter results containing BOTH categories Popular and NorCal for instance?
Stardocs,
Were you able to figure out item 1? I would like to implement something similar on my site 🙂 Thanks!!
Kind Regards,
Ajay