wordpress-plugin icon indicating copy to clipboard operation
wordpress-plugin copied to clipboard

IMPress for IDX Broker

Results 65 wordpress-plugin issues
Sort by recently updated
recently updated
newest added

It would be nice to provide an option to set API Key via the `wp-config.php` file. Similar to setting the WordPress url, the settings page would display the field but...

enhancement

We should add the following to enable translation support: ``` Text Domain: idx-broker-platinum ```

enhancement

Can we add Jetpack Photon support for the IMPress Widgets & Shortcodes. This would really help with performance for sites that use Jetpack Photon. For example here is how you...

enhancement

For clients who use jetpack, we should disable stats for Wrappers. Example code: https://gist.github.com/bhubbard/d075c601d05cafd69984

enhancement

Currently the plugin creates a CPT called `idx_page`. When you enable the Yoast SEO Sitemaps, it generates a 404 for this CPT. The plugin should disable check for yoast and...

enhancement

For the wrappers custom post type, can we please set the following on the rewrite rule: ``` php 'with_front' => false, ``` This will prevent custom url settings from appearing...

enhancement

![duplicate-queries](https://cloud.githubusercontent.com/assets/3837/14098285/277f585e-f52f-11e5-839e-d9ec84439549.png) It appears the plugin runs the same query twice with every load of the WordPress admin. Found using the Query Monitor plugin.

bug

Genesis themes are very popular, and many use it as Agent Evolution used it as its original theme framework. I suggest we add support for the genesis layouts to IDX...

enhancement

@csjoblom Can we update the image output code, current image output: `` Can we please update it to include the image width and height. And maybe update the alt and...

enhancement

When the API limit is reached a bunch of HTTP requests to IDX Broker either fail or timeout, causing the site to slow down. This is a screen shot of...

enhancement
help wanted