Title: spr1101's Replies | WordPress.org

---

# spr1101

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twelve] Nextgen Gallery display issue](https://wordpress.org/support/topic/theme-twentytwelve-nextgen-gallery-display-issue/)
 *  [spr1101](https://wordpress.org/support/users/spr1101/)
 * (@spr1101)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/theme-twentytwelve-nextgen-gallery-display-issue/#post-3462373)
 * i have the same problem. can you tell me if the changes go in the new folder 
   that you say to create? I’ve tried everything and nothing is working.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Parent page displaying child pages in post format](https://wordpress.org/support/topic/parent-page-displaying-child-pages-in-post-format/)
 *  Thread Starter [spr1101](https://wordpress.org/support/users/spr1101/)
 * (@spr1101)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/parent-page-displaying-child-pages-in-post-format/#post-3559540)
 * After a lot of experimenting I figured out how to do what I wanted and here’s
   the code excerpt in case anyone is interested:
 *     ```
       <?php
               /*global $post;*/
               $mypages = get_pages( array( 'child_of' => $post->ID, 'sort_column' => 'post_date', 'sort_order' => 'desc' ) );
               foreach ($mypages as $post) :  setup_postdata($post); ?>
                       <div>
                               <br />
                               <a href="<?php the_permalink();?>"><?php the_title();?></a>
                               <?php the_excerpt(); ?>
                       </div>
               <?php endforeach; ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [attempting to make twentytwelve child theme non-responsive](https://wordpress.org/support/topic/attempting-to-make-twentytwelve-child-theme-non-responsive/)
 *  Thread Starter [spr1101](https://wordpress.org/support/users/spr1101/)
 * (@spr1101)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/attempting-to-make-twentytwelve-child-theme-non-responsive/#post-3545719)
 * I’ve managed to fix this. What I did was take everything from the parent theme
   for `@media screen and (min-width: 600px)` and put it in my child theme’s stylesheet
   under `@media screen and (min-width: 10px)`. Then, in order to eliminate unnecessary
   code I started removing bits and retesting.
 * Everything’s well now.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Fresh and Clean theme](https://wordpress.org/support/topic/fresh-and-clean-theme/)
 *  [spr1101](https://wordpress.org/support/users/spr1101/)
 * (@spr1101)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/fresh-and-clean-theme/#post-3545718)
 * My appologies, i accidentally posted here. But now that I’m here.. hmm my first
   suggestion would be to get firebug installed for firefox and take a look at what
   styles are being applied. This way you can see whether your styles are being 
   overwritten.

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