Forum Replies Created

Viewing 15 replies - 136 through 150 (of 207 total)
  • Plugin Author WPSight

    (@wpsight)

    For completion: I already have answered you through your ticket.

    Closing this for now.

    All the best,
    Joe [WPCasa]

    Plugin Author WPSight

    (@wpsight)

    Hello,

    I’m not sure what you mean by that you’ve pasted this snippet to wp-sight-search? However, the labels for bathroom and bedrooms can be edited through your options in WP-Admin > WPCasa > Settings > Listings > Listing Features.

    All the best,
    Joe [WPCasa]

    Plugin Author WPSight

    (@wpsight)

    Hello,

    what version of WPCasa are you currently using? And where did you pasted this snippet? Also what are you actually trying to change? The possible values of those details (1, 2, 3,…) or only the name?

    All the best,
    Joe [WPCasa]

    Forum: Plugins
    In reply to: [WPCasa] Compatibility
    Plugin Author WPSight

    (@wpsight)

    Hello,

    yes, WPCasa is compatible with the latest version of WordPress. We will release an update soon which will also reflect that information in the plugin info.

    We also have users who are using WPCasa with WPML and it seems to be working fine, altough our recommended solution would be Polylang. We also have a bridge addon for Polylang available (WPCasa Polylang) which adds the necessary strings for the string translation.

    We already have italian translation available and will include it with the next update.

    All the best

    Plugin Author WPSight

    (@wpsight)

    Hi Mark,

    thanks for getting in touch.

    We actually have no reports from our users that the Google Maps aren’t working, thus I’m not sure why the Google Maps code should be outdated. However, your initial request was very good and you already tested and confirmed a few things. But it is also important to know what theme you’re using and if there is might be an incompatibility.

    Feel free to leave that for now, but if you prefer to let me have a closer look on it just let me know.

    All the best

    Forum: Plugins
    In reply to: [WPCasa] Listing type order
    Plugin Author WPSight

    (@wpsight)

    Hello Dan,

    no, by ID. Which obviously doesn’t make much sense. Order by name makes much more sense therefore we will change it with the upcoming release.

    All the best,
    Joe [WPCasa]

    Forum: Plugins
    In reply to: [WPCasa] broken image links
    Plugin Author WPSight

    (@wpsight)

    Hello,

    you’re using relative paths for your images. It expects images to be on https://treasurecoastcommercialrealestate.com/property-listings/wp-content/uploads/2017/01/banner-acquisitions-2.jpg and that is the issue. Not sure how you can solve this since I do not know how this is implemented, but this issue has nothing really to do with WPCasa.

    All the best

    Forum: Plugins
    In reply to: [WPCasa] author box
    Plugin Author WPSight

    (@wpsight)

    Hello,

    the Website Field is a default Field of the WordPress user Profile. Here is some information which might help you.

    As an alternative you can simply add your own custom profile field with the following code snippet:

    add_filter( 'wpsight_profile_contact_fields', 'custom_profile_contact_fields' );
    
    function custom_profile_contact_fields( $fields ) {
    
      $fields['loopnet']['label'] = __( 'Loopnet', 'wpcasa' );
      return $fields;
    
    }

    See here how you can add snippets to your site.

    All the best,
    Joe [WPCasa]

    .

    • This reply was modified 8 years, 1 month ago by WPSight.
    Plugin Author WPSight

    (@wpsight)

    Hello Dan,

    this is unfortunately not possible at the moment. It is possible to use listing categories to have Commercial Properties grouped together and Residential Properties in another category, but there is no way to “split” the search form.

    All the best

    Plugin Author WPSight

    (@wpsight)

    Hello Dan,

    thank you for your message.

    We’re aware that there are still a few small issues with missing textdomains on some strings and we will fix this with the next update.

    We usually recommend to use Loco Translate to do the translations. This makes it pretty easy to add new translations to your plugins and themes, scan the template files and start translating.

    Especially for the Search by Price I assume you have the WPCasa Advanced Search plugin installed and active. So the translation must be done there.

    The “Toogle Map” and the Rental Periods do not use PO/MO Files for the translation but can be modified from within your WPCasa Settings.

    And as for the custom offer I guess you might need to add a translation for your child theme/theme and make sure to load the translation files. See here for more info: https://codex.www.ads-software.com/Function_Reference/load_theme_textdomain

    All the best,
    Joe [WPCasa]

    • This reply was modified 8 years, 1 month ago by WPSight. Reason: added link to loco translate
    Plugin Author WPSight

    (@wpsight)

    Hello,

    glad that you could found the code and solve this by yourself. Just to add, the dashboard attribute is actually for the WPCasa Dashboard plugin and tells if a custom detail should also get displayed in the WPCasa Dashboard’s Frontend Editor or not. But yes, you need to give your custom detail a name from within the WPCasa settings.

    All the best

    Plugin Author WPSight

    (@wpsight)

    Hello,

    sorry for the late reply.

    This is currently not possible but we already have this on our list and will include options for that within one of the next updates. Thanks for your patience.

    All the best

    Plugin Author WPSight

    (@wpsight)

    Hello,

    if you plan to customize the plugin try to use the available action and filter hooks. I can’t currently say for 100% if and how we implement this feature in what version. It can be the next release but possible also one after. So just be aware that you backup your changes and before you update make sure we’ve got this feature implemented. To stay on track you can follow us on Twitter, Facebook or subscribe to our newsletter.

    All the best

    Forum: Plugins
    In reply to: [WPCasa] Property Search
    Plugin Author WPSight

    (@wpsight)

    Hello,

    technically it is possible but more of a customization. You can however modify those fields and the values, but the search would also need to get customized.

    If you do not have enough experience with that I would recommend you to hire a webdeveloper for that.

    All the best

Viewing 15 replies - 136 through 150 (of 207 total)