btreece84
Forum Replies Created
-
Actually, no issue on mobile (Android, S24 Ultra, mobile data, latest Chrome, logged out of the site, aggressive caching stack, latest WP and WPD versions, with and without browser cached pages). Can vote freely on any comment (saves, verified across devices). Breaks on desktop, though.
Getting the same issue. Latest wpDiscuz and WP. Started with WPD 7.6.47.
“It’s possible it’s a conflict with another plugin or theme.”
…………………………………….
That line was tired before I even finished reading it. I’ve put two dozens plugins into my dev site in the last 48 hours and every one of them worked flawlessly, including several of your competitors. If there’s a conflict, it’s on you to fix, not me. Tired of developers of paid plugins passing off their troubleshooting as a conflict. It’s lazy. It’s common. It’s not nearly as accurate as you want people to think. Backend conflicts at that? Tisk tisk tisk. Don’t @ me again for BS.
- This reply was modified 1 year ago by btreece84. Reason: Added the timeframe for the two dozen plugins
Forum: Plugins
In reply to: [Dynamic XML Sitemaps Generator for Google] PHP Deprecated in version 2.1.5I enabled my image sitemap. It’s a 16-year-old site with more than 20,000 images posted. No BBPress or the like. Works fine on 2.1.7. Also running Cloudflare, like Oleksandr. First time turning that sitemap on and within 2 minutes it had fully generated. FWIW.
Forum: Plugins
In reply to: [Dynamic XML Sitemaps Generator for Google] PHP Deprecated in version 2.1.5The new version 2.1.7 fixed the PHP deprecation notice for me and all of my sitemaps seem to be working normally (post, page, category, tags, 1 custom taxonomy, and Google News). Thanks.
Forum: Plugins
In reply to: [Dynamic XML Sitemaps Generator for Google] PHP Deprecated in version 2.1.5Logs errors to the console in Chrome too. I’m using the Pro version.

- This reply was modified 1 year ago by btreece84.
Forum: Plugins
In reply to: [Grow for WordPress] See changelog.txtThe changelog is important. We can’t just blindly update plugins on live sites. Most users don’t know how to access dev logs either. There’s a changelog section included on the plugin’s repo page for a reason. A few actually.
Forum: Plugins
In reply to: [oEmbed Manager] 2.13.1 Broke My SiteIs the latest version 2.13.0? No. And your lack of a donation link doesn’t mean I haven’t looked. Open source is not an excuse for laziness. Update the changelog.

- This reply was modified 2 years ago by btreece84.
Forum: Plugins
In reply to: [oEmbed Manager] 2.13.1 Broke My SiteFYI Keeping that changelog absolutely up-to-date is super important. We’re balancing a ton of code every day and changelogs help us make smart decisions with it. Your changelog is now three versions behind. Please do better.
Forum: Plugins
In reply to: [oEmbed Manager] 2.13.1 Broke My SiteThanks, Pierre. Updated to the new version last night and all is well again. The quick response is very much appreciated.
Forum: Plugins
In reply to: [Post Views Counter] Time Zone not respected, inaccurate stats resultIs it just me or is the
$nowvariable not used after the weekly view in the dashboard class? My widget shows monthly, can’t change it, and everything in the monthly case is based on$timeconverting the period at the top of the block. Been through every file and can’t find thegmt_offsetoption being grabbed outside ofdashboard_post_views_chart()in the dashboard class, nor any globals using$now.If I’m way off, I’ll shut up. Just digging out of curiosity.
Forum: Plugins
In reply to: [Post Views Counter] Time Zone not respected, inaccurate stats resultMy bad. It is straight UTC. Started at 6pm today. Will start at 7pm in March.
Forum: Plugins
In reply to: [Post Views Counter] Time Zone not respected, inaccurate stats resultGood luck on that. I’ll screenshot it tonight if that helps. My server (Cloudways) runs UTC, but PHP and MySQL are set on my correct time zone. I’m based in the US, of course. Times are correct in WP set to my time zone. Not sure how you’d replicate it. It’s not UTC that I can tell. Changes days at 7pm for me right now, and we’re 6 hours behind (Central Time). Will change to 8pm with DST in March.
- This reply was modified 2 years, 3 months ago by btreece84.
Had the same issue with seemingly random autolinks repeating — the link or sometimes the links and surrounding words, including punctuation. Also had the problem with case settings being ignored on them. English site. PHP 7.4, latest everything else. No tells that I could see. Disabled autolinks and checked here, tried the 2.7.2 offered for testing. Works fine now.
Screenshot of the post content and inspector open on it showing the repeater problem: https://i.imgur.com/Y7layaz.png.
Thanks a bunch for getting on it!
A more complete solution is to leave the existing code as is and add:
$content = str_replace(['’', ' ’', '’', ' ’', '’', ' ’'],'\'', $content);on line 441 in
class.client.autolinks.php. Outputs just a'without the added leading space present on some sites. That’s the option I’m going with.