WPSight
Forum Replies Created
-
Forum: Plugins
In reply to: [WPCasa] Contact AgentHello,
you can hide that button with CSS. Simply paste the following CSS into the Custom CSS Field in your customizer (if you use WordPress 4.7 or above) or you can add it to your child theme’s style.css or you can use a 3rd party plugin like Simple Custom CSS:
.wpsight-listing-agent-archive {display: none;}
All the best
Forum: Plugins
In reply to: [WPCasa] Single Listing Video FootageHello,
by default you can also use the core gallery function from WordPress by grouping multiple images and adding them to the editor. If you want a dedicated widget to place you can have a look at our themes where gallery functionality is embedded. Other than that you can use any 3rd party gallery plugin to display your images.
But we also maybe publish a gallery plugin soon. At least we have this on our todo list but it rather has low priority since having a gallery is already possible.
All the best
Forum: Plugins
In reply to: [WPCasa] For Sale TagHello,
you can use the following code snippet to do that:
/** * Add custom listing offer to default * set sale and rent. */ add_filter( 'wpsight_offers', 'custom_wpsight_offers' ); function custom_wpsight_offers( $offers ) { // remove sale offer unset($offers['sale']); // add lease offer $offers['lease'] = __( 'for lease', 'wpcasa' ); return $offers; }
You can find more infos about this here.
And read here how you can use code snippets on your site.
All the best
Forum: Plugins
In reply to: [WPCasa] Single Listing Video FootageHello,
you can add this only directly into the editor/description at the moment. We plan a more proper integration through a custom plugin for that but this can still take a little.
All the best
Forum: Plugins
In reply to: [WPCasa Polylang] Polylang for Estatik real estate pluginHello,
sorry for the late reply.
Estatik is a whole different system opposed to WPCasa. This WPCasa Polylang Plugin works only if you use WPCasa and Polylang together to create a multilingual website.
All the best,
Joe [WPCasa]Forum: Themes and Templates
In reply to: [upTown] How to change the height of the header?Hello,
basically you did everything right. Are you sure that your custom CSS loads fine?
All the best,
Joe [WPCasa]Forum: Themes and Templates
In reply to: [upTown] Theme Not Loading in Firefox or IEHello,
do you have a link to your website?
All the best,
JoeForum: Plugins
In reply to: [WPCasa] 404 when searching by offerHi squarestar,
Thanks for using WPCasa! And sorry for the late response.
Pleaes provide a link if you have this test site online. Otherwise I recommend to check if you set up the listings page in the WPCasa settings:
https://docs.wpcasa.com/article/setting-up-wpcasa/
Best regards,
Simon [WPCasa]Forum: Plugins
In reply to: [WPCasa] Listing Single Page ProblemsHi xcaramel,
Thanks a lot for using WPCasa and your kind feedback! Also sorry for the late response!
On the single listing page the plugin uses the WordPress loop (filters: loop_start and loop_end) to overwrite the content template with the property information.
Seems that your theme does not use the loop properly. I recommend to contact the theme author and see if she or he can help.
Best regards,
Simon [WPCasa]Forum: Plugins
In reply to: [WPCasa] Backend Broken after wp 4.6 update on Legacy WP CASAYou can install the following plugin to fix this bug: https://cloudup.com/cUDPupnSxaO
Dear users, this does only affect the old theme framework version of WPCasa. The plugin of this repository is not affected.
Forum: Plugins
In reply to: [WPCasa] Backend Broken after wp 4.6 update on Legacy WP CASAAt the moment I am unable to reproduce the issue. Will keep investigating and post a fix or release an update.
Forum: Reviews
In reply to: [WPCasa] Simple and adaptableThank you very much for your kind and motivating words Gerard! Your feedback is highly appreciated.
Forum: Reviews
In reply to: [WPCasa] Superb PLuginHi davemc72,
Thank you so much for your kind review! Much appreciated.
Best regards,
Simon [WPCasa]Forum: Plugins
In reply to: [WPCasa] 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] 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]