andrewnyc
Forum Replies Created
-
Forum: Plugins
In reply to: [Contextual Related Posts] Grid style no longer worksYou can see this rounded thumb style is being used across all the posts on my site, which I really don’t want –
[ redundant links deleted again, please do not repeat. ]Forum: Plugins
In reply to: [Contextual Related Posts] Update to 3.60 Breaks Thumbnail SizesOk thanks for the rapid response to the issue…I will follow and update the plugin when it is resolved. Have a good new year!
Forum: Plugins
In reply to: [Contextual Related Posts] Update to 3.60 Breaks Thumbnail SizesI am using a customized theme based on Bridge by Qode. It is a custom thumb size registered in the functions.php of the theme yes.
add_theme_support( ‘post-thumbnails’ );
add_image_size( ‘related-post-thumb’, 150, 100, true);
add_image_size( ‘crp-smaller-thumb’, 135, 90, true);
add_image_size( ‘crp-small-thumb’, 144, 96, true);
add_image_size(‘home-page-thumb’, 265, 185, true);Forum: Plugins
In reply to: [Contextual Related Posts] Update to 3.60 Breaks Thumbnail SizesI cannot switch back as it changes all the sizes of the images on the related posts…it uses full size images at all different configurations, it doesn’t crop them anymore and use the specified size.
Forum: Plugins
In reply to: [Contextual Related Posts] Update to 3.60 Breaks Thumbnail SizesThis won’t let me post the image of the settings but you can see it here: https://ibb.co/JF2gMYZ
Sorry, I resolved this myself….it was a conflict with another plugin’s setting. You can delete this post
Is anyone monitoring this support feed?
I should add…when I try to build any thumbnail I get “Error! The process has finished, but 1 error(s) occurred (check your console)”. But I can’t select any admin options so can’t even find where the console is.
It’s the way the child theme imports content from the parent theme which is incorrect (which keeps using @import on its own file) and results in an endless loop as the PHP script keeps finding new @import to read from. I can share with you more information via email if you’re interested since you might want to keep your website’s details private.
This doesn’t surprise me, the them is very poorly coded in some ways, especially with regards to the number of css files and scripts it calls externally. Everyone complains, but the developer has done nothing about it for years. Next time I will not use a generic out of the box theme. Please do email me the info. I will wait for the plugin update…thanks for such a quick response, not sure where you are located but it’s probably late there.
The error log is 500mb and logs errors back to early 2017. This past weekend nothing related to this plugin logged and yesterday nothing logged. It logged other unrelated errors yesterday and over the weekend though. I will need to start rotating the logs, this file size is ridiculous.
Bad news…even with CSS inlining disabled it started the same problem. I had to reboot the server again to disable it completely
OK thanks I will try disabling the CSS inlining feature. FYI, that was something that I was not using before last weekend, so perhaps that’s why I never had this issue before. I don’t understand why the error log shows nothing for last night and also for last weekend.
I downloaded the PHP error log, the only error relating to your plugin is this:
[24-Jan-2020 17:10:08 UTC] PHP Fatal error: Maximum execution time of 300 seconds exceeded in /wp-content/plugins/wp-asset-clean-up/classes/OptimiseAssets/CombineCssImports.php on line 469
[24-Jan-2020 04:16:01 UTC] PHP Fatal error: Maximum execution time of 300 seconds exceeded in /wp-content/plugins/wp-asset-clean-up/classes/OptimiseAssets/CombineCssImports.php on line 469
[24-Jan-2020 04:16:20 UTC] PHP Fatal error: Maximum execution time of 300 seconds exceeded in /wp-content/plugins/wp-asset-clean-up/classes/OptimiseAssets/CombineCssImports.php on line 469
[24-Jan-2020 04:17:01 UTC] PHP Fatal error: Maximum execution time of 300 seconds exceeded in /wp-content/plugins/wp-asset-clean-up/classes/OptimiseAssets/CombineCssImports.php on line 469
[24-Jan-2020 04:17:06 UTC] PHP Fatal error: Maximum execution time of 300 seconds exceeded in /wp-content/plugins/wp-asset-clean-up/classes/OptimiseAssets/CombineCssImports.php on line 469
[24-Jan-2020 04:17:22 UTC] PHP Fatal error: Maximum execution time of 300 seconds exceeded in /wp-content/plugins/wp-asset-clean-up/classes/OptimiseAssets/CombineCssImports.php on line 469
[24-Jan-2020 04:17:31 UTC] PHP Fatal error: Maximum execution time of 300 seconds exceeded in /wp-content/plugins/wp-asset-clean-up/classes/OptimiseAssets/CombineCssImports.php on line 469
[24-Jan-2020 04:17:35 UTC] PHP Fatal error: Maximum execution time of 300 seconds exceeded in /wp-content/plugins/wp-asset-clean-up/classes/OptimiseAssets/CombineCssImports.php on line 469
[24-Jan-2020 04:17:47 UTC] PHP Fatal error: Maximum execution time of 300 seconds exceeded in /wp-content/plugins/wp-asset-clean-up/classes/OptimiseAssets/CombineCssImports.php on line 469
[24-Jan-2020 04:17:57 UTC] PHP Fatal error: Maximum execution time of 300 seconds exceeded in /wp-content/plugins/wp-asset-clean-up/classes/OptimiseAssets/CombineCssImports.php on line 469
[24-Jan-2020 04:18:03 UTC] PHP Fatal error: Maximum execution time of 300 seconds exceeded in /wp-content/plugins/wp-asset-clean-up/classes/OptimiseAssets/CombineCssImports.php on line 469I edited the path down. This error is repeated today, but oddly enough nothing last night when the server crashed or last weekend when I was also having problems. Perhaps because I restarted the server it didn’t write the error to the log?
Ok I will get that for you…I enabled the plugin for one minute to see if the error report was there and down my site went again. Error 524 “a timeout has occurred”
Where are the error logs found?