-
## Description
When the following error appears on the IMPress Initial Settings page in WP Admin, the WP block editor is also broken, preventing all pages from being edited:
Error 401: Access ke…
-
idx\idx-api.php
Line 648
needs to be changed to:
if (gettype($account_type) !== 'object' && $account_type[0] === 'IDX Broker Platinum Legacy') {
Otherwise all previous Platinum accounts sho…
-
Query Monitor is throwing this notice:
PHP Error Count Location Call Stack Component
Notice Undefined offset: 0 4 wp-content/plugins/idx-broker-platinum/idx/idx-api.php:640 IDX\Idx_Api->p…
-
It would be very useful if the changelog had release dates:
https://wordpress.org/plugins/idx-broker-platinum/changelog/
Maybe format the changelog to meet keepachangelog.com standards:
http://keepac…
-
Checking out the updates for **_1.3.0**_, I thought it important to discuss the new UI for inserting IDX shortcodes. Shortcodes are great, but if we can limit them I think everyone will be better off.…
-
Fatal error: Call to undefined function IDX\Leads\add_menu_page() in
/home4/mjetsu/public_html/wp-content/plugins/idx-broker-platinum/idx/leads/lead-management.php
on line 30
Wordpress 4.7
-
I have platinum API for IDX. I am not able to import all the properties to my wordpress which are showing under my IDX Broker Account using imPress Listing Plugin. Can you tell me where i am wrong.?
-
Add support for composer by adding composer.json.
``` json
{
"name": "idx-broker-platinum/plugin",
"description": "IDX Broker Platinum",
"keywords": ["wordpress", "plugin", "idx", "idxbroker", …
-
After upgrading a few sites to 2.0, we are seeing the following errors:
``` php
Notice: Trying to get property of non-object in /wp-content/plugins/idx-broker-platinum/idx/initiate-plugin.php on line…
-
Currently FontAwesome is loaded via the omnibar code via a css import. It should be loaded thru wp_enqueue_style() so that developers have the ability to remove it from the page, or prevent it from lo…