Pretty Good Plug-in
I am a graphic designer and I use this on my own site. I use it on some client sites. It really helps me get the job done. I wish the documentation was a bit clearer. I remember not getting a critical piece of information from the documentation when I started using this the first time; I did find the clue I needed in a comment or faq or some random spot that was contributed by a user.
I was using It for a long time. Very Good . A rectification I have written below
In the plugin folder > see this file “get-images.js” In the code=> You have written ===> /*$(‘.upload_pdf_button’).live(‘click’,function() { // .live function become deprecated in modern jQuery library. //I have written the rectified code, */ /*$(document).on(‘click’,’.upload_pdf_button’,function() { $(‘html’).addClass(‘pdf’); num = $(this).attr(‘data-cible’); formfielddeux = $(‘.url_pdf_input[data-input=”‘+num+'”]’).attr(‘name’); var id=$(“#post_ID”).val(); tb_show(”, ‘media-upload.php?post_id=’+id+’&type=file&TB_iframe=true’); return false; });*/
Pretty Good Plug-in
I am a graphic designer and I use this on my own site. I use it on some client sites. It really helps me get the job done. I wish the documentation was a bit clearer. I remember not getting a critical piece of information from the documentation when I started using this the first time; I did find the clue I needed in a comment or faq or some random spot that was contributed by a user.
I was using It for a long time. Very Good . A rectification I have written below
In the plugin folder > see this file “get-images.js” In the code=> You have written ===> /*$(‘.upload_pdf_button’).live(‘click’,function() { // .live function become deprecated in modern jQuery library. //I have written the rectified code, */ /*$(document).on(‘click’,’.upload_pdf_button’,function() { $(‘html’).addClass(‘pdf’); num = $(this).attr(‘data-cible’); formfielddeux = $(‘.url_pdf_input[data-input=”‘+num+'”]’).attr(‘name’); var id=$(“#post_ID”).val(); tb_show(”, ‘media-upload.php?post_id=’+id+’&type=file&TB_iframe=true’); return false; });*/
I was using It for a long time. Very Good . A rectification I have written below
In the plugin folder > see this file “get-images.js” In the code=> You have written ===> /*$(‘.upload_pdf_button’).live(‘click’,function() { // .live function become deprecated in modern jQuery library. //I have written the rectified code, */ /*$(document).on(‘click’,’.upload_pdf_button’,function() { $(‘html’).addClass(‘pdf’); num = $(this).attr(‘data-cible’); formfielddeux = $(‘.url_pdf_input[data-input=”‘+num+'”]’).attr(‘name’); var id=$(“#post_ID”).val(); tb_show(”, ‘media-upload.php?post_id=’+id+’&type=file&TB_iframe=true’); return false; });*/
Pretty Good Plug-in
I am a graphic designer and I use this on my own site. I use it on some client sites. It really helps me get the job done. I wish the documentation was a bit clearer. I remember not getting a critical piece of information from the documentation when I started using this the first time; I did find the clue I needed in a comment or faq or some random spot that was contributed by a user.
Pretty Good Plug-in
I am a graphic designer and I use this on my own site. I use it on some client sites. It really helps me get the job done. I wish the documentation was a bit clearer. I remember not getting a critical piece of information from the documentation when I started using this the first time; I did find the clue I needed in a comment or faq or some random spot that was contributed by a user.
I was using It for a long time. Very Good . A rectification I have written below
In the plugin folder > see this file “get-images.js” In the code=> You have written ===> /*$(‘.upload_pdf_button’).live(‘click’,function() { // .live function become deprecated in modern jQuery library. //I have written the rectified code, */ /*$(document).on(‘click’,’.upload_pdf_button’,function() { $(‘html’).addClass(‘pdf’); num = $(this).attr(‘data-cible’); formfielddeux = $(‘.url_pdf_input[data-input=”‘+num+'”]’).attr(‘name’); var id=$(“#post_ID”).val(); tb_show(”, ‘media-upload.php?post_id=’+id+’&type=file&TB_iframe=true’); return false; });*/