Title: skyle's Replies | WordPress.org

---

# skyle

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Athena] Multiple Galleries](https://wordpress.org/support/topic/multiple-galleries-12/)
 *  Thread Starter [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/multiple-galleries-12/#post-7425920)
 * Thanks for implementing this! But there is no documentation to show how to gracefully
   use it. Right now it looks like you create a page for each gallery and then populate
   your menu with submenu items of each gallery. Unfortunately I cannot see how 
   these galleries can function in the way the first lightbox gallery did as they
   don’t allow a title for the gallery and cannot be displayed as a grid on one 
   page in the way your Team plugin does.i.e. [http://www.fullscalearchitecture.com/press/selected-projects/](http://www.fullscalearchitecture.com/press/selected-projects/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Athena] Styling Sub-menus, Child menus](https://wordpress.org/support/topic/styling-sub-menus-child-menus/)
 *  Thread Starter [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/styling-sub-menus-child-menus/#post-7425613)
 * Sorry, I just noticed that the Smartcat website ([https://smartcatdesign.net](https://smartcatdesign.net))
   header does what I was looking for in my item #1 above. Is there a way to employ
   this header animation in Athena. Basically the text AND image both scale or move
   to recreate (or what I perceive is creating) a new center justification when 
   the page scrolls up.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Athena] Allow both a logo image *and* text in the header](https://wordpress.org/support/topic/allow-both-a-logo-image-and-text-in-the-header/)
 *  [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/allow-both-a-logo-image-and-text-in-the-header/#post-7200001)
 * Can you provide info on what you changed and where you changed it? Including 
   where you changed the style rules. Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Atahualpa] [Theme: Atahualpa] Rotating header issues](https://wordpress.org/support/topic/theme-atahualpa-rotating-header-issues/)
 *  [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/theme-atahualpa-rotating-header-issues/#post-2106524)
 * I have tried VeGenesist’s Header fix but it does not solve the problem. No rotation.
   FIle names lower case no-spaces. Delay is set to 2 with no fade or pre-load.The
   page loads random image function fine. Loading other Atahualpa sites into my 
   browser works fine and have rotation. My host is Network Solutions. Site starting
   at [http://www.gallowayfarm.com/press](http://www.gallowayfarm.com/press). Why
   so hard?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Automatically List All Pages of the Same Theme](https://wordpress.org/support/topic/automatically-list-all-pages-of-the-same-theme/)
 *  [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/automatically-list-all-pages-of-the-same-theme/#post-940962)
 * How about if you want to list all pages that were created by the Page Template
   named ‘programs’?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [PHP and Internet Explorer 7 (PC) – Custom Theme](https://wordpress.org/support/topic/php-and-internet-explorer-7-pc-custom-theme/)
 *  Thread Starter [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/php-and-internet-explorer-7-pc-custom-theme/#post-889754)
 * Would you mind looking at the validator link that you posted and go to the first
   error. The “>” is there. Leave it to me to have a problem like this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [PHP and Internet Explorer 7 (PC) – Custom Theme](https://wordpress.org/support/topic/php-and-internet-explorer-7-pc-custom-theme/)
 *  Thread Starter [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/php-and-internet-explorer-7-pc-custom-theme/#post-889718)
 * Hugh? The unclosed tags don’t show up in the original code that you pasted. I
   can’t see any errors in my code either.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Exclude Sidebar on Parent AND Children AND Future Children](https://wordpress.org/support/topic/exclude-sidebar-on-parent-and-children-and-future-children/)
 *  Thread Starter [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/exclude-sidebar-on-parent-and-children-and-future-children/#post-878585)
 * Some bright chap figured this out. Here’s the solution:
    <?php if (is_page() &&(
   is_page(8) || $post->post_parent==”8″)==false) { ?>
 * This says “don’t show the code that follows on a blog page and page 8 or the 
   children of page 8.”
 * Just logic is all. In may case what I’m not wanting to show is a sidebar recent
   post list.
    <div id=”right_blog”>
 * <?php if (is_page() && (is_page(8) || $post->post_parent==”8″)==false) { ?>
    
   <div class=”heading”>Stories</div>
    -  <?php $postlist = get_posts(‘showposts=5’);
       foreach ($postlist as $post):?
      >
    - 
    - <?php endforeach;
       ?> <?php } else { } ?>
 * </div>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Add Picture from Album in NEXTGEN](https://wordpress.org/support/topic/add-picture-from-album-in-nextgen/)
 *  Thread Starter [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/add-picture-from-album-in-nextgen/#post-842343)
 * The Add Media tab was not working because my ISP was using PHP4. I had them move
   my site to a server running PHP5 and it works now.
 * THanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [nextgen-gallery – two pictures in Thickbox effect V0.99](https://wordpress.org/support/topic/nextgen-gallery-two-pictures-in-thickbox-effect-v099/)
 *  [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/nextgen-gallery-two-pictures-in-thickbox-effect-v099/#post-871519)
 * Ooops. It looks like it was the Slimbox plugin. I turned that off and now both
   NGG and pb-embed work well together.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [nextgen-gallery – two pictures in Thickbox effect V0.99](https://wordpress.org/support/topic/nextgen-gallery-two-pictures-in-thickbox-effect-v099/)
 *  [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/nextgen-gallery-two-pictures-in-thickbox-effect-v099/#post-871518)
 * I’ve got a similar issue with pb-embedFlash (by Pascal Berkhahn) plugin that 
   displays SWF media using Lightbox or Thickbox. So if you’ve got images being 
   shown box NGG you can’t also display Flash videos on the same page using the 
   pb-embedFlash. See the following link for an example.
    [http://www.fullscalearchitecture.com/images/lightbox-thickbox.jpg](http://www.fullscalearchitecture.com/images/lightbox-thickbox.jpg)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Akismet shows only first page of spam](https://wordpress.org/support/topic/akismet-shows-only-first-page-of-spam/)
 *  [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/akismet-shows-only-first-page-of-spam/#post-767329)
 * I’ve got the same problem with second pages. Did you resolve yours?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Add Picture from Album in NEXTGEN](https://wordpress.org/support/topic/add-picture-from-album-in-nextgen/)
 *  Thread Starter [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/add-picture-from-album-in-nextgen/#post-842307)
 * How do you place an image from a specific gallery into a post!!!
    Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Add Picture from Album in NEXTGEN](https://wordpress.org/support/topic/add-picture-from-album-in-nextgen/)
 *  Thread Starter [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/add-picture-from-album-in-nextgen/#post-842306)
 * Hi skyle: I guess nobody knows what you’re talking about. Or Nextgen is being
   used by many people because this seems like such an obvious flaw that if no one
   is coming across it they must not be using it.
 * Watch out, here comes a tumbleweed.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Nextgen Gallery Sidebar Widget for each Page](https://wordpress.org/support/topic/nextgen-gallery-sidebar-widget-for-each-page/)
 *  Thread Starter [skyle](https://wordpress.org/support/users/skyle/)
 * (@skyle)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/nextgen-gallery-sidebar-widget-for-each-page/#post-831625)
 * Nude pages!

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