- This topic has 13 replies, 4 voices, and was last updated 11 years, 5 months ago by
Tom.
-
AuthorPosts
-
September 18, 2014 at 7:27 am #31427
Daniel Akowuah
Hi,
All my images are disappearing when on a page that uses SSL or HTTPS. ANyone have a fix?Thanks
SpenceSeptember 18, 2014 at 9:40 am #31473Tom
Lead DeveloperLead DeveloperAre you using this plugin? https://wordpress.org/plugins/wordpress-https/
Let me know 🙂
September 18, 2014 at 10:04 am #31492Daniel
Hi yes i had that installed but recently removed it.
September 18, 2014 at 1:05 pm #31561Tom
Lead DeveloperLead DeveloperI would suggest you keep using it – it will automatically make sure everything on the page is encrypted, including images, which means they’ll show up without any issues.
September 18, 2014 at 1:19 pm #31574Daniel
Ok but did not fix it. Images still not appearing. What do you make of it?
September 18, 2014 at 1:30 pm #31578Mizanur
This plugin has compatibility issue with WP 4.0. It is broken.
September 18, 2014 at 1:45 pm #31587Tom
Lead DeveloperLead DeveloperHmm, I’m seeing those reports as well – but I’m using that plugin on this site which is running 4.0 without any issues.
Can you link me to the page that isn’t showing the images?
September 18, 2014 at 3:57 pm #31601Daniel
Hi i sent the login.
September 19, 2014 at 8:50 am #31840Tom
Lead DeveloperLead DeveloperShouldn’t need login info just yet – can you point me to a page that has images not showing up?
September 19, 2014 at 9:07 am #31848Daniel Akowuah
Today Most images are not showing up on all pages 🙁
http://amansadfinancial.com/
https://amansadfinancial.com/
http://amansadfinancial.com/application/September 19, 2014 at 9:15 am #31852Daniel Akowuah
Had to revert back to original template for now as it is a live site. I tried removing WordPress HTTPS plugin but that did not allow the images to start appearing against on http:// or https://
ANy ideas?
ThanksSeptember 19, 2014 at 9:23 am #31855Tom
Lead DeveloperLead DeveloperHmm – I’m afraid there’s not much I can do.
When you enable HTTPS – it will block elements that aren’t secure.
So one thing you can try is in your code when you show an image
(<img src="..), change thehttp://to//.So this would be your image now:
<img src="http://linktomyimage.com" />And this would be your image after tweaking it for HTTPS:
<img src="//linktomyimage.com" />This lets your browser decide whether to use http:// or https://
September 23, 2014 at 10:07 am #33208Daniel Akowuah
Hi thanks for the tips. Not sure how but the problem has corrected itself following generatepress updates. I had a tun of plugins installed as well so one of them may have been contributing to the problem.
Daniel
September 23, 2014 at 11:23 am #33249Tom
Lead DeveloperLead DeveloperGlad it’s fixed 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.