Martin Tod
Forum Replies Created
-
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] not loading images via httpsWhat happens if you add:
$_SERVER[βhttpsβ] = βonβ;to your
wp-config.phpfile?[h/t to https://really-simple-ssl.com/knowledge-base/no-ssl-detected-but-im-sure-i-have-ssl/ for the idea!]
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] not loading images via httpsCan you check that you’ve not got
http://in your site settings anywhere – including inWP_CONTENT_URLinwp-config.php?I’ll do some experimenting with the
is_ssl()function as well.Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] not loading images via httpsJust been to have a look and it’s showing as insecure. π
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] not loading images via httpsSudden thought….
Do you have any caching software? And/or have you not tweeted for a while?
It might have been calling back an old version – either via your cache – or the RT cache…
Martin
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] not loading images via httpswhynopadlock.com also worked!
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] not loading images via httpsJust tried it again from a 3rd browser! Padlock was fine…
The HTML is also showing
https://This is very odd.
Do you use the widget more than once?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] not loading images via httpsVery strange.
I just tried it on a couple of browsers (phone and tablet) and it worked fine.
Does it make a difference whether you are logged into the site or not? Or which browser you use?
I can only think that they hadn’t updated their plugin recently…?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] not loading images via httpsI see you’re on the latest version and it’s still working… π
- This reply was modified 8 years, 8 months ago by Martin Tod.
And thank you for the update as well!
Best wishes,
Martin
Thanks for this. I’ll try to debug it and see what the problem is.
I’m not aware that I’ve required any post-3.2 functionality but will double check. What version of PHP are you running incidentally?
If you want to try a version that worked with 3.7.21 at the time, try https://downloads.wordpress.org/plugin/rotatingtweets.1.6.6.zip which worked up to 3.8.
Glad it’s working again!
There are other plug-ins that can interact strangely with Rotating Tweets – although when I spot them I try to add a bit of code to solve the problem).
Sometimes things happen with browser updates, plugins or settings that can cause problems too.
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] not loading images via httpsI’ve replace
plugins_url()withplugin_dir_url()in a couple of places.Has it solved the problem?
The new file is at https://downloads.wordpress.org/plugin/rotatingtweets.zip
Does it work for you?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] not loading images via httpsPS: One obvious short-term solution is to use a different display format (via the widget) or
official_format(via the shortcode).I’ll also have another look at the
plugins_url()function.Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] not loading images via httpsI don’t really have a different answer to last time!
Are you using a shortcode or a widget? If the former, I could add a ‘forceHTTPS’ tag!
Do you have a test page I could look at?
Best wishes,
Martin