After updating to latest version of Flexmls IDX plugin my WordPress site crashes, this is the exact line where the error is thrown
Uncaught TypeError: Cannot access offset of type string on string in wp-content/plugins/flexmls-idx/components/search-results.php:325
]]>Hello, I have a website in which I use the flexmls IDX plugin in which I show many properties for sale and I realized that the ‘Contact Agent’ button is not working and it shows me the following error in the browser console every time I click on it:
Uncaught TypeError: jQuery.flexmls_connect__colorbox is not a function
at o.contactForm (main.js?ver=3.14.12:1:122703)
at HTMLButtonElement.onclick (895-Cvln-Del-Robalo-503-Condo-Terra-244-Los-Mangos-Puerto-Vallarta-JA-mls_29381/?SavedSearch=20181231054223063208000000&pg=1&My=office&OrderBy=-ModificationTimestamp&m=20101117190901935008000000&search_referral_url=https%3A%2F%2Fcentury21oceanrealty.com%2Fmls-listings:304:24)
I know it is a javascript error but I don’t know if I can fix it myself or if it is due to an error in the plugin itself, I appreciate your help in advance.
]]>The search widget is a legacy widget (fine.) I am using WPBakery that uses an updated search “block widget”. The search widget on sidebar pages does not! It uses the legacy widgets, so there is no way for both search widgets to be exactly the same (some options are missing in legacy widget namely the filter options are way different).
Is there plans to make the search widget block (to include all the parameters) and move away from legacy widgets?
]]>Links:
https://sarahharris.mysites.io/idx/search/?view=map&SavedSearch=20220406143659866816000000&Limit=5
What we ended thinking we had to do was change the files in the plugin, but there has to be a way to copy listing-details.php and search-results.php into the theme folder so our updates don’t break when we need to update the plugin.
Please help
]]>Hi, Great Plugin!
When running our site through an ADA compliance checker (https://wave.webaim.org/), the FlexMLS?: IDX Search widget shows the following errors:
4 Missing form labels
A form control does not have a corresponding label.
and also a Select missing label and Missing fieldset.
Is this something you plan to address or is there anything we can do to correct this? Thanks
Loading the FlexMLS?: IDX Search into the sidebar. Getting this error:
This widget is temporarily unavailable. Please refresh the page or try again later. Error code:
Did I configure the plugin wrong?
]]>FlexMLS? IDX Version 3.13.4
Classic Widgets v.0.3
]]>We offer customer support via our Help Center 24/7, and during business hours Central time, by email and phone. Please email [email protected] to open a support ticket, or call 701-499-0371.
]]>When clicking on the map view of the “FlexMLS IDX Listing Summary widget”, the map never loads and I get the following error.
Uncaught TypeError: Cannot read property ‘latitude’ of undefined
On file:
/flexmls-idx/assets/js/map.js
Line 52
center: new google.maps.LatLng(locations[0].latitude,locations[0].longitude)
Any ideas?
]]>I can generate a list of agents or agencies affiliates to flex and show in my page with his profile of agent?
Regards.
]]>Hi, are some option for make that?
The user write : William(Agent)
Show all results for William(Agent)
i can show listing for determinated agent? Regards ??
]]>I want to customize the fields and layout such as I want to change the property type to select drop down and I also want to add a few more extra fields such as checkbox. How can I do that?
]]>After upgrading to WordPress 5.5 my website crashed. The error log gets cut short and only says “PHP message: PHP Fatal error: Uncaught Error: Only variables can be passed by reference in” but never list the affected file. Over SSH when I try any run any WP-CLI commands I see the following PHP fatal error. Deactivating “flexmls-idx” restores my website. Looks like maybe a coding incompatible.
PHP Fatal error: Uncaught Error: Call to a member function GetStandardField() on null in /public/wp-content/plugins/flexmls-idx/components/search.php:844
Stack trace:
#0 /public/wp-content/plugins/flexmls-idx/components/search.php(869): fmcSearch->admin_view_vars()
#1 /public/wp-content/plugins/flexmls-idx/integration/wpbakery/components/VCE_component.php(27): fmcSearch->integration_view_vars()
#2 /public/wp-includes/class-wp-hook.php(287): VCE_component->integrateWithVC('')
#3 /public/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#4 /public/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#5 /public/wp-settings.php(546): do_action('init')
#6 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1237): require('/www/...')
#7 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runn in /public/wp-content/plugins/flexmls-idx/components/search.php on line 844
]]>
Location Search not working showing “No results found”. I place the shortcode at this page but when i try to type on location search it is showing no record at all time.
]]>You have to pay to use any of the plugins at $500/yr subscription. Plugin is useless without paying. Don’t waste your time.
]]>Suddenly, maps don’t display correctly and Google’s explanation is impossible to figure out.
Here is error message:
This page can’t load Google Maps correctly.
Do you own this website?
Getting APIs for maps used to be so easy, what happened?
Thanks
]]>We have a site that is currently using one IDX feed but the client wants to add a second. Is that possible?
]]>Elementor is a page builder plugin that is awesome! However, my page freezes when I try to insert a MLS widget into it. I didn’t find the keyword “elementor” in the forum. Can you help with this?
]]>Hi Support!
Address field on my site not working, it’s showing this error
https://apps.flexmls.com/quick_launch/omni?callback=jQuery112408874928392092614_1559966116983&_q=new&_lo=false&portal_slug=OxfordRhineRealEstate
https://prntscr.com/nz4hgy
Please help!
Can anyone tell me, where to find api and secret key for flexmls plugin wordpress?
]]>I read the previous issue “Plugin could not be activated because it triggered a fatal error.” How could I remove the conflicting plugin that is causing the following message:
“/website/wp-content/plugins/flexmls-idx/pages/portal-popup.php on line 41”?
We are getting a redundent php error that causes our error log files to grow well over 1gb on all our sites. The error is this:
[20-Nov-2018 22:27:12 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/michiganlifeltg/public_html/MICHIGANHORSEPROPERTY.COM/wp-content/plugins/flexmls-idx/pages/listing-details.php on line 634
The code on line 634 is this:
if ( count($sf[‘Rooms’] > 0) ) {
foreach ($sf[‘Rooms’] as $r) {
foreach ($r[‘Fields’] as $rf) {
foreach ($rf as $rfk => $rfv) {
$label = null;
Research is telling me this might be tied to PHP 7.2.
Any help to eliminate these errors on our 11 websites would be much appreciated.
]]>Is there a way to change the look /or skin of the FlexMLS IDX listing slideshow? I can always try and style it with css but I was just wondering if there was some kind of add-on or an extension that I can use instead.
]]>I have a problem with the Flex slideshows that I generate on my site. If you check out the link that I provided, or if that doesn’t work look at this link – https://danielmuddrealestate.com/home-test/. Then go down to where you see the slideshow, if you hover one of the images on the slideshow the whole slideshow starts to infinitely populate the same listings over and over again. It broke my dev site because I accidentally kept it running. So make sure you close the browser once it starts to populate if you are testing the listing on one of the links I gave you.
This is the error I get when looked on the console:
Uncaught ReferenceError: sliderIntervalID is not defined
at HTMLDivElement.d (connect.min.js?ver=3.7.1:5)
at HTMLDivElement.handle (jquery.js?ver=1.12.4:3)
at HTMLDivElement.dispatch (jquery.js?ver=1.12.4:3)
at HTMLDivElement.r.handle (jquery.js?ver=1.12.4:3)
Please help. Need this to be fixed. Any help would be appreciated.
]]>I have enabled the: “Show Default Message: This listing is no longer available” setting in the behavior menu, but closed listings still appear to be accessible, and show the listing detail as opposed to the default message.
When viewing https://www.coyotecreektucson.com/mls/search , closed listings are still added to the list. Is there a way to disable this? We have received a complaint from a client who doesn’t want their sold house listed on the site.
Thank you,
Parker – WebMO
Hello,
We use the FlexMLS IDX plugin and Fusion Builder (packaged with Avada theme) on a website and haven’t had any issues or conflicts between the two plugins until the latest updates. The Fusion Builder no longer works when editing the page, unless the FlexMLS IDX plugin is deactivated.
Thanks
]]>I am having some issues with the IDX WordPress plugin. It will only return a search if the user submits through the advanced search instead of just filling out the Location and Sortby fields. Can you help with this issue?
]]>I am displaying a listing summary via shortcode on a page. I can’t figure out why clicking on an individual listing takes me to a blank page. For example, the browser tries to get this address when I click an individual listing:
But, there are no listing details or anything on the page via the FLexMLS API.
Even clicking on a pagination link takes me to a blank page. It doesn’t give me the next set of listings.
I can’t figure out what I am missing? I have reinstalled the plugin twice. Thanks in advance for your help.
]]>I’m working with a realtor client and trying to get this FlexMLS IDX plugin setup. I got the API information in and says it’s connected. She has a IDX Link in her FlexMLS account called “Property Search”, so I was expecting that to be available in this WordPress plugin, but I’m not seeing it. Here are some issues below that I’m seeing in this plugin in the WordPress admin. Please let me know what I can do to fix these issues. Thank you!
1. FlexMLS IDX – Settings – Behavior Tab – No choices in Default IDX Link
I was expecting to see the “Property Search” IDX link she has in her FlexMLS account
2. FlexMLS IDX – Settings – Behavior Tab – Labels showing PHP Warning Error
Warning: Invalid argument supplied for foreach() in /home/immobil18/public_html/wp-content/plugins/flexmls-idx/views/admin-settings-behavior.php on line 208
1) – How do I get the IDX to activate using your plugin so that I can display properties on my website ? What is the process?
2) – What MLS credentials will the plugin need ?
3) – Is there an ongoing or a one-time cost to do so ?
4) – If yes how much ?
5) – Which “Approved Data FMLS Vendor” do you use for displaying the properties ?
6) – Can this plugin be used on most WP themes ?
7) – Is this plugin SSL compatible ?
8) – Is this plugin PHP 5.6 and/or PHP 7 compatible ?
9) – Is there a difference in price for Brokers vs. Agents ?
9b) – If yes, what features do Agents get? And what do Brokers get ?
10) – I am currently with https://fmls.com . Will I be able to use your plugin ?
11) – Do you cover properties in USA ? Specifically Georgia ?
12) – I can install and configure this into my own website, so would still I have to pay anyone for “set-up” ? Or would it just be for access to the IDX RETS MLS ? How much ?
13) – Will the following theme work with your plugin ? …
https://themeforest.net/item/envision-responsive-retina-multipurpose-theme/5928018
14) – Will we get a “trial period” to see how well this works on our website ?
]]>