Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Please tell me how to fix this error. Google finds this error on every page.
Hi. Vantage unfortunately doesn’t have this field built in at the moment. All our themes are a work in progress, I’m sure we’ll see this added in the future. In the mean time you might consider one of the WordPress Google Publisher plugins to augment your site:
http://wordpress.org/plugins/search.php?q=google+publisher
http://wordpress.org/plugins/search.php?q=google+authorship&sort=
One is beta and the other one “hasn’t been updated in over 2 years”.
I fixed one:
content-single.php
Find:
Replace with:
| Updated:
Well, HTML / PHP is not visible.
Fixed all errors in template-tags.php
If you need help call me :).
Super, glad you managed to resolve that. Please don’t forget to place that file in it’s folder structure in a child theme.
Hi, does your solution works for article, page and attachment ?
It works for me for article (changing template_tags.php as you did I suppose)
works for page (adding something in content-page.php)
but still have the problem with attachment (image).
Thanks for tips if you have
It works for articles, archives & attachments. Not for pages.
I am having trouble with the same error: Error: Missing required field “updated”. Please advise how to repair.
Thank you,
Brent
Acuhire
Hi Brent
Give this a child theme a try, it should resolve this for you:
https://siteorigin.com/wp-content/uploads/2014/07/vantage-child1.zip
For anyone already running a child theme, the functions.php and style.css additions to the child theme are below:
One small change I added to the style.css in the child theme – you could also add to Appearance >Custom CSS is:
Thank you for your expert help. You and your team are invaluable!
Sincerely,
Brent
Acuhire
For sure. Glad we could help out here.
Hello Andrew, I would like to fix the author / updated fields for Webmaster.. do I have to install “vantage-child1.zip”? My websites, both with vantage, are igolftuscany.com and igolfitaly.club thank you very much!
That’s correct. I’ve resolved it in:
http://siteorigin.wpengine.netdna-cdn.com/wp-content/uploads/2014/07/vantage-child1.zip
Just keep in mind you’ll need to redo your Appearance > Customize settings after activating the child theme so first open your Customizer in the parent theme, keep that in one tab, then install from Appearance > Themes > Add New: Upload in another tab. That way you can manually copy your settings over.
I installed the child theme on my vantage premium, but the whole site goes completely ruined. what should I do?
Can you perhaps elaborate on that?
When activating a child theme you do need to re-do your Customizer and Menu settings. What I usually do is open the Customizer on one tab and then activate the child theme in another. That way I can manually copy the parent theme Customizer settings to the child theme.
Andrew, nice bit of coding and it seems to work perfectly. I am jealous.
Put yourself in for a fat raise.
@Dave LeBlac I agree, Andrew is always very helpful, thank you!
Thanks guys, much appreciated, glad we were able to help here.
All the best with your sites.
Andrew,
I have followed your steps above but with no sucess Google Webmaster Tools (Structured Data tab) is still suggesting there is both a “Missing: author” and a “Missing: updated”.
Please can you assist?
Thank you
Hi ian3871
Please open a new thread and we’ll be with you ASAP.
Page: New Thread
In your new thread let me know if you’re checking on posts or pages. As far as I can remember the fix was for posts only.
Andrew,
I tried the child theme, but once activated all vantage premium features were disabled.
Have you any idea about what went wrong ?
Hi gmm128
Activating a child theme will cause all Customizer, Menu and Widget settings to reset. You’ll need to re-apply them, assuming you’re happy with the child theme. Is that perhaps what happened here?
If you’re still running into trouble on this, please open a new support thread and I’ll be with you ASAP:
Page: New Thread
Thanks
Hi Andrew,
The Vantage child theme is now installed without any premium features losses (thanks to you) but I still have the two errors which justified this install :
Google structured data :
Missing required field “updated”.
Missing required hCard “author”
I can’t find anything customisable in the child theme : Did I miss something?
Glad to hear you made progress. The child theme only currently deals with posts in this manner. Is this test running on a page?
Yes it does, in fact it’s mostly pages
Ok, cool, I’ll need to add content-page.php into the child theme, include the meta data in that file and then hide it with CSS as pages don’t display this information. I’ve done the same for Origami, also for Google Authorship. I’ll get onto this as soon as I’m back online. Chat a bit later or tomorrow. Thanks for the wait.
No worries, enjoy your sunday !
Give this one a try:
https://siteorigin.com/wp-content/uploads/2014/12/vantage-child-google-authorship-additions.zip
Download the ZIP and instal from Appearance > Themes > Add New: Upload Theme.
If you’re running pages with the Full Width, No Page Title template then this won’t work. You’ll need to change those pages over to the regular Full Width template and then hide the page title with Custom CSS:
Hope that helps.
Ok and thank you!
I asked the installarion and I’ll let you know.
For sure.
Hi Andrew,
The new Vantage child theme is now installed but I still have one out of the two errors in Google structured data : Missing required hCard “author”
Is there something I should customize ?
What page template are you running for Pages > Home?
Are you using the Full Width – No Page Title page template anywhere?
I’m using a static page as home page.
Right now titles are hidden with the following rss :
/*Page Heading*/
header h1.entry-title, article.page .entry-header h1.entry-title {
display:none;
}
/* Vantage Hide Page Title on Full Width Page Templates */
.page-template-templatestemplate-full-php .entry-header {
display: none;
}
By the way where’s the option to hide the titles ?
Please send through the url of the page that’s failing and I’ll take a look.
Page titles can only be removed in theme options using page templates.
a) http://www.gite-herault-maseliers.com/
b) ok I’ll carry on using rss to hide pages titles where needed
I’m not sure why that’s happening. When I test the child theme I get author information displayed on pages in the source.
If you go to Posts > Add New and create a test post. When you view it on the front end of the site, is there an author name below the title?
oups, I let “Post Author” unchecked in “theme settings” sorry !
There nor error left, Thank you Andrew !
Super, glad that helped.