grav-plugin-seo
grav-plugin-seo copied to clipboard
plugin breaks Grav + media broswer is useless
I love this plugin but it does has it's issues. If the image is not found (twitter + facebook) plugin will break Grav with an error. Also. seems like when you open the media browser it will randomly find few pics and show them. Why it is not checking the user/images folder only pages? I had to copy paste the whole icons directory to Home dir but even then only 20 icons will be shown (random) when opening the media browser. So for now my only option is to add those images to twitter and fb sections manually which is a pita...
Are you sure you have the latest Grav + admin?
Mediapicker showing only a few image is a bug that was fixed few releases ago IIRC. Regarding the missing image, that is a bug you will encounter every time you refer to an image, and then move this image. To avoid this, you should consider storing your images in a dedicated /images url
Hi Paul, sorry for the delay. Yes Grav is the latest + admin is the latest version. Why is the seo plugin only checking pages/ folder for images and not user/images as well? That's why I had to copy paste (bye bye DRY) the whole icons directory under the pages/ so it will be "caught" by seo plugin. But even then only few of them will be shown. I must add that I am also using Gantry if that changes anything...
I agree with you somewhat but I don't think missing image is worthy of breaking Grav with not user friendly error. Simple if(false === $imageExists) then $img = '' would be just fine...