websmithintl
Forum Replies Created
-
Forum: Plugins
In reply to: [SR Product 360° View] Stopped working w/ Elementor Product GalleryAlso – yes, I have the correct settings:
Icon Positioning
360 Icon Position On Product Page -> As gallery thumbnailForum: Plugins
In reply to: How do I create an Insert into post button?I have had the exact same problem. Except for me, the insert into post button existed for a little while, and then decided to quit showing up…
I’m using a custom theme that I built and the media-uploader.
Any new images that get uploaded to the server don’t have the button, but old images still have the button… It’s very strange, because nothing has changed…
Also, all new images that get uploaded don’t have any way to insert them into the field other than doing a manual copy/paste of the file path, which is rather annoying for my clients…
Any clues on how to force the Insert Into Post button back into the media uploader?
I’m a total noob… just click File URL instead of Post URL in the upload dialog…
idiot…
jQuery(document).ready(function() { jQuery('#upload_image_button').click(function() { window.send_to_editor = function(html) { imgurl = jQuery('img',html).attr('src'); jQuery('#upload_image').val(imgurl); tb_remove(); } tb_show('', 'media-upload.php?post_id=1&type=image&TB_iframe=true'); return false; }); });and the php is :
[Code moderated as per the Forum Rules. Please use the pastebin]