mforsyth1989
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Catalogue] Cannot display product imageI assumed the time difference but was hoping others would have input.
The website is https://www.penandpixelmedia.com/Zareh
if you’d like i can send you login info so that you can gain access to the plugin’s code. There currently is no page for the catalogue’s function.
Forum: Plugins
In reply to: [WP Catalogue] Cannot display product imageStill no response. I have looked all day for answers as well as possible substitutions for this plugin but have found nothing. I really need to get this working and any support at all would be very helpful please and thank you.
Forum: Plugins
In reply to: [WP Catalogue] Cannot display product imageSo i was debugging and tried a simple alert() to see what targetfield would return, and nothing comes back not even an alertbox with object undefined. Like i took out all the code but it still brings up the meida upload.In the plugin editor it says the file is inactive.
Forum: Plugins
In reply to: [WP Catalogue] Cannot display product imageFrom what i have looked up, the code seems correct. I have no idea why it isn’t working then.
Forum: Plugins
In reply to: [WP Catalogue] Location of div = "content"in header.php at the bottom
Forum: Plugins
In reply to: [WP Catalogue] Cannot display product imageThis is what is in my plugin code. Does it look correct:
//script to upload images
jQuery('.st_upload_button').click(function() { targetfield = jQuery(this).prev('.upload-url'); tb_show('', 'media-upload.php?type=image&TB_iframe=true'); return false; }); window.send_to_editor = function(html) { imgurl = jQuery('img',html).attr('src'); jQuery(targetfield).val(imgurl); tb_remove(); } });
Forum: Plugins
In reply to: [WP Catalogue] Cannot display product imageI tried witching themes but still no luck. And the wp-catalogue is the only plugin i have activated so that sort of rules the whole class of plugins theory out. The add media insert into post works (when i use the wordpress provided button on other posts) but for some reason it doesn’t want to populate the upload field with a value
Forum: Plugins
In reply to: [WP Catalogue] Cannot display product imageThat method works, so it is the upload button seems to be broken?
Forum: Plugins
In reply to: [WP Catalogue] Cannot display product imageinsert to post is NOT working in the method in which you described. I am about to try to upload the image directly to the library as suggested. One moment
Forum: Plugins
In reply to: [WP Catalogue] Cannot display product imageI just typed in an absolute url path into one of the upload fields at the bottom and saved it and it seemed to work, tho this is not a good solution for the client whom i will be selling it to. Any suggestions on how to fix this dilemma?
Forum: Plugins
In reply to: [Car Demon] Having Trouble with adding multiple imagesI am having the same issue. I have tried inserting gallery and to no avail. So after reading the posts here I tried just uploading multiple images seeing as it should just add them to the gallery. Still no go. What do?