WPSight
Forum Replies Created
-
Forum: Reviews
In reply to: [WPCasa - Real Estate for WordPress] Simple and adaptableThank you very much for your kind and motivating words Gerard! Your feedback is highly appreciated.
Forum: Reviews
In reply to: [WPCasa - Real Estate for WordPress] Superb PLuginHi davemc72,
Thank you so much for your kind review! Much appreciated.
Best regards,
Simon [WPCasa]Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] WP Casa SearchHello David,
Glad that this could be solved.
Once again, great plugin.
If you don’t mind, help us with a review 🙂 We need some positive feedback.
Thanks in advance,
Simon [WPCasa]Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] WP Casa SearchHi davemc72,
Thanks for using WPCasa and your kind feedback!
Seems you haven’t selected a main listings page in the WPCasa settings on WP-Admin > WPCasa > Settings > Listings (also see Setting up WPCasa).
Please select your main property page Our Properties there. WPCasa will then know where to display the results.
Hope this helps.
Best regards,
Simon [WPCasa]Forum: Reviews
In reply to: [WPCasa - Real Estate for WordPress] The Best RE Solution for WPHey Will-007,
Thank you very much for your feedback and your rating!
We are working hard to offer a greater variety of add-ons and themes. And we are improving the knowledge base on a daily basis.
Best regards,
Simon [WPCasa]Forum: Reviews
In reply to: [WPCasa - Real Estate for WordPress] Good solutionHi alessica,
Thanks a lot for your feedback!
Can you give some examples? Which options are missing in your opinion? Maybe we can help or even include them in a future version.
Best regards,
Simon [WPCasa]Hi tinyCoder,
Thanks for using WPCasa and your kind feedback!
These strings are part of the WPCasa core and need to be translated through the plugin translation files. WPCasa comes in English, Spanish, Brazilian Portuguese and German. If you want to display another language, you will need to add a translation for these terms.
You can use the free plugin Loco Translate for example.
Hope this help you solve your situation.
Best regards,
Simon [WPCasa]Forum: Reviews
In reply to: [WPCasa - Real Estate for WordPress] Very good pluginHi tashialoku,
Thank you so much for your kind words! Many themes and great add-ons are yet to come 🙂
Best regards,
Simon [WPCasa]Forum: Reviews
In reply to: [WPCasa - Real Estate for WordPress] Simple yet powerfulHi realx,
Thank you very much for your review!
We are working hard on coming up with new themes. We’ve just release a pretty complex theme called WPCasa London. The functionality of the upcoming themes will be similar with different designs.
But we probably cannot keep up the pace with big players like WooThemes 🙂
Best regards,
Simon [WPCasa]Forum: Plugins
In reply to: [WPCasa Advanced Search] Wpcasa advanced searchHi cosmozara,
Please have a look at the following snippets:
* http://docs.wpcasa.com/article/snippet-change-default-search-form-labels/
* http://docs.wpcasa.com/article/snippet-change-advanced-search-form-labels/And in general about adding code snippets:
* http://docs.wpcasa.com/article/using-code-snippets/
Best regards,
Simon [WPCasa]Forum: Plugins
In reply to: [WPCasa Advanced Search] How to add [shortcode] on template indexAh ok, you wanted to add it to the template file directly. Sorry, I got this wrong. Instead of calling the shortcode you can also use the function:
<?php wpsight_search(); ?>
Forum: Plugins
In reply to: [WPCasa Advanced Search] How to add [shortcode] on template indexHi Anderor,
Thanks a lot for using WPCasa!
You can find information about activating the shortcode in our documentation: http://docs.wpcasa.com/article/shortcode-wpsight_listings_search/
I tried to access your page but it seems that the link is not active anymore.
Best regards,
Simon [WPCasa]Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Single layoutHi cosmozara,
Hard to say what the problem is. You may also want to contact with the theme author. What we do in WPCasa to display the single listing content is hooking into
loop_startandloop_endto implement the single listing template of WPCasa there.You would need to look one level higher than content.php. The corresponding file is probably single.php (depends on your theme).
<?php while ( have_posts() ) : the_post(); ?> <!-- WPCasa places single lisiting template here --> <?php endwhile; // end of the loop. ?>
Hope this helps.
Best regards,
Simon [WPCasa]Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Offer arrayThanks a lot for your feedback @cosmozara! You would help us leaving a review 🙂
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Offer arrayHi cosmozara,
Have a look at the following snippet that we use to add a Foreclosure listing offer: http://docs.wpsight.com/article/snippet-add-custom-listing-offer/
These are the offer badges. But if you want to add different labels (like reduced, hot etc.), please have a look at our Listing Labels add-on https://wpcasa.com/downloads/wpcasa-listing-labels/
Best regards,
Simon [WPCasa]