Title: j2zo's Replies | WordPress.org

---

# j2zo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Permalink not redirected to new one](https://wordpress.org/support/topic/permalink-not-redirected-to-new-one/)
 *  [j2zo](https://wordpress.org/support/users/j2zo/)
 * (@j2zo)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/permalink-not-redirected-to-new-one/#post-7587368)
 * Hi Jordan,
 * What version WordPress are you running, I’m using redirection on the latest and
   it’s running properly. If you need to setup a lot of redirect rules at once you
   should create a spreadsheet to upload to the redirection plugin which can be 
   found in it’s options page. This plugin uses WordPress powered redirects by default,
   but you can configure it to run off the .htaccess file if you’re running on an
   Apache web server.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Error When Submitting Form](https://wordpress.org/support/topic/error-when-submitting-form-2/)
 *  [j2zo](https://wordpress.org/support/users/j2zo/)
 * (@j2zo)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/error-when-submitting-form-2/#post-7582214)
 * This error message usually displays when Contact Form 7 has configuration errors,
   are all the emails spelled correctly in the dashboard and does the “from” field
   have an email that matches the same domain that the form is running on? Without
   this info set properly the form can’t complete the submit process.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Photo Fetcher] Browsing photos with arrow keys Gallery thumbnail sizes](https://wordpress.org/support/topic/browsing-photos-with-arrow-keys-gallery-thumbnail-sizes/)
 *  [j2zo](https://wordpress.org/support/users/j2zo/)
 * (@j2zo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/browsing-photos-with-arrow-keys-gallery-thumbnail-sizes/#post-3662687)
 * Hey Guys,
 * Found a temp solution for this problem. Just wanna start by saying thanks first
   for such a great plugin I’ve used it a couple times on different projects here
   and there. Anyways, opening up _output_gallery.php and going down to where you
   can see where the gallery is actually be generated and output to the page there
   is:
 * `$link = '<a rel="' . htmlspecialchars($album->link) . '" class="fbPhoto" href
   ="'.$photo->source . '" title="'.$caption_with_br.' " ><img src="' . $photo->
   picture. '" alt="" /></a>';`
 * The above code is around line 258. I couldn’t exactly find out where the images
   were being resized in the plugin, but for now I just changed the URL that is 
   in the img tag so instead of having $photo->picture just use $photo->source so
   you get the full size of the image and then you can use CSS to scale it down 
   to a desired size. Hope this helps thanks again for a great plugin!

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