Andrew Welch

Results 342 comments of Andrew Welch

Changing this to a feature request

I have the db dump from you @jamie-jenks but two things would help me: 1. Pick a section in Content SEO that isn't displaying the correct lights 2. Edit that...

Hard-coded-ish on my end, but shouldn't be too hard for me to add here: https://github.com/nystudio107/craft-seomatic/blob/develop/src/helpers/Field.php & https://github.com/nystudio107/craft-seomatic/blob/develop/src/helpers/Text.php

So the Description isn't a bug or issue; it's doing the right thing there, because the description in Content SEO is blank (you were relying on the old SEOmatic fields)....

@aaronbushnell it's not re-saving each entry, it's just re-saving each Content SEO section. Specifically, going to the General, Twitter, and Facebook sub-tabs for each, and clicking Save on each. I...

I'm a little confused with your description; you talk about not inheriting from Content SEO settings, but then discuss SEO Settings fields? Can you elaborate on your exact setup/issue?

Regarding 1. -- the Content SEO settings should be on a per-site basis. Do you have them set properly for both sites? Screenshots would help. Regarding 2. -- do you...

That screenshot is not showing the SEO Title, it's showing the Open Graph Title. Perhaps you need to include that field as well in your SEO Settings field?

```php $element = Craft::$app->getElements()->getElementByUri($uri, $siteId, $enabledOnly); ``` ref: https://github.com/craftcms/cms/blob/develop/src/services/Elements.php#L603-L608 This will not return an element if there's no published version for it. We could work around it with an element...

Yep, this could be supported for OpenGraph