MScrumptious
Forum Replies Created
-
Correct, the video sizing issue seems to be Jetpack related. I don’t have/use Jetpack. I add videos simply by copy/pasting the URL (no embed codes, just URL) and WP4.1 takes care of the embedding itself. I did notice too that the CSS styling in the demo mentions Jetpack. It seems the theme relies on it heavily.
As for the “entry-title” structured data markup, despite the fact that it’s there it doesn’t validate. I think it’s missing some additional structure that wraps around “entry-title”.
Thanks for the response and code-fixes. Much appreciated!
No, thank you!
Thanks, I’ll give it a shot.
Forum: Themes and Templates
In reply to: [Bushwick] Structured Data / Microdata errorsUnderstood. Thanks for the response. I did actually spend a day researching and trying to add the markup but couldn’t get all the tags to clear before deciding to post.
Thank you, that’s what I was looking for. That code ‘works’. It works in that it makes the problem go away in Google Webmaster Tools. Interestingly, it works when I put it at the end of the function.php file after other things have been executed and not when I add it towards the top of the functions.php file.
I also found this code in another thread dealing with this problem:
//add hatom data function add_suf_hatom_data($content) { $t = get_the_modified_time('F jS, Y'); $author = get_the_author(); $title = get_the_title(); if (is_home() || is_singular() || is_archive() ) { $content .= '<div class="hatom-extra" style="display:none;visibility:hidden;"><span class="entry-title">'.$title.'</span> was last modified: <span class="updated"> '.$t.'</span> by <span class="author vcard"><span class="fn">'.$author.'</span></span></div>'; } return $content; } add_filter('the_content', 'add_suf_hatom_data');
Here’s the thread where I found it:
Again, thanks for making this problem go away. Really appreciate the quick response.
I will experiment and report back. For now, how can I filter/remove Hentry tag via functions.php for everything EXCEPT Posts?
No SEO plugins. I’m only using Acosmin Ads Widgets, BackUpWordPress, Caldera Forms, and Light Responsive LightBox.
I’ve included screenshots here in the order of how I see it in Google Webmaster Tools:
01: https://i.imgur.com/qxy4Wmi.jpg
02: https://i.imgur.com/cbhOvTF.jpg
03: https://i.imgur.com/Eosb59l.jpgI would prefer not to completely filter out the tag. It seems like useful markup for posts. The problem seems to be that it also outputs empty microdata markup on ‘pages’ such as taxonomy pages and others which have none of the aforementioned data associated.
I’ll provide the domain through your contact form on your web site if that helps.
Forum: Reviews
In reply to: [Zerif Lite] Forced to create account and go through checkout to download.Good point, and fair enough. I have amended the Rating and Review.
Thank you for the response. This is already an exciting Grade A plugin. Can’t wait to see it evolve.
You guys seem to be very informed. What is your take on “Avatar Manager” or “Simple Local Avatars”? I can’t decide and I’m sure after seeing this post others feel the same. Any input would be much appreciated. Thanks!