• Resolved VoutNL

    (@voutnl)


    Currently i’m experiencing some problems with the price values that can be set within the search widget. The options given by the widget are all empty.

    When i take an look at the source code i see the following PHP warnings,

    Warning: number_format() expects parameter 2 to be long, string given in /s01/vgn/website/wp-content/plugins/fs-real-estate-plugin/common_functions.php on line 284

    It seems that the values i use (price per square meter, those are lower than 1000) are causing the problem.

    Also, the module is trying to load the maps script inside the admin area of wordpress. Don’t think it’s needed there.

    http://wordpress.org/extend/plugins/fs-real-estate-plugin/

Viewing 8 replies - 1 through 8 (of 8 total)
  • same with me! my search widget has many blank lines!

    Thread Starter VoutNL

    (@voutnl)

    At this moment i’m cleaning up the code and get some structure into it… as an frontender i hate it when people try to position items’s with empty paragraph tags (like it has been done in the listing_details.php for example).

    Above doesn’t have a thing to do with the price filter options but when working with this ‘real estate’ module i’m having my thoughts about how the code has been written… in my opinion (but i’m not an programmer so maybe i’m wrong) it could have been done better.

    Can you please let me know which file to change or how can I add prices?

    I’m also trying to make the widget search fit for a bigger widget area like the size of my header, instead of sidebar size… (because i don’t want it on the side bar). display:inline doesn’t work (user agente issue) and I’ve been adding divs and divs and the submit button part is getting complicated 🙁

    Plugin Author FireStorm Plugins

    (@wfernley)

    Hello, thanks for your comments. Much of the code has been improved in version 2.06. We will be continuing to improve code in the coming months. Every developer has a different way of accomplishing a specific task :). The key with a WordPress plugin is compatibility with themes.

    Hopefully in version 2.07, we will have template support which will allow you to modify the property listings pages without having them overwritten with each update.

    The prices issue should be resolved in version 2.06. Let me know if you face any additional issues.

    Thread Starter VoutNL

    (@voutnl)

    I think there is still an problem with the prices of real estate.

    When i give the price an value of 135,00 the module by itself makes 1350000 of it. When i change the value to 135 it gets the value 13500 on the frontend.

    Configuration also looses the values i give in on Price Thousand Separator and Price Cents Separator

    I just updated the script, and yes, same thing is happening… In my case it adds two zeros to the price…
    Ps.: Is it possible to change the values of the prices on the search form? Thanks!

    Plugin Author FireStorm Plugins

    (@wfernley)

    Hello, please download version 2.06.01 and let me know if this fixes the issue for you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: FireStorm Professional Real Estate Plugin] Price filters not working correctly inside searc’ is closed to new replies.