<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Images not coming into my library -- and not being watermarked</title>
		<link>https://legacy.forums.gravityhelp.com/topic/images-not-coming-into-my-library-and-not-being-watermarked</link>
		<description>Gravity Support Forums Topic: Images not coming into my library -- and not being watermarked</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:23:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/images-not-coming-into-my-library-and-not-being-watermarked" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Images not coming into my library -- and not being watermarked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-not-coming-into-my-library-and-not-being-watermarked#post-176900</link>
			<pubDate>Tue, 19 Mar 2013 12:07:11 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">176900@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't say what you should do in ACF as I don't know that add-on. I just know our image upload fields  are different than file upload fields in how they are handled or processed by WordPress and other plugins and that the image field that you have was working correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Images not coming into my library -- and not being watermarked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-not-coming-into-my-library-and-not-being-watermarked#post-176295</link>
			<pubDate>Tue, 19 Mar 2013 01:00:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">176295@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll have David check in again on Tuesday.   Thanks for your patience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aptnachalaot on "Images not coming into my library -- and not being watermarked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-not-coming-into-my-library-and-not-being-watermarked#post-175827</link>
			<pubDate>Mon, 18 Mar 2013 17:58:25 +0000</pubDate>
			<dc:creator>aptnachalaot</dc:creator>
			<guid isPermaLink="false">175827@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do I need to give any more info for a response? It is quite annoying that the form won't submit when images are attached. Quite a waste, because this is the only reason I purchased the form plug in. &#60;/p&#62;
