Title: hitcode's Replies - page 21 | WordPress.org

---

# hitcode

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 301 through 315 (of 331 total)

[←](https://wordpress.org/support/users/hitcode/replies/page/20/?output_format=md)
[1](https://wordpress.org/support/users/hitcode/replies/?output_format=md) [2](https://wordpress.org/support/users/hitcode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/hitcode/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/hitcode/replies/page/20/?output_format=md)
21 [22](https://wordpress.org/support/users/hitcode/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/hitcode/replies/page/23/?output_format=md)
[→](https://wordpress.org/support/users/hitcode/replies/page/22/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] HTML in custom fields](https://wordpress.org/support/topic/html-in-custom-fields/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/html-in-custom-fields/#post-5542981)
 * Hello,
    you don’t even have to put an img tag to make it work, the system will
   automatically recognize if the content of the field ends with .jpg or .png or.
   gif or .svg then it will automatically render it as image.
 * And you still can make use of any HTML code as well in the custom fields.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] search -> 404 & No map](https://wordpress.org/support/topic/search-404-no-map/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/search-404-no-map/#post-5461498)
 * resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] search -> 404 & No map](https://wordpress.org/support/topic/search-404-no-map/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/search-404-no-map/#post-5461496)
 * Hi rik_blonde,
    sorry this was a bug with installations on https, it’s resolved
   in 2.3.7 version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] Can there be different locators on one site?](https://wordpress.org/support/topic/can-there-be-different-locators-on-one-site/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/can-there-be-different-locators-on-one-site/#post-5502117)
 * Hello,
    you can install two copies of Locatoraid, just make a copy of the main“
   locatoraid.php” file to something like “locatoraid_2.php” or “locatoraid_another.
   php” or anything else starting with “locatoraid_”. Then you can activate it in
   the admin panel, and it will be a completely independent install. Then you could
   use a different shortcode pointing to this new install.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] Can i switch the Zip Code and the City?](https://wordpress.org/support/topic/can-i-switch-the-zip-code-and-the-city/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/can-i-switch-the-zip-code-and-the-city/#post-5499649)
 * Hello,
    I’m sorry at the moment it could be changed through configuration, but
   if it’s ok for you to edit PHP files, please edit this one:
 * locatoraid/application/models/location_model.php
 * On line 242 change the order in which the address parts are listed. Now it is:
 * foreach( array(‘city’, ‘state’, ‘zip’) as $af )
 * make it like this:
 * foreach( array(‘zip’, ‘state’, ‘city’) as $af )
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] search -> 404 & No map](https://wordpress.org/support/topic/search-404-no-map/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/search-404-no-map/#post-5461465)
 * Could you please resend your message, or post your front end link here?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] Select country in frontend](https://wordpress.org/support/topic/select-country-in-frontend/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/select-country-in-frontend/#post-5369889)
 * Hello,
    you will also need to enable that in Configuration > Settings : Choose
   Country Drop Down.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftController Employee Shift Scheduling] Front end viewing](https://wordpress.org/support/topic/front-end-viewing/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/front-end-viewing/#post-5460338)
 * marking it closed
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] search -> 404 & No map](https://wordpress.org/support/topic/search-404-no-map/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/search-404-no-map/#post-5461387)
 * Hello,
    there might be a conflict issue with your theme or other plugin. Could
   you please give me the URL of your front end page with Locatoraid shortcode? 
   Please contact as through the contact form at [locatoraid.com](http://www.locatoraid.com/contact/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftController Employee Shift Scheduling] Front end viewing](https://wordpress.org/support/topic/front-end-viewing/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/front-end-viewing/#post-5460334)
 * Hello,
    what are the exact troubles? Didn’t it show up at all or the view is 
   somewhat awkward? Could you please give me the URL of your front end page with
   ShiftController shortcode? Please contact us through the contact form at [shiftcontroller.com](http://www.shiftcontroller.com/contact/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] Sidebar-Menu list of Region with multiple Pins](https://wordpress.org/support/topic/sidebar-menu-list-of-region-with-multiple-pins/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/sidebar-menu-list-of-region-with-multiple-pins/#post-5427943)
 * Hello,
    I’m sorry no at the moment, it would not be possible to categorize the
   locations this way.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] Select country in frontend](https://wordpress.org/support/topic/select-country-in-frontend/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/select-country-in-frontend/#post-5369873)
 * Hello,
    as of version 2.3.4 we have added the option to display country drop 
   down in the front end. You will need to have locations with various countries,
   then enable in in Configuration > Settings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] Fatal error: Call to undefined function ci_get_instance()](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-ci_get_instance/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-ci_get_instance/#post-5325534)
 * Hi,
    as of version 2.3.4, we’ve resolved that “Call to undefined function ci_get_instance()”
   error, it was happening when the post with the shortcode was appearing in the
   list rather than on a page of its own.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] Change format of location list details](https://wordpress.org/support/topic/change-format-of-location-list-details/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/change-format-of-location-list-details/#post-5417682)
 * Hello,
    I’m sorry at the moment it’s not a good idea to change the HTML output
   that is produced in the locations list by the plugin. Although there is an option
   to adjust the view by CSS. Every location property is wrapped within a `<li>`
   with a class named like “lpr-location-*property_name*”, for example for the location
   name it is “lpr-location-name”, so you can add this CSS to either your theme 
   CSS file or to the post with Locatoraid shortcode:
 *     ```
       <style>
       .lpr-location-name
       {
       font-size: 1.2em;
       color: red;
       }
       </style>
       ```
   
 * Regarding the URL instead of ‘Website’ label, as of version 2.3.4 we’ve added
   a bit of configuration for this, in the Pro version in Configuration > Location
   Form now there’s the input for the Website field. If nothing is given, it will
   display the location URL, otherwise your custom text will be shown, such as ‘
   Website’.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] Location name length](https://wordpress.org/support/topic/location-name-length/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/location-name-length/#post-5410775)
 * Hello,
    you will need to update the MySQL database for that, change the type 
   of the “name” column in the “wp_lctr2_locations” table, by default it’s varchar(
   100), so you will need to change it to something longer, or to TEXT.

Viewing 15 replies - 301 through 315 (of 331 total)

[←](https://wordpress.org/support/users/hitcode/replies/page/20/?output_format=md)
[1](https://wordpress.org/support/users/hitcode/replies/?output_format=md) [2](https://wordpress.org/support/users/hitcode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/hitcode/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/hitcode/replies/page/20/?output_format=md)
21 [22](https://wordpress.org/support/users/hitcode/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/hitcode/replies/page/23/?output_format=md)
[→](https://wordpress.org/support/users/hitcode/replies/page/22/?output_format=md)