Title: Olson Silver's Replies | WordPress.org

---

# Olson Silver

  [  ](https://wordpress.org/support/users/olson-silver/)

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Move nav bar below (outside of) header](https://wordpress.org/support/topic/move-nav-bar-below-outside-of-header/)
 *  [Olson Silver](https://wordpress.org/support/users/olson-silver/)
 * (@olson-silver)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/move-nav-bar-below-outside-of-header/#post-5705766)
 * Hi there,
 * I am working on our site on a local server so I can not send you a link. But 
   I am using the storefront theme and I added the code you suggested above to move
   the nav menu and that works beautifully except now when I want to add another
   function to the file I keep getting errors. I am trying to remove the breadcrumbs
   and the sku from the woo commerce files. Can you help me figure this out? am 
   I missing something in my file?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] ngg_paged_Galleries](https://wordpress.org/support/topic/ngg_paged_galleries/)
 *  [Olson Silver](https://wordpress.org/support/users/olson-silver/)
 * (@olson-silver)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/ngg_paged_galleries/#post-4115524)
 * Hi There,
 * Just wondering if there was an update on this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Changing caption from description to alt text](https://wordpress.org/support/topic/changing-caption-from-description-to-alt-text/)
 *  Thread Starter [Olson Silver](https://wordpress.org/support/users/olson-silver/)
 * (@olson-silver)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/changing-caption-from-description-to-alt-text/#post-4765102)
 * In case anyone else is looking for this here is where I found it not sure if 
   I did correctly but it appears to be working for me:
 * /public/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/
   ngglegacy/view/gallery-caption.php
 * This line:
    <span><?php echo $image->caption ?></span>
 * Change to :
    <span><?php echo $image->alttext ?></span>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Pagination in Albums not working](https://wordpress.org/support/topic/pagination-in-albums-not-working/)
 *  Thread Starter [Olson Silver](https://wordpress.org/support/users/olson-silver/)
 * (@olson-silver)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/pagination-in-albums-not-working/#post-4762818)
 * Honestly Tizz it was a stab in the dark. I found a file in the plugin titled 
   nextgen_basic_album_galleries_per_page which looked like this:
 *     ```
       <tr>
           <td>
               <label class="tooltip"
                      for="<?php echo esc_attr($display_type_name)?>_galleries_per_page"
                      title="<?php echo_h($galleries_per_page_help)?>">
                   <?php echo_h($galleries_per_page_label) ?>
               </label>
           </td>
           <td>
               <input
                   id="<?php echo esc_attr($display_type_name)?>_galleries_per_page"
                   name="<?php echo esc_attr($display_type_name) ?>[galleries_per_page]"
                   type="number"
                   min="0"
                   value="<?php echo esc_attr($galleries_per_page)?>"
                   placeholder="#"
               />
           </td>
       </tr>
       ```
   
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_
 * So I took a shot and it kind of worked. But I don’t have a lot of experience 
   with these things so I could be completely off base.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Trying to put an "order now" button under an image in NexGen Gallery](https://wordpress.org/support/topic/trying-to-put-an-order-now-button-under-an-image-in-nexgen-gallery/)
 *  Thread Starter [Olson Silver](https://wordpress.org/support/users/olson-silver/)
 * (@olson-silver)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/trying-to-put-an-order-now-button-under-an-image-in-nexgen-gallery/#post-2503450)
 * Ok not sure why the links aren’t working I am new to this but here they are one
   more time:
 * 1. [http://www.olsonsilver.com/stock-buckles/?album=1&gallery=39](http://www.olsonsilver.com/stock-buckles/?album=1&gallery=39)
 * 2. [http://www.olsonsilver.com/stock-buckles/?album=1&gallery=39&pid=384](http://www.olsonsilver.com/stock-buckles/?album=1&gallery=39&pid=384)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I can not acess my account/dashboard](https://wordpress.org/support/topic/i-can-not-acess-my-accountdashboard/)
 *  Thread Starter [Olson Silver](https://wordpress.org/support/users/olson-silver/)
 * (@olson-silver)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/i-can-not-acess-my-accountdashboard/#post-2033350)
 * Thank-you again for all your help. I called the web designer and she fixed it
   for me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I can not acess my account/dashboard](https://wordpress.org/support/topic/i-can-not-acess-my-accountdashboard/)
 *  Thread Starter [Olson Silver](https://wordpress.org/support/users/olson-silver/)
 * (@olson-silver)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/i-can-not-acess-my-accountdashboard/#post-2033297)
 * I sounds like such an idiot. I don’t think we installed word press our website
   was set up by a web design company and they got everything published and online
   for us. I will contact them and see if they can help me. Thanx for all your suggestions
   please let me know if you think of anything else.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I can not acess my account/dashboard](https://wordpress.org/support/topic/i-can-not-acess-my-accountdashboard/)
 *  Thread Starter [Olson Silver](https://wordpress.org/support/users/olson-silver/)
 * (@olson-silver)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/i-can-not-acess-my-accountdashboard/#post-2033228)
 * I can’t get to my Control Panel it won’t even take me to the screen to put in
   my user name and password it just keeps giving me the error message

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