Title: Search boxes tripple?
Last modified: August 20, 2016

---

# Search boxes tripple?

 *  [Michael Aronoff](https://wordpress.org/support/users/masterk/)
 * (@masterk)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/search-boxes-tripple/)
 * I am on SLP 3.6
 * In any event my problem is that no matter what I do the search field tripple (
   yes show 3 times) on my SLP. In the Radius dropdown box I see 10,25,50,100,500,10,25,50,100,500,10,25,50,100,500
 * The address entry field shows 3x.
 * Has anyone else seen this? I have disabled all other plugins and that did not
   help. It is very strange.
 * [http://wordpress.org/extend/plugins/store-locator-le/](http://wordpress.org/extend/plugins/store-locator-le/)

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

 *  Plugin Author [Lance Cleveland](https://wordpress.org/support/users/charlestonsw/)
 * (@charlestonsw)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/search-boxes-tripple/#post-3133945)
 * Please provide a link to your site.
 *  Thread Starter [Michael Aronoff](https://wordpress.org/support/users/masterk/)
 * (@masterk)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/search-boxes-tripple/#post-3133946)
 * The page is at [http://www.intlwindow](http://www.intlwindow). com/dealer-locator/
   (
   remove the space for proper link)
 * I hard coded a working search function into the wordpress page and turned off
   the search and radius box I had on. But if you look at the code you can see:
 *     ```
       <div id='address_search'>
   
                             <div id='addy_in_address' class='search_item'>
                       <input type='hidden' id='addressInput' value='' />
                   </div>
                            <div id='addy_in_address' class='search_item'>
                       <input type='hidden' id='addressInput' value='' />
                   </div>
                            <div id='addy_in_address' class='search_item'>
                       <input type='hidden' id='addressInput' value='' />
                   </div>
                      </div>
       ```
   
 * I used CSS to hide the whole div since even though the inputs were hidden there
   was still extra whitespace.
 *  Plugin Author [Lance Cleveland](https://wordpress.org/support/users/charlestonsw/)
 * (@charlestonsw)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/search-boxes-tripple/#post-3134087)
 * I just spent a full day debugging a similar issue on another site. Their theme
   was manually calling shortcodes out of context and thus calling the render_shortcode()
   function in SLP multiple times.
 * This will not work properly as there are global variables that are not reset 
   on each shortcode call. The shortcode should only be called in the main content
   loop.
 *  Thread Starter [Michael Aronoff](https://wordpress.org/support/users/masterk/)
 * (@masterk)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/search-boxes-tripple/#post-3134088)
 * I am using the shortcode [STORE-LOCATOR] one on my page. How can I fix the problem?
   Should I use a php call in a custom template page? If so what would I use?
 * Thanks
 *  Plugin Author [Lance Cleveland](https://wordpress.org/support/users/charlestonsw/)
 * (@charlestonsw)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/search-boxes-tripple/#post-3134089)
 * Just using [STORE-LOCATOR] in the page content should work fine. Something in
   your theme or with another plugin is forcing the shortcode to be called prematurely.
 *  Thread Starter [Michael Aronoff](https://wordpress.org/support/users/masterk/)
 * (@masterk)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/search-boxes-tripple/#post-3134090)
 * Yes, I understand. So what are my solutions. Where should I look to fix the theme
   or can I do a workaround by not using a shortcode but using a PHP code instead?

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

The topic ‘Search boxes tripple?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/store-locator-le_dac7af.svg)
 * [Store Locator Plus®](https://wordpress.org/plugins/store-locator-le/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/store-locator-le/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/store-locator-le/)
 * [Active Topics](https://wordpress.org/support/plugin/store-locator-le/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/store-locator-le/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/store-locator-le/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Michael Aronoff](https://wordpress.org/support/users/masterk/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/search-boxes-tripple/#post-3134090)
 * Status: not resolved