Pagespeed Insights and Webpage Test Says Mixed Content, but Chrome Dev Tools Doesn't - mixed-content

i'm trying to optimize my party's website, https://www.wspus.org. when i throw it in pagespeed insights or webpgatest.org, it says 9 links have mixed content, but it doesn't show any issues in chrome dev tools when i open the homepage, or even when i refresh it, so i'm not sure how to fix it. i've tried multiple plugins and they find nothing. i'm wondering if rocketcdn and shortpixel are conflicting by both serving images, possibly? but it says the errors aren't just from images — it says a couple are woocommerce fonts or something. any ideas how to fix this?
i tried downloading plugins for fixing mixed content and expected them to fix it, but they didn't.

Related

Github UI is messed up

I am having a weird issue and I'm not sure if this should go here or on another website.
When I open a file on github I get this strange UI:
From there if I try and edit a file I just get a blank white page.
I am using chrome and tried using incognito but I got the same results there.
I don't reproduce that on the latest Chrome or Firefox for naguibihab/postman-tests.
So in your case, a cache issue or an extra plugin might be the cause, but there is no issue on the GitHub side.

long script error internet explorer

Please can someone help?
I've had facebook integration scripts running on my website for many years already with no problem. However, I am now being flooded with complaints from customers who use INTERNET EXPLORER saying that since an update to IE a week or so ago they are constantly getting the long-running script errors...
"Stop Running This Script.
A script on this page is causing Internet Explorer to run slowly.
If it continues to run, your computer might become unresponsive."
I've worked it out (by disabling scripts) that the problem is with the Facebook scripts.
Nothing has been changed in months on the website so it's not something I can figure out how to fix.
Scripts: Invite your friends, Like, Share page, etc
Please, please help
Thanks
Matt
I've ran into the same issue. I can reproduce the issue not just on my site, but on others as well when using IE 9 or IE 10 (have not tested with older IE versions). The issue seems to be a result of IE's compatibility view feature. If that is enabled for a website, which also has the facebook like button on the page of the site you're trying to load, a long running script error is produced (error from a function called _t). When I disable compatibility view for that website, the error goes away. I'm not sure if the issue is with the IE feature, or with facebook's button...I'm not getting same error from other scripts, nor other social buttons like google+, which makes me think the issue is on Facebook's end. I've been trying different IE setting configs for days now...so far, the only fix I can come up with is turn compatibility view off. And of course resolve issues so that compatibility view are not needed. Though telling your users they have to turn off compatibility view doesn't seem like an appropriate response...so I hope a better fix is found.

Joomla 3.0 SEF URLs sending to random wrong articles

My site eighttwentydesign is running Joomla 3.0. I have SEF URLs on, and have done for sometime without issue. But today when you go to the site, and click on anything, say portfolio you get the home page under the portfolio's URL, but if you add a leading slash at the end, the right article (portfolio) shows. Additionally, if you click on say "Web Design" it sends you to the Portfolio page. I might add this menu is a menu within Joomla - not be adding internal links manually
Doesn't work: http://www.eighttwentydesign.com/portfolio
Does work: http://www.eighttwentydesign.com/portfolio/
I have checked the .htaccess, and actually reverted it to the original with no luck, I have check Global Config but I can't see anything which may cause this. It was working nicely yesterday. I haven't adapted with any PHP source or anything in the past few weeks, the only notifiable thing I have done is yesterday enabling the Cache - have others experienced problems after doing this? I have disabled it under global config, with no avail.
Exact Joomla Version is 3.0.2 with very few plugins
I do have daily backups, but would rather a solution and be able to figure out a prevention from that, rather than just putting on a band aid.
I've search for a good couple of hours, and aside from just not being able to fix it, it appears no one else is experiencing this, so I am starting to think it may be a bug.
Just as I was about to post this I discovered my solution.
If you are having your SEF URLs display the wrong content then solve it by disabling the Cache plugin. You can do this by doing the following steps
Login to Joomla backend
Navigate to Extensions > Plugins
Go to "System Cache"
Disable system cache
I hope this helps someone in the future as I really struggled to find any answers on this.

IE error while accessing the page?

I have GWT application. i am using IE8. when i try to access the page in hosted mode, i am getting below error. how to resolve it?
Thanks!
IE6, IE7, IE8 has many bugs.
Try to compile your project in "Pretty" or "Detailed" javascript and look line where is error.
Then try to find in google this method. If you're lucky, you find solution.
It has helped me several times. But sometimes the errors GWT in IE are not resolved.

How to make a chrome plugin

I was curious how to make a chrome plugin that loads some JS on every page - I've seen it done before, but now I want to make my first chrome plugin, one that changes all the fonts on websites to comic sans ms. Yep, this is a prank to pull on friends computers.
I would assume it would take like 4 lines?
http://www.google.com/support/chrome/bin/answer.py?hl=en&answer=95416
not really a plugin, however, it will work if you change it to what you want.
I've only tested it on stackoverflow and google.
If you actually want to build an extension
http://code.google.com/chrome/extensions/getstarted.html