Title: minde833's Replies | WordPress.org

---

# minde833

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] More info link scrolls down page](https://wordpress.org/support/topic/more-info-link-scrolls-down-page/)
 *  [minde833](https://wordpress.org/support/users/minde833/)
 * (@minde833)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/more-info-link-scrolls-down-page/#post-7645465)
 * my designer isnt giving much of a support right now. i’ve used up the quota for
   that. so i figured i’ll give it a go here.
 * i’m able to close all other info windows (start location, or random location 
   when i click). I just can’t seem to close the info window for the store location
   only.
 * Is there a script for the info window closing action, I could check against mine
   if something’s messed up. not sure if my ex-designer tweaked it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Info Windows Can't Close](https://wordpress.org/support/topic/info-windows-cant-close/)
 *  Thread Starter [minde833](https://wordpress.org/support/users/minde833/)
 * (@minde833)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/info-windows-cant-close/#post-7640768)
 * ive reverted back to the original coding for now
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Info Windows Can't Close](https://wordpress.org/support/topic/info-windows-cant-close/)
 *  Thread Starter [minde833](https://wordpress.org/support/users/minde833/)
 * (@minde833)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/info-windows-cant-close/#post-7640767)
 * hello ,
 * thanks for getting back so quickly. ive asked my designer to fix the js error
   and the errors are now gone . however the problem still exist , is there other
   possible reasons for the x not responding to clicks?
 * thanks again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] [Plugin: WP Store Locator] Custom Meta Tag – Help needed](https://wordpress.org/support/topic/wp-store-locator-custom-meta-tag-help-needed/)
 *  Thread Starter [minde833](https://wordpress.org/support/users/minde833/)
 * (@minde833)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/wp-store-locator-custom-meta-tag-help-needed/#post-7598862)
 * thanks so much, that code really helped me!
    Cheers and thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] [Plugin: WP Store Locator] Custom Meta Tag – Help needed](https://wordpress.org/support/topic/wp-store-locator-custom-meta-tag-help-needed/)
 *  Thread Starter [minde833](https://wordpress.org/support/users/minde833/)
 * (@minde833)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/wp-store-locator-custom-meta-tag-help-needed/#post-7598823)
 * Hi,
 * so I’ve been amending the code and it seems to be partially working.
 * [http://www.alloygator.com.my/find-a-fitter/](http://www.alloygator.com.my/find-a-fitter/)
 * It appears the “Additional Information” data is displayed.
 * May I ask what code I should add in to display the title ? For instance,
 * **Title=Stock Availability:** : “Additional Information input”
 * My current code is
 *     ```
       /**
            * Include the data from a custom field called 'my_textinput'.
            *
            * Before you can access the 'my_textinput' data in the template,
            * you first need to make sure the data is included in the JSON output.
            *
            * You can make the data accessible through the wpsl_frontend_meta_fields filter.
            */
           $listing_template .= "\t\t\t" . '<% if ( stock ) { %>' . "\r\n";
           $listing_template .= "\t\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'stock_label', __( 'Stock', 'wpsl' ) ) ) . '</strong><p><%= stock %></p>' . "\r\n";
           $listing_template .= "\t\t\t" . '<% } %>' . "\r\n";
       ```
   

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