Title: jamarwright's Replies | WordPress.org

---

# jamarwright

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

 *   [Profile](https://wordpress.org/support/users/jamarwright/)
 *   [Topics Started](https://wordpress.org/support/users/jamarwright/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jamarwright/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jamarwright/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jamarwright/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jamarwright/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jamarwright/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: [[Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancybox and Gravity Forms](https://wordpress.org/support/topic/plugin-easy-fancybox-easy-fancybox-and-gravity-forms/)
 *  [jamarwright](https://wordpress.org/support/users/jamarwright/)
 * (@jamarwright)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/plugin-easy-fancybox-easy-fancybox-and-gravity-forms/page/2/#post-5609065)
 * I’m having trouble getting the light box to size to what I’ve set for the inline
   style with gravity forms. I have the “inline” option checked in settings -> media
   for the plugin, but the size isn’t readjusting.
 * I feel like my inline style is correct.
 *     ```
       <a href="#fancyboxID-1" class="fancybox-inline" style="width: 500px; height: 800px;">contact the Curator of Education</a> 
   
       <div class="fancybox-hidden" style="display: none;">
       <div id="fancyboxID-1">[gravityform id="8" ajax="true"]
       </div>
       </div>
       ```
   
 * anyone have any feedback?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Querying Image Captions within the Search.php](https://wordpress.org/support/topic/querying-image-captions-within-the-searchphp/)
 *  Thread Starter [jamarwright](https://wordpress.org/support/users/jamarwright/)
 * (@jamarwright)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/querying-image-captions-within-the-searchphp/#post-2021912)
 * Here is the code via paste bin:
 * If anyone has a suggestion, I still haven’t found a fix for this yet…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Body text wont show while embedding another webpage.](https://wordpress.org/support/topic/body-text-wont-show-while-embedding-another-webpage/)
 *  Thread Starter [jamarwright](https://wordpress.org/support/users/jamarwright/)
 * (@jamarwright)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/body-text-wont-show-while-embedding-another-webpage/#post-1802138)
 * welp, I installed the WP Iframe Embed Plugin and that fixed my issues! Hopefully
   this will help someone else.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Show only X Category Posts on Page](https://wordpress.org/support/topic/show-only-x-category-posts-on-page/)
 *  [jamarwright](https://wordpress.org/support/users/jamarwright/)
 * (@jamarwright)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/show-only-x-category-posts-on-page/page/2/#post-1058214)
 * Thanks for the help Michael. I’ll check out these links for sure
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Show only X Category Posts on Page](https://wordpress.org/support/topic/show-only-x-category-posts-on-page/)
 *  [jamarwright](https://wordpress.org/support/users/jamarwright/)
 * (@jamarwright)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/show-only-x-category-posts-on-page/page/2/#post-1058212)
 * Well, I think I’ve figured it out. I just moved the loop to the end of content
   div. That’s seems to have done what I was trying to do.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Show only X Category Posts on Page](https://wordpress.org/support/topic/show-only-x-category-posts-on-page/)
 *  [jamarwright](https://wordpress.org/support/users/jamarwright/)
 * (@jamarwright)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/show-only-x-category-posts-on-page/#post-1058210)
 * This is a great function. I’ve got it working properly on my [site.](http://www.seedsandroots.org/jim-stephens-music/)
 * Is there a way to insert these posts below the page’s content instead of it just
   completely overiding the page’s content?
 * Here is the code on my page.php file
 *     ```
       <div class="content">
   
       <?php
       $catID = 0;
       if (is_page('Sessions')) {
         $catID=177;
       } 
   
       if ($catID) {
          $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
          query_posts("cat=$catID&paged=$paged");
       } ?>
   
       		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
       ```
   

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