Title: David Ruszkowski's Replies | WordPress.org

---

# David Ruszkowski

  [  ](https://wordpress.org/support/users/dmrgraphics/)

 *   [Profile](https://wordpress.org/support/users/dmrgraphics/)
 *   [Topics Started](https://wordpress.org/support/users/dmrgraphics/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dmrgraphics/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dmrgraphics/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dmrgraphics/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dmrgraphics/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dmrgraphics/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-EMail] Getting Error on Image Verification](https://wordpress.org/support/topic/getting-error-on-image-verification/)
 *  Thread Starter [David Ruszkowski](https://wordpress.org/support/users/dmrgraphics/)
 * (@dmrgraphics)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/getting-error-on-image-verification/#post-4454576)
 * Yes I disabled the caching plugin, same result.
 * What is strange is that it had worked for quite a long time previously. I’m trying
   to figure out what might have changed. I tried uploading a fresh version of the
   plugin, still nothing.
 * Thanks,
    Dave
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-EMail] Getting Error on Image Verification](https://wordpress.org/support/topic/getting-error-on-image-verification/)
 *  Thread Starter [David Ruszkowski](https://wordpress.org/support/users/dmrgraphics/)
 * (@dmrgraphics)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/getting-error-on-image-verification/#post-4454540)
 * The URL where the form is is located here: [http://www.bostonprayersummit.org/?roundabouts=impact-the-boston-area&email=1](http://www.bostonprayersummit.org/?roundabouts=impact-the-boston-area&email=1)
 * It previously worked but doesn’t now it won’t. I tried diabling any other plugins,
   I tried using a default theme, still not working. I have a caching plugin installed,
   I cleared the cache, nothing.
 * I was able to send email when the image verification was turned off.
 * Any info you could offer would be great.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Responsive Slider] How to make width=100% & height=auto](https://wordpress.org/support/topic/how-to-make-width100-heightauto/)
 *  Thread Starter [David Ruszkowski](https://wordpress.org/support/users/dmrgraphics/)
 * (@dmrgraphics)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/how-to-make-width100-heightauto/#post-4357161)
 * Yup that did it, I left out completely ‘height:500px !important’ without it is
   seems to be adjusting the height automatically. Thanks so much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Fields Creator] Get Attachment URL – Using it outside the loop?](https://wordpress.org/support/topic/get-attachment-url-using-it-outside-the-loop/)
 *  Thread Starter [David Ruszkowski](https://wordpress.org/support/users/dmrgraphics/)
 * (@dmrgraphics)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/get-attachment-url-using-it-outside-the-loop/#post-3594468)
 * I guess when I can’t get something to work I should post it here, because usually
   a couple minutes after that I figure it out…
 * I added the global query stuff, but had to change $post->ID in my original code
   to $postid. The one that worked looks like this.
 *     ```
       <!-- Custom Links for Events Page -->
       <div class="event-file-downloads">
       <?php
       global $wp_query;
       $postid = $wp_query->post->ID;
       $pdfdownloadlink = get_post_meta($postid, 'pdfdownloadlink', true);
       foreach($pdfdownloadlink as $pdfdownloadlink) {
       $file_attributes = wp_get_attachment_url( $pdfdownloadlink['file-upload'] );
       echo '<strong>File Downloads: </strong>';
       echo '<a href="' . $file_attributes . '" >';
       echo '[ ';
       echo $pdfdownloadlink['file-link-name'];
       echo ' ] ';
       echo '</a>';
       }
       ?>
       </div>
       <!-- End Custom Links for Events Page -->
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Fields Creator] Attachment URL for a PDF Link](https://wordpress.org/support/topic/attachment-url-for-a-pdf-link/)
 *  Thread Starter [David Ruszkowski](https://wordpress.org/support/users/dmrgraphics/)
 * (@dmrgraphics)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/attachment-url-for-a-pdf-link/#post-3583439)
 * Nevermind I figured this out, I got rid of the [0] after $file_attributes. Seems
   to work good now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tools for Twitter] [Plugin: Twitter Tools] Tweet Post Title?](https://wordpress.org/support/topic/plugin-twitter-tools-tweet-post-title/)
 *  [David Ruszkowski](https://wordpress.org/support/users/dmrgraphics/)
 * (@dmrgraphics)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-twitter-tools-tweet-post-title/#post-1693156)
 * Did you ever find anything about this? I am interested in this also.

Viewing 6 replies - 1 through 6 (of 6 total)