programmin
Forum Replies Created
-
This bug is described in depth here: https://wordpress.org/support/topic/url-tracking-is-severely-broken-in-version-12/
EVERY site that has a setup like this with a site_url different than home_url() is having severe problems with recording the link of the site. However, you can download a 11.x version from https://wordpress.org/plugins/wp-statistics/developers/
FTP the wp-statistics folder over the wp-statistics folder and future records should not have their urls clipped off.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Problems with PhotonWhy? Because Jetpack changed it to not block Chrome, I imagine.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Problems with PhotonReally? If you go to, for example, https://i0.wp.com/www.fblakeside.net/hp_wordpress/wp-content/uploads/2016/02/Calebs-Cousins-950-323.jpg?resize=280%2C102 do you see it in both Chrome and Firefox? Are you sure your other browsers are not sending image/webp in the accept: header? You can check in network panel in f12 tools.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Problems with PhotonIt seems the problem is only on browsers that send “accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8” header.
Apparently the cdn does not like “image/webp” being in that header, and blocks you. Not sure where you can change that setting in Chrome.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Problems with PhotonThankfully it seems the problem only happens in Chrome/webkit browsers though. That is odd and I wonder what might be triggering it.
Forum: Plugins
In reply to: [Contact Form 7] Blank SiteI see the same issue, it requires downgrading to CF7 4.5.1 which does not have the issue. Can you please fix this for next update?
I also saw this “ngg_shortcode_0_placeholder” but only on one page. Hope this gets fixed soon.
Forum: Plugins
In reply to: [WooCommerce] Bug report: WooCommerce Stripe GatewayStill happening in latest version. Please use class_exists function or something to detect this!
Thanks for the great work. Just noticed it does still happen in the new version 11.0.1, though.
Is there a reason version 11 is not listed on the plugin frontpage? Are there other bugs in 11 other than not working with ancient PHP versions?
The way to test this is to have your localhost wordpress setup running, try it when internet is not connected.
This error shouldn’t keep you from seeing the site, or developing WordPress on the go.
Forum: Plugins
In reply to: [Image Gallery - Responsive Photo Gallery] Deprecated functions warningFurthermore I’m not seeing the source for jquery.hugeitmicro.min.js. Why not include it and set it so developers can debug with
define('COMPRESS_SCRIPTS', false);I’m looking through trying to see how this slideshow effect can be initialized later, after slideshow is added to the page from an ajax call.
This is still happening if admin notices are shown on frontend of the website unfortunately.
Funny, I saw similar post on CF7: http://contactform7.com/2016/01/15/red-border-error-issue-on-wordpress-441/
I see 4.4.1 updated PHPMailer, I wonder if there is a conflict on your particular WP install? https://codex.wordpress.org/Version_4.4.1
Forum: Plugins
In reply to: [Youtube Channel Gallery] Video doesn't autoplay on MobileDoes any auto-play ever work on mobile phones? I would hope not. Data can be expensive sometimes.