Title: pjdc's Replies | WordPress.org

---

# pjdc

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] More info box not working properly](https://wordpress.org/support/topic/more-info-box-not-working-properly/)
 *  Thread Starter [pjdc](https://wordpress.org/support/users/pjdc/)
 * (@pjdc)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/more-info-box-not-working-properly/#post-8298166)
 * Ok, so updating the theme was the problem…
    Thanks for helping me out! I got 
   everything back up and running!
 * For anyone looking for the code to add the description to the map-box:
 *     ```
       add_filter( 'wpsl_info_window_template', 'custom_info_window_template' );
   
       function custom_info_window_template() {
   
           $info_window_template = '<div data-store-id="<%= id %>" class="wpsl-info-window">' . "\r\n";
           $info_window_template .= "\t\t" . '<p>' . "\r\n";
           $info_window_template .= "\t\t\t" .  wpsl_store_header_template() . "\r\n";  
           $info_window_template .= "\t\t\t" . '<span><%= address %></span>' . "\r\n";
           $info_window_template .= "\t\t\t" . '<% if ( address2 ) { %>' . "\r\n";
           $info_window_template .= "\t\t\t" . '<span><%= address2 %></span>' . "\r\n";
           $info_window_template .= "\t\t\t" . '<% } %>' . "\r\n";
           $info_window_template .= "\t\t\t" . '<span>' . wpsl_address_format_placeholders() . '</span>' . "\r\n";
           $info_window_template .= "\t\t" . '</p>' . "\r\n";
   
           $info_window_template .= "\t\t" . '<% if ( description ) { %>' . "\r\n";
           $info_window_template .= "\t\t" . '<%= description %>' . "\r\n";
           $info_window_template .= "\t\t" . '<% } %>' . "\r\n";
   
           $info_window_template .= "\t\t" . '<%= createInfoWindowActions( id ) %>' . "\r\n";
           $info_window_template .= "\t" . '</div>' . "\r\n";
   
           return $info_window_template;
       }
   
       add_filter( 'wpsl_include_post_content', '__return_true' );
   
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] More info box not working properly](https://wordpress.org/support/topic/more-info-box-not-working-properly/)
 *  Thread Starter [pjdc](https://wordpress.org/support/users/pjdc/)
 * (@pjdc)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/more-info-box-not-working-properly/#post-8298105)
 * Hello Tijmen,
 * Indeed, the info was probably still showing because of the cache.
    Now it works
   like you say, the box opens, but no extra info (mail, website phone) is inside.
 * I have used the **text-editor** for this info (mail, site, phone), not the fields
   of the plugin.
    The fact that this info does not show anymore is probably because
   i updated WordPress and the function was deleted.
 * Could you please remind me how to add the function to show the text-editor info
   in the map-box? I added this function and was working before the WordPress update,
   but i forgot how…
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Wp Store Locator labels are used instead of WPML string translation](https://wordpress.org/support/topic/wp-store-locator-labels-are-used-instead-of-wpml-string-translation/)
 *  Thread Starter [pjdc](https://wordpress.org/support/users/pjdc/)
 * (@pjdc)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/wp-store-locator-labels-are-used-instead-of-wpml-string-translation/#post-7660171)
 * Wow, it was that simple… 🙂
    Thanks a lot for the solution!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Wp Store Locator labels are used instead of WPML string translation](https://wordpress.org/support/topic/wp-store-locator-labels-are-used-instead-of-wpml-string-translation/)
 *  Thread Starter [pjdc](https://wordpress.org/support/users/pjdc/)
 * (@pjdc)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/wp-store-locator-labels-are-used-instead-of-wpml-string-translation/#post-7660147)
 * Ok, thanks for looking into it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Wp Store Locator labels are used instead of WPML string translation](https://wordpress.org/support/topic/wp-store-locator-labels-are-used-instead-of-wpml-string-translation/)
 *  Thread Starter [pjdc](https://wordpress.org/support/users/pjdc/)
 * (@pjdc)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/wp-store-locator-labels-are-used-instead-of-wpml-string-translation/#post-7660145)
 * I used WPML > String translation, then searched for strings containing the word‘
   search’, within the wpsl domain.
 * This is a screenshot of one of the translations.
    I can not see if this is the‘[
   wpsl_settings]search_label’ but i guess it will be. How can i check that?
 * [http://security-expert.liquidsociety.be/wp-content/uploads/2016/08/Schermafbeelding-2016-08-16-om-09.34.11.png](http://security-expert.liquidsociety.be/wp-content/uploads/2016/08/Schermafbeelding-2016-08-16-om-09.34.11.png)
 *   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/)
 *  Thread Starter [pjdc](https://wordpress.org/support/users/pjdc/)
 * (@pjdc)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/more-info-link-scrolls-down-page/#post-7645471)
 * [@minde](https://wordpress.org/support/users/minde/): I think it might be a better
   idea to make a new topic, instead of replying on a topic with a different subject.
 * [@tijmen](https://wordpress.org/support/users/tijmen/): Ok, i might solve it 
   that way.
    The page used to have a contact form only, now i added the Store Locator.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] WP Store Locator WPML Stores Double](https://wordpress.org/support/topic/wp-store-locator-wpml-stores-double/)
 *  Thread Starter [pjdc](https://wordpress.org/support/users/pjdc/)
 * (@pjdc)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/wp-store-locator-wpml-stores-double/#post-7656809)
 * Ok, thanks for the reply.
    I have a caching plugin, but it was not active at 
   the time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] WP Store Locator WPML Stores Double](https://wordpress.org/support/topic/wp-store-locator-wpml-stores-double/)
 *  Thread Starter [pjdc](https://wordpress.org/support/users/pjdc/)
 * (@pjdc)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/wp-store-locator-wpml-stores-double/#post-7656798)
 * Hi Tijmen, i don’t really know what i dit to fix the problem, but is is suddenly
   not showing the search results double. I will markt the topic as resolved.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] WP Store Locator WPML Stores Double](https://wordpress.org/support/topic/wp-store-locator-wpml-stores-double/)
 *  Thread Starter [pjdc](https://wordpress.org/support/users/pjdc/)
 * (@pjdc)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/wp-store-locator-wpml-stores-double/#post-7656795)
 * Hello Tijmen,
 * The URL is [http://security-expert.liquidsociety.be/contact/](http://security-expert.liquidsociety.be/contact/)
 * Disabling all other plugins and switching to de default theme did not help.
 * I’m using the latest version of WPML, 3.4.1.1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] WP Store Locator WPML Stores Double](https://wordpress.org/support/topic/wp-store-locator-wpml-stores-double/)
 *  Thread Starter [pjdc](https://wordpress.org/support/users/pjdc/)
 * (@pjdc)
 * [10 years ago](https://wordpress.org/support/topic/wp-store-locator-wpml-stores-double/#post-7656778)
 * Ps, i have already read this post ([https://wpstorelocator.co/document/duplicate-locations-search-results-wpml/](https://wpstorelocator.co/document/duplicate-locations-search-results-wpml/))
   and made sure the latitude and longitude values are exactly the same.
 *   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/)
 *  Thread Starter [pjdc](https://wordpress.org/support/users/pjdc/)
 * (@pjdc)
 * [10 years ago](https://wordpress.org/support/topic/more-info-link-scrolls-down-page/#post-7645451)
 * [http://security-expert.liquidsociety.be/contact/](http://security-expert.liquidsociety.be/contact/)

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