Title: [Plugin: PhotoDropper] Breaks https pages
Last modified: August 20, 2016

---

# [Plugin: PhotoDropper] Breaks https pages

 *  [Anthony Gorss](https://wordpress.org/support/users/anthonyg70/)
 * (@anthonyg70)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-photodropper-breaks-https-pages/)
 * It’s adding a link back to your site for it’s style sheet on all pages. This 
   is causing pages which are using https to show as mixed mode. Is there any way
   to eliminate it from putting the style sheet entry into https pages or at least
   the user logon pages? Or having it not pull data from your site at all, like 
   local served css?
 * <link rel=’stylesheet’ id=’pdrp_styles-css’ href=’[http://app.photodropper.com/css/main.css?ver=3.4.2&#8242](http://app.photodropper.com/css/main.css?ver=3.4.2&#8242);
   type=’text/css’ media=’all’ />
 * [http://wordpress.org/extend/plugins/photo-dropper/](http://wordpress.org/extend/plugins/photo-dropper/)

Viewing 1 replies (of 1 total)

 *  [bluesix](https://wordpress.org/support/users/bluesix/)
 * (@bluesix)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-photodropper-breaks-https-pages/#post-3059492)
 * Remove the “http:” from the href value. e.g.
 * `<link rel='stylesheet' id='pdrp_styles-css' href='//app.photodropper.com/css/
   main.css?ver=3.4.2' type='text/css' media='all' />`
 * That will then let the browser choose to use either HTTPS or HTTP, which ever
   is appropriate. You can use this same format for Javascripts and images.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: PhotoDropper] Breaks https pages’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/photo-dropper_e1efff.svg)
 * [PhotoDropper](https://wordpress.org/plugins/photo-dropper/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/photo-dropper/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/photo-dropper/)
 * [Active Topics](https://wordpress.org/support/plugin/photo-dropper/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/photo-dropper/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/photo-dropper/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [photodropper](https://wordpress.org/support/topic-tag/photodropper/)

 * 1 reply
 * 2 participants
 * Last reply from: [bluesix](https://wordpress.org/support/users/bluesix/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-photodropper-breaks-https-pages/#post-3059492)
 * Status: not resolved