metaglyphics
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] Only working when logged inMight we need to exclude something from the CDN?
Forum: Plugins
In reply to: [WordPress Popular Posts] Only working when logged inThat was the first thing I tried…
Here’s the URL:
https://live.icg600.com/I inspected the code, and when logged in, below the widget title I see some comments about the module:
<!– cached –>
<!– WordPress Popular Posts –>Followed by the widget, beginning with:
<ul class=”wpp-list wpp-list-with-thumbnails”>But when not logged in, after the widget title, I only get:
<div class=”wpp-widget-placeholder” data-widget-id=”wpp-4″></div>Forum: Plugins
In reply to: [WordPress Popular Posts] Only working when logged inCuriously, the Title from the widget appears, but no content.
Forum: Plugins
In reply to: [WordPress Popular Posts] Only working when logged inNo caching plugin, though WP Engine does do some server-side.
It was working until recently, which is what’s odd.
Forum: Plugins
In reply to: [Crop-Thumbnails] Image Size LimitationsThis might be a part of the issue: If your custom image size specifies a height AND width, it might not be created, depending on the original image aspect ratio.
I changed my image size to 1920×0, and that seems to have resolved the issue for me so far. But I’ll keep testing…
Forum: Plugins
In reply to: [Crop-Thumbnails] Image Size LimitationsI have quite a few images where certain sizes reject cropping.
Here are a couple of examples:
https://www.dropbox.com/s/cnu396drsxeo5u6/image%20crop.png?dl=0
https://www.dropbox.com/s/lq7yuin9cqny5ll/Image%20Crop%20screenshot.png?dl=0
Forum: Plugins
In reply to: [LuckyWP Table of Contents] Collapse on Click?That’s great! Is there a roadmap? Maybe a guess as to when that might be rolled out?
Thanks.
Forum: Plugins
In reply to: [Crop-Thumbnails] Image Size LimitationsBy code. In my functions.
Forum: Plugins
In reply to: [Crop-Thumbnails] One image size won’t cropSorry, this is a duplicate! We already have an open topic on this…
Forum: Plugins
In reply to: [Crop-Thumbnails] Image Size LimitationsIt says “Not Yet Cropped By WordPress.”
Here’s a screenshot:
https://www.dropbox.com/s/cnu396drsxeo5u6/image%20crop.png?dl=0
Forum: Plugins
In reply to: [WP Cassify] Redirect on CAS AuthenticationNever mind! It looks like the hook I needed was wp_cassify_after_redirect.
Forum: Plugins
In reply to: [Crop-Thumbnails] Image Size LimitationsThere is an image for each size. I just can’t crop manually.
Forum: Plugins
In reply to: [Crop-Thumbnails] Image Size LimitationsIt seems any image where the original is more than 3000px fails to be cropped.
Forum: Plugins
In reply to: [Crop-Thumbnails] Image Size LimitationsINFO Crop-Thumbnails 1.2.4
INFO PHP 7.3.5-1+ubuntu18.04.1+deb.sury.org+1
INFO PHP memory limit 512M
INFO WP_Image_Editor_Imagick (choosed WordPress imageeditor class for jpg)
SUCCESS Temporary directory exists
SUCCESS Copy testfile to temporary directory
SUCCESS Testfile was successfully added to media-library. (ID:664)
SUCCESS Cropping the file
SUCCESS Cropped image dimensions are correct.
SUCCESS Test-attachement successfull deleted (ID:664)
SUCCESS Remove testfile from temporary directory
INFO Tests completeSeconded. I’m about to update to WordPress 5.0.1, and I’d love to know if anyone has seen any issues.