Ethan5150
Forum Replies Created
-
Rolling back to PHP 7.4 fixes this. But that’s definitely not a great solution. Need a real fix.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Bulk Delete Old EventsDid that – got the response… and it sucks. Pretty lame that this isn’t a built-in function so the database just continues to bloat and bloat with no solution. Err – correction, the “solution” I received from Time.ly was a long convoluted canned response telling me to export all of my stuff, uninstall the plugin, install a new/different plugin, then go through an “import” process that involves adding a “URL feed”, etc. etc. etc. Basically – the exact opposite of an intuitive solution. Not cool…
Here’s a suggestion: add a function to the existing plugin that says “Clean out all items older than ___”. Or better yet “AUTOMATICALLY clean out all items older than ___”
Forum: Plugins
In reply to: [LoginWP (Formerly Peter's Login Redirect)] Critical Error w/ Avada themeDone – thank you. I will await support…
Forum: Fixing WordPress
In reply to: 6.0.2 Causing Google Crawl Error for admin.ajax.phpSame problem here – waiting for a solution…
Forum: Plugins
In reply to: [Better Search Replace] An error occurred…Gave up… ended up doing a workaround
Forum: Plugins
In reply to: [IssueM] Migrate to PostsConvert Post Types will move them, but they don’t keep their category assignments… any ideas?
Forum: Reviews
In reply to: [Checkout Files Upload for WooCommerce] Image DimensionsForum: Plugins
In reply to: [File Uploads Addon for WooCommerce] Image size gets scaled downNevermind, I have fixed this with a functions.php edit:
add_filter(‘jpeg_quality’, function($arg){return 100;});
function td_big_image_size_threshold( $threshold, $imagesize, $file, $attachment_id ) {
return 4096;
}
add_filter( ‘big_image_size_threshold’, ‘td_big_image_size_threshold’, 10, 4 );On a Windows mobile phone it works fine. On another LG G5 running Chrome on Android, same problem. Can’t get all the way to the bottom button…
Strange that it works on yours. I’m using Chrome on Android and also InBrowser on Android.
I’ve cleared cache – and I notice on your video that it doesn’t go all the way to the bottom – that’s where it glitches out. There’s more below what your video shows but I can’t get all the way down there before the screen glitches and bounces back up. If I turn the phone horizontally, it works. And it works on desktop. But no go on vertical mobile. Users should be able to access the button all the way at the bottom of the page.
Forum: Plugins
In reply to: [Thank You Page for WooCommerce] Show Order Confirmation on Redirect PageSure, take a look at the standard order complete screen here:
https://www.plyomaster.com/wp-content/uploads/2019/01/screenshot.jpg
Order number
Order date
Order total
Checkout method (not necessary)
Items purchasedForum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Problem with FirefoxNow it seems to be working properly. Strange. I guess I’ll call it good for now… ??
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Problem with FirefoxNegative.
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Problem with FirefoxI have NoScript installed, but even with it turned off it’s still occurring…