tknack
Forum Replies Created
-
Forum: Plugins
In reply to: [Videopack] No poster tag in the shortcodeThanks a lot, it works !
Forum: Plugins
In reply to: [Videopack] No poster tag in the shortcodeSolved topic
Forum: Plugins
In reply to: [Videopack] No poster tag in the shortcodeThanks Kyle…
I’m only a guy who wants to use YOUR plugin that does all the work !Forum: Plugins
In reply to: [Videopack] No poster tag in the shortcodeHi kyle I found a solution :
The problem was that I’m using mootools too.. But with some modifications in your plugin I solved the error :
first, in kgvid_video_plugin_admin.js function kgvid_enqueue_video_encode, I replaced ‘for ( var key in formats )’ by ‘jQuery.each(formats, function(key,formats)’ and each ‘formats[key]’ was replaced with ‘formats’ (key is not used !).
I done the same thing in kgvid_redraw_encode_checkboxes.
And finaly, in video-embed-thumbnail-generator.php, function kgvid_make_thumbs, for $thumbnaildisplaycode, it’s necessary to modify getElementById with document.getElementById, because the code is not jQuery nor Mootools, you must specify ‘document’.
Can you please do the modification in the next version of your marvelous plugin ? I think I’m not alone to use Mootools too !!!
Thanks a lot.
Tknack a french user
Forum: Plugins
In reply to: [Videopack] No poster tag in the shortcodeHi,
in fact here’s the console error when I click on ‘Encode’ button. It shows immediatly :Error: Syntax error, unrecognized expression: #attachments-4917-kgflashmediaplayer-encodefunction (){return v; }
[Stopper sur une erreur]
throw new Error(“Syntax error, unrecognized expression: ” + e)May be I can put some console.log or FirePhp to help debugging that ?
Thanks
Forum: Plugins
In reply to: [Videopack] No poster tag in the shortcodeHello Kyle,
I’m waiting for your plugin ! it’s really great ! Please help me to find the problem … The site I’ve made uses videos and without your plugin I have no solution…Thanks a lot
Forum: Plugins
In reply to: [Videopack] No poster tag in the shortcodeHello Kyle,
here’s the result you’re waiting for : 1.8.3
Thanks
Forum: Plugins
In reply to: [Videopack] No poster tag in the shortcodeHi Kyle,
I’m sorry, but I’m not in front of my PC for 2 days. I will give you the result Friday.
I’m using another jQuery code which works fine. It’s carouFredSel.
And On the last version of your plugin, all works fine !
Thanks for your helpForum: Plugins
In reply to: [Videopack] No poster tag in the shortcodeYes, it’s exactly the same thing ! But Chrome display more lines like :
kgvid_redraw_encode_checkboxes kgvid_video_plugin_admin.js:348
(anonymous function) kgvid_video_plugin_admin.js:102
Thanks a lot.
Forum: Plugins
In reply to: [Videopack] No poster tag in the shortcodeThanks a lot ! here’s the code you want :
<input type="radio" name="attachments[4902][thumbradio1]" id="kgflashmedia-4902-thumbradio1" value="https://wordpress_dgpn/wp-content/uploads/2013/05/Clip-officiel_1_thumb115.jpg" onchange="getElementById('attachments-4902-kgflashmediaplayer-poster').value = this.value; getElementById('attachments-4902-thumbtime').value = '01:55'; getElementById('attachments-4902-numberofthumbs').value ='1';">
I’m ready to make all the tests you want… I’m using firePhp too… so, I can show you some vars if you want…
The error message appears when I click on ‘generate’…
I’m searching if it is created in ‘kgvid_make_thumbs’ function !!!Can you tell me where I can search to do my best to solve this problem ?
Thanks a lot… I’m learning a lot when I explore your plugin !
Forum: Plugins
In reply to: [Videopack] No poster tag in the shortcodeHi Kyle,
I’m using v 4.0.3 of the plugin and Firefox 19 and 10. When I click on the selected image the Thumbnail URL field doen’t get populated !
So , on the frontend, the vidéo thumbnail is black but we can see the video still working correctly !I’ve noted that there’s an error in the firebug console :
Error: Syntax error, unrecognized expression: #attachments-4902-kgflashmediaplayer-encodefunction (){return v;
}Maybe it can help !
Thank you very much for your precious help.
Hi eventualo,
really a great plugin… but how can i do to include several posts into the same newsletter ?
Thank you