WPSight
Forum Replies Created
-
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Updating WPCasa breaks Ninja Forms@hetjou I would like to inform that the plugin review team has just re-listed WPCasa Ninja Forms in the directory https://wordpress.org/plugins/wpcasa-ninja-forms/.
Please note, starting with WPCasa Ninja Forms 2.0 we have dropped the support for Ninja Forms version below 3.0. To get WPCasa Ninja Forms work you have to update Ninja Forms at least to version 3.0.34.1.Hope you get your issue fixed with the updated plugin.
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Updating WPCasa breaks Ninja FormsIs this available in the new version, because the previous version does not have this option? There is no Ninja Forms tab under Settings.
Not sure what your previous version is. But with the recent WPCasa version you will get the additonal settings page. We are also working on WPCasa Ninja Forms 2.0 which supports Ninja Forms v3.0.34.1 or higher (so no support for older version anymore). I think we will publish it latest end of May.
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Updating WPCasa breaks Ninja FormsIf inserting a shortcode for Ninja Forms into the description is an issue, how should it be inserted? The website has over 800 property listings.
This is generally not a problem, but as I wrote, Ninja Forms uses its own html tags which are flagged as insecure. Thats why the form is not working. For example, You can add the form in general with a widget and place the widget below the description area. This is generally better because you don’t have to add the shortcode to every description.
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Updating WPCasa breaks Ninja FormsI’m sorry you feel that way @hetjou.
There is nothing wrong with the recent version of WPCasa. Exactly the opposite is the case. WPCasa had some security issues which was the reason for the plugin review team to close the plugin at wordpress.org. I’ve been working hard to bring WPCasa back and make it available to the public again. This includes closing the security issues. Normally a user should be grateful instead of blaming me for something not working.
The problem is not WPCasa but how Ninja Forms works and the way that you insert the contact form as a shortcode in the description. Just because it worked so far doesn’t mean it was right. I have closed the security gap and explained two ways you can solve your problem. If you can’t do it yourself, I ask you to ask a friend to help you. I don’t have time to make this customization for you at the moment. I invest my time in the plugin and make it available for free. You are free to use it as it is or customize it your self.
A third option would be to use another contact plugin that does not use its own HTML tags (which causes the problems). You don’t have to write code for this. You just have to test it.
I have taken up your case and will try to make the whole thing more compatible in the future. But right now I have other priorities.
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Updating WPCasa breaks Ninja FormsI’m sorry, but this isn’t an answer that’s easy to give quickly in a thread. You’ll first need basics like creating and using a child theme. Than you have to figure out which additional html tags are needed to fix this. I’m sorry, but I can’t provide this as part of the support here because of time issues. If anyone in the community has time to help, they are welcome to help.
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Updating WPCasa breaks Ninja FormsWhere and how did you enter the shortcode?
A little more effort in answering my questions would help find a quicker solution.
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Updating WPCasa breaks Ninja FormsThank you @hetjou. I saw it and you can roll it back for now.
Please let me know how you have included the contact form. Best would be to provide a screenshot.
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Updating WPCasa breaks Ninja FormsI just checked the website https://www.luxuryholidayhomes.co.za/listing/mossel-bay-11 and the Ninja Form does not show the code, but the regular form.
Can you provide a link where I can see the issue, please?!
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Updating WPCasa breaks Ninja FormsMore effort to explain what “breaks Ninja Forms” means would help you.
The second argument of the
add_filter()is a callback. There you have to manipulate and return the data. This post can help you to understand how to use filter with WordPress.Please understand that due to time constraints I cannot help write the code. If you need help adding the filter, someone else in the community or a friend may be able to help you.
Thank you @sfordev for the details.
I could reproduce this and have to write, this is not an issue.
With WordPress security rules in mind, we needed to sanitze the output of the listing content in order to pass plugin verification and be listed in the WordPress plugin directory again.
This sanitization required declaring the allowed HTML tags for the content. MapPress uses its own html tag
<mappress-map></mappress-map>which is of course not in the list of allowed html tags. For this reason, the HTML code of the map fails the sanitization and is removed.But there is a solution for you: you can expand the allowed HTML tags with the WordPress filter
wpsight_allowed_html_tags. Feel free to add the HTML tags you need to show the MapPress map again.Hello @sfordev.
Can you please provide more details on how to include the shortcode and which shortcode you are using exactly?
It’s best to provide some screenshots so that I can understand the issue.
Please do not assume that I know all the plugins and how to use them. The more detailed your information is, the better I can reproduce the issue and fix it if necessary (and, if there is one).
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Style Sheets Gone with Update to 1.2.9.2Hi @sfordev.
Can you please open a new thread for this topic and provide a sample how I can reproduce the issue? A screenshot where you added the shortcode and a sample where you expect the rendering of it in the frontend would be helpful. Thank you!
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Style Sheets Gone with Update to 1.2.9.2Hello @sfordev.
I want to let you know, I have just released version 1.2.10 which includes the fix for the missing styles.
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] WP casa advanced searchHi @vinkodarlic.
Yes, you can customize WPCasa Advanced Search to suit all your needs. There are filters and hooks for this. A first starting point can be the documentation at https://docs.wpcasa.com/article/wpcasa-advanced-search/#advanced-customization