getgrav / grav-premium-issues

Official Grav Premium Issues repository to report problems or ask questions regarding the Premium products offered.
https://getgrav.org/premium
7 stars 2 forks source link

[seo-magic] Image falling back to Webshot Error image instead of Default image #376

Open blizam opened 1 year ago

blizam commented 1 year ago

I have

images:
  type: media_first
  webshot_url: false
  default_image: 'https://www.domain.com/path/to/image.png'

I tried webshot_url: '' as well

defined in my plugin config. Instead of falling back to my default image it's falling back to this when no images are present in the page folder:

image

How can I just disable webshot entirely from being an option and/or ensure a default image is served if there's no images in the page folder?

blizam commented 1 year ago

I'm getting mixed results... it's like my homepage got "stuck" on that default webshots unauthorized image... even sticking an image in the home folder wouldn't correct it... cleared caches, deleted SEO data, regenerated SEO data... would never change... but other pages with no images in the folder are correctly using the default image... overriding the SEO Magic settings from home page (to the default, use first image in folder, just checking the override box) corrected it there as well...

rhukster commented 11 months ago

I think i need a way to disable webshot entirely, so it's not in the list of fallbacks at all.