danielbair
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cannot set featured productOk. I got “MySQL returned an empty result set (i.e. zero rows). (Query took 0.0669 seconds.)”
- This reply was modified 9 years, 1 month ago by danielbair.
Forum: Plugins
In reply to: [Social Sharing Buttons | WPSSO Add-on] StumbleUpon BadgeI did find a plugin that was inserting divs in the html header. It was one I forked so I just changed it to insert in the wp_footer and that cleaned up much of the html syntax issues. Still the WPSSO StumbleUpon badge isn’t showing.
My console debugger is hinting that it might be due to the website I am working on being all in https, and the StumbleUpon badge is loading http scripts.
Blocked loading mixed active content “http://cdn.stumble-upon.com/js/badge_su.js?v=20120613”[Learn More] Blocked loading mixed active content “http://cdn.stumble-upon.com/css/badges_su.css?v=20120613”[Learn More]Forum: Plugins
In reply to: [Social Sharing Buttons | WPSSO Add-on] StumbleUpon BadgeI’ve disabled the other sharing buttons plugin. Still the WPSSO StumbleUpon button is not working.
I don’t know what is causing the html syntax issues, though.
Forum: Plugins
In reply to: [Social Sharing Buttons | WPSSO Add-on] StumbleUpon BadgeSorry, I assumed there was a bug after a quick compare with another social sharing button plugin that is working correctly for the stumbleupon badge.
Here is the website I am working on https://jesus4asia.org/project/widows-sewing-school/ and the buttons in question are at the bottom of the page (the other plugin buttons are up in the excerpt).
I have tested on the latest Firefox and Safari browsers.
Thanks for looking at this.
Same problem for me also. It was working fine yesterday. My wordpress installation is on HostingLotus.com with a call to http://www.googleapis.com youtube playlist v3.
Error message was…
Something went wrong fetching URL with JSON-data: Failed to connect to 2404:6800:4003:c01::5f: Network is unreachableerror: get of json-data failed – plugin aborted: check url of json-feedForum: Installing WordPress
In reply to: SSL enabled by default for login/admin; how to remove?http://www.chrissearle.org/blog/technical/apache2_namevirtualhosts_ssl_and_server_port
This is what is happening and why is_ssl() breaks on some configurations.
Testing $_SERVER[‘SERVER_PORT’] is not reliable, but testing whether $_SERVER[‘HTTPS’] is set does work.I do hope that the WordPress support team and programmers will take note of this and do something about this issue, because it was very hard to find this support topic and most of those giving answers were not helpful.
Forum: Installing WordPress
In reply to: SSL enabled by default for login/admin; how to remove?This is happening to me too, and having the css and images in https while the page was loaded in http is very annoying. It breaks ajax and such. I NEVER specified https during installation. I can’t find any https in the database or config files. If I disable https on this vhost the problem still exists, but now the css and images can’t load! This is on an Apache2/PHP5/MySQL5 server. (I also installed to a vhost that did not have https and no problem.) Function is_ssl() returns true everytime the page is loaded through http or https.