Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Photon Support for IMPress Widgets #30

Open
bhubbard opened this issue Dec 9, 2015 · 0 comments
Open

Photon Support for IMPress Widgets #30

bhubbard opened this issue Dec 9, 2015 · 0 comments

Comments

@bhubbard
Copy link
Contributor

bhubbard commented Dec 9, 2015

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 would enable for the showcase widget:

register-impress-shortcodes.php (Line 155 - 159):

            if (($property_type) == 'savedlink') {
                $prop_image_url = apply_filters( 'jetpack_photon_url', (isset($prop['image']['1']['url'])) ? $prop['image']['1']['url'] : '//mlsphotos.idxbroker.com/defaultNoPhoto/noPhotoFull.png');
            } else {
                $prop_image_url = apply_filters( 'jetpack_photon_url',(isset($prop['image']['0']['url'])) ? $prop['image']['0']['url'] : '//mlsphotos.idxbroker.com/defaultNoPhoto/noPhotoFull.png');
            }
sheparddw added a commit that referenced this issue Dec 30, 2015
… feature/WP-103

* commit '3b0aee4acaaf889b7c1e7761a476a8b66e09a801':
  removed vendor folder from repo and added directory to .gitignore
  Update JS reference in shortcode UI.
  Add Gulp and Composer support for the plugin.
rdowner22 added a commit that referenced this issue Jun 12, 2024
…gnoring-update-excluding-images-setting

IMPB-1518: Respect the impress listings update property data without …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants