jayhlee
jayhlee
@khalwat Awesome. FYI - It looks like Google recommends the same image aspect ratios for almost all schema markups, but the `Movie` markup is different. > Images must have a...
I get an "Undefined offset: 1" PHP notice. Specifically, it says the error is at: craft/plugins/imager/services/ImagerService.php(914), which is... `list($leftOffset, $topOffset) = explode(' ', $position);`
Just tried using it without the eager loading, but I still get the same error thrown. Here's what it's showing. 
@aelvan I tried removing the positions, but I get the same error. I also replaced the position to what you wanted me to try out, but I get the same...
@aelvan Hi Andre, Sorry about the late reply. I reduced the images down to one on the page and added the line of code as you instructed. Here's the error...
I'm having a similar issue. On my multisite setup, when I create a redirect and select a non-default site from the site dropdown, the redirect is created for the default...
> To solve this for Composer's `vendor/` dir, I look for the `autoload.php` which isn't generated until after the `composer install` is done. I wonder if there is an equivalent...
On YouTube, when the audio is muted, the speaker icon has a slash over it to indicate that the video has been muted. But when I select the Mute key...
Thanks for the additional details. Based on what you said, I'm at a loss for why there's that weird glitch that occurs occasionally. After unsetting KeyM to mute and just...
Hi Andrew, I double checked and it seems I'm accessing the local site via `http` (without SSL) and I'm not being redirected to `https`. If you look at my prior...