&#60;p&#62;I tried adding an image field instead of the custom field already in place, and I did not see that image anywhere in the post.&#60;/p&#62;
&#60;p&#62;There has got to be a solution. I'm just lost at where it can be fixed.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aptnachalaot on "Images not coming into my library -- and not being watermarked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-not-coming-into-my-library-and-not-being-watermarked#post-170112</link>
			<pubDate>Wed, 13 Mar 2013 15:38:06 +0000</pubDate>
			<dc:creator>aptnachalaot</dc:creator>
			<guid isPermaLink="false">170112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, thanks so much for replying so quickly (I just realized I am having problems with my e-mail so I didn't get the notification.&#60;/p&#62;
&#60;p&#62;If I change the next 8 images to images, do I have to match that in the custom fields (advanced custom fields v3.5.8.1)&#60;/p&#62;
&#60;p&#62;This is the coding that the images get applied to, just want to make sure I don't mess anything up and that the website won't recognize the pictures and put them in the right place. Also, a strange thing is now if someone adds any images in the custom fields, the form will act like it's uploading form but then instead of actually submitting it just brings you to the beginning of the form.&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;entry-content&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;?php&#60;br /&#62;
			$thumb = get_post_thumbnail_id();&#60;br /&#62;
			$img_url = wp_get_attachment_url( $thumb,'full' ); //get full URL to image (use &#34;large&#34; or &#34;medium&#34; if the images too big)&#60;br /&#62;
			$image = aq_resize( $img_url, 580, 320, true ); //resize &#38;amp; crop the image&#60;br /&#62;
		?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php if($image) : ?&#38;gt;&#60;br /&#62;
			&#60;a&#62;&#34;&#38;gt; &#38;lt;img class=&#34;propshot&#34; src=&#34;&#38;lt;?php echo $image ?&#38;gt;&#34;/&#38;gt; &#60;/a&#62;&#60;br /&#62;
		&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div class=&#34;propinfo clearfix&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;h3&#38;gt; Property Pictures &#38;lt;/h3&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php $img1 = get_post_meta($post-&#38;gt;ID, 'jh_image_1', true); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php $img_1 = aq_resize( $img1, 130, 100, true ); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php if($img1!= '') { ?&#38;gt;&#60;br /&#62;
		&#60;a&#62;&#34;&#38;gt; &#38;lt;img class=&#34;propthumbs&#34; src=&#34;&#38;lt;?php echo $img_1 ?&#38;gt;&#34;/&#38;gt; &#60;/a&#62;&#60;br /&#62;
		&#38;lt;?php  }  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php $img2 = get_post_meta($post-&#38;gt;ID, 'jh_image_2', true); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php $img_2 = aq_resize( $img2, 130, 100, true ); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php if($img2!= '') { ?&#38;gt;&#60;br /&#62;
		&#60;a&#62;&#34;&#38;gt; &#38;lt;img class=&#34;propthumbs&#34; src=&#34;&#38;lt;?php echo $img_2 ?&#38;gt;&#34;/&#38;gt; &#60;/a&#62;&#60;br /&#62;
		&#38;lt;?php  }  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php $img3 = get_post_meta($post-&#38;gt;ID, 'jh_image_3', true); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php $img_3 = aq_resize( $img3, 130, 100, true ); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php if($img3!= '') { ?&#38;gt;&#60;br /&#62;
		&#60;a&#62;&#34;&#38;gt; &#38;lt;img class=&#34;propthumbs&#34; src=&#34;&#38;lt;?php echo $img_3 ?&#38;gt;&#34;/&#38;gt; &#60;/a&#62;&#60;br /&#62;
		&#38;lt;?php  }  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php $img4 = get_post_meta($post-&#38;gt;ID, 'jh_image_4', true); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php $img_4 = aq_resize( $img4, 130, 100, true ); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php if($img4!= '') { ?&#38;gt;&#60;br /&#62;
		&#60;a&#62;&#34;&#38;gt; &#38;lt;img class=&#34;propthumbs propthumbs-last&#34; src=&#34;&#38;lt;?php echo $img_4 ?&#38;gt;&#34;/&#38;gt; &#60;/a&#62;&#60;br /&#62;
		&#38;lt;?php  }  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php $img5 = get_post_meta($post-&#38;gt;ID, 'jh_image_5', true); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php $img_5 = aq_resize( $img5, 130, 100, true ); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php if($img5!= '') { ?&#38;gt;&#60;br /&#62;
		&#60;a&#62;&#34;&#38;gt; &#38;lt;img class=&#34;propthumbs&#34; src=&#34;&#38;lt;?php echo $img_5 ?&#38;gt;&#34;/&#38;gt; &#60;/a&#62;&#60;br /&#62;
		&#38;lt;?php  }  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php $img6 = get_post_meta($post-&#38;gt;ID, 'jh_image_6', true); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php $img_6 = aq_resize( $img6, 130, 100, true ); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php if($img6!= '') { ?&#38;gt;&#60;br /&#62;
		&#60;a&#62;&#34;&#38;gt; &#38;lt;img class=&#34;propthumbs&#34; src=&#34;&#38;lt;?php echo $img_6 ?&#38;gt;&#34;/&#38;gt; &#60;/a&#62;&#60;br /&#62;
		&#38;lt;?php  }  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php $img7 = get_post_meta($post-&#38;gt;ID, 'jh_image_7', true); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php $img_7 = aq_resize( $img7, 130, 100, true ); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php if($img7!= '') { ?&#38;gt;&#60;br /&#62;
		&#60;a&#62;&#34;&#38;gt; &#38;lt;img class=&#34;propthumbs&#34; src=&#34;&#38;lt;?php echo $img_7 ?&#38;gt;&#34;/&#38;gt; &#60;/a&#62;&#60;br /&#62;
		&#38;lt;?php  }  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php $img8 = get_post_meta($post-&#38;gt;ID, 'jh_image_8', true); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php $img_8 = aq_resize( $img8, 130, 100, true ); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php if($img8!= '') { ?&#38;gt;&#60;br /&#62;
		&#60;a&#62;&#34;&#38;gt; &#38;lt;img class=&#34;propthumbs propthumbs-last&#34; src=&#34;&#38;lt;?php echo $img_8 ?&#38;gt;&#34;/&#38;gt; &#60;/a&#62;&#60;br /&#62;
		&#38;lt;?php  }  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;/div&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Images not coming into my library -- and not being watermarked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-not-coming-into-my-library-and-not-being-watermarked#post-163294</link>
			<pubDate>Thu, 07 Mar 2013 11:43:56 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">163294@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would want them all to be Image Fields and if you want one to be a featured image, it has the options to do so. This will move them to the same place as the first image upload field you have, and should hopefully allow them to be processed by whatever other plugin you are using to watermark them. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aptnachalaot on "Images not coming into my library -- and not being watermarked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-not-coming-into-my-library-and-not-being-watermarked#post-163257</link>
			<pubDate>Thu, 07 Mar 2013 11:14:36 +0000</pubDate>
			<dc:creator>aptnachalaot</dc:creator>
			<guid isPermaLink="false">163257@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Someone set up a gravityforms for me for users to upload properties.&#60;/p&#62;
&#60;p&#62;The first image is an &#34;Image Field&#34; and checked to be Set as Featured Image. This image imports into the wordpress library and gets watermarked by our plugin.&#60;/p&#62;
&#60;p&#62;All additional images are &#34;Custom Fields&#34; where he has the custom field name corresponding to an existing one (that matches the information inside wordpress).&#60;/p&#62;
&#60;p&#62;These additional custom field images do NOT get imported into the media library, nor did they get watermarked. I see they are sitting in a folder called wp-content/uploads/gravity_forms/ but I have no access to it, and more importantly these images do NOT get watermarked when I would like them to.&#60;/p&#62;
&#60;p&#62;My main issue here is watermarking, more than actually being able to see the image files, though that would be nice too.&#60;/p&#62;
&#60;p&#62;I am not sure if I should delete the custom fields and make them all image fields, but I don't see any field names for image fields, and I am afraid this is going to be a problem.&#60;/p&#62;
&#60;p&#62;Do you have any suggestions on what I should do so all my images uploaded via gravity forms will be watermarked?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
