pragmaticmates
Forum Replies Created
-
Forum: Plugins
In reply to: [Realia] Seo URLHi,
unfortunately such a functionality is not available. Do you have some sort of tutorial where I can read how to create such a URL? Thanks
Forum: Plugins
In reply to: [Realia] Changing Select type from check boxes to dropdownHi,
this is possible only writing custom code. We are using CMB2 plugin for custom fields. I recommend you to check their documentation for more information.
Cheers
Forum: Plugins
In reply to: [Realia] Front End SubmissinHi,
(1) You must set all settings for submission system in Customizer.
(2) This is possible only by overwriting the template.
Cheers
Forum: Plugins
In reply to: [Realia] Map speed and geolocationResolved
Forum: Plugins
In reply to: [Realia] Agent emails show us as urlResolved
Forum: Plugins
In reply to: [Realia] Realia 0.8.5 – No properties foundResolved
Forum: Plugins
In reply to: [Realia] Realia 0.8.5 property status defaults to Draft – unable to changeResolved
Forum: Plugins
In reply to: [Realia] Slow WP SupportThis forum is focused only on Realia plugin
Forum: Plugins
In reply to: [Realia] Disable RENT or SALE Contract TypeHi,
sorry for that but contract type is not taxonomy anymore. Contract type is a custom field defined via CMB2. Here you can see source code where it is defined
If you are familiar with remove_action() you can easily remove fields definition in theme and then just copy & paste almost same code into functions.php without the contract field.
Forum: Plugins
In reply to: [Realia] 3 ShortcodesResolved
Forum: Plugins
In reply to: [Realia] Map speed and geolocationHi,
you have to enable geolocation support on mobile.
Forum: Plugins
In reply to: [Realia] Agent emails show us as urlHi,
thanks for report. If you are familiar with github please crate an issue
https://github.com/PragmaticMates/realia
Cheers
Forum: Plugins
In reply to: [Realia] Realia 0.8.5 – No properties foundYes, this is related to your previous question
Forum: Plugins
In reply to: [Realia] Realia 0.8.5 property status defaults to Draft – unable to changeHi,
please check that you have disabled package system under “Customize – Realia Submission”. If you enabled package system and you did not assigned any package with valid data to user, everything will be moved into draft state.
Cheers
Forum: Plugins
In reply to: [Realia] Change the Properties main categoriesHi,
do you want to add another taxonomy?
http://wprealia.com/documentation/general-topics/taxonomies.html
Cheers