Working Perfect. Thanks!
Hey,
By default, the featured image only populates on the 1st page. I used to enter code so that http://screencast.com/t/gQ5inxkstvu the featured image populates on each page (of a multi-page post).
~Thanks
Suggestion: 4.2 WordPress brought us Emoji Support that we probably don’t need.
To get rid of that JS from the head:
remove_action( ‘wp_head’, ‘print_emoji_detection_script’, 7 );
remove_action( ‘wp_print_styles’, ‘print_emoji_styles’ );
Found via:
https://wordpress.org/support/topic/emoji-and-smiley-js-and-css-added-to-head
“Pop Workouts” Celebrity Workouts & Videos:
Yes, the NewsArticle schema sounds interesting, at least at first. But, the properties for NewsArticle have a lot to do with physical location(https://schema.org/NewsArticle); whereas, BlogPosting seems to fit better for most sites.
More Discussion here:
http://stackoverflow.com/questions/8866021/what-microdata-should-i-use-for-a-blog
http://webmasters.stackexchange.com/questions/46680/using-schema-for-blogging-article-vs-blogposting
Yes, this fix works. I was using relative URL’s.
Thanks!
The location of lines 62-82 has moved from functions.php. In the latest version, any idea where these reside?
Thanks
As Chris says, you can place it right before the </body>.
Sometimes, that doesn’t work for me, too. So, I use the “Add To Content” plugin for this type of stuff. The plugin places it, intelligently, in the right spot for you.
(we’re both participants, not Tag Div)
Lucian,
One thing you might want to take a look at is Block 10. The output on my site is the shortcode instead of the block (and someone mentioned a similar problem above).
No big deal for me though, just changed to a different block!
Thanks!
One big post to rule them all…that would be awesome! (and very helpful)
I feel your pain. Had to do a server migration recently, as well. Looks like Centmin Mod Nginx SSL + SPDY will be my next big project.
Chris,
It works!
That got rid of those nasty .woff files that take forever to load. Page speed of my site improved by 40%.
(Still trying to figure out where the fonts.googleapis.com call is coming from. Looks like a Roboto text is still lurking somewhere?).
That code fix is great! Thanks again.
I use Theia Post Slider (from themeforest) to do the trick.
For this error, I delete stuff from a couple files:
style.css
menu-header.less
For both, use the find command for “AAA” and delete the long codes you find in both files. You end up with just white; or transparent; as the endline.
Works for me.
As always, Thanks Chris. I can’t find any post that refers to the specific lines to delete (in 4.2x).
What I’m wondering is what lines we need to delete from functions.php?
I get a WSOD if I delete 48-49:
wp_enqueue_style('google-font-rest', td_global::$http_or_https . '://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic|Ubuntu:400,400italic|Open+Sans:400italic,400|Oswald:400,700|Roboto+Condensed:400italic,700italic,400,700'); //used on menus/small text
Maybe this is because the speed booster is also calling Google font scripts now?
Thanks!
So sad, I loved that feature!
Steven,
Great Job getting the information out. I, too, love Async JS and CSS (note: use the default CSS inline and hack away at style.css).
A combination of that tool, removing td speed booster, and Google PSS helped me score a 100 Page Speed Insights on my homepage! http://www.popworkouts.com
Same here. Can’t get mobile menu to work since update.
It did. Had to remove a plugin. Thanks!
The best managed host is WpEngine. Synthesis is also good. If you’re tech savvy, try Linode/Digital Ocean Clouds. I’m working on transferring to Google App Engine. We’ll see how it goes!
-
This reply was modified 12 years by
Fudoki.
Yoluca,
I had the same issue. Try this plugin: Async JS and CSS: Converts render-blocking CSS and JS files into NON-render-blocking, improving performance of web page
It will remove most (if not all of the render-blocking scripts).
Good Luck!
Actually, that didn’t work. I’m trying to get it on pages that have the <–nextpage–> tag. No worries if there isn’t a fix, though.
Did you add custom code to the header? (I know that’s how double ads happened to me.)
I use the plugin “Autoptimzize” for minification and moving everything to the footer. Try that instead of W3’s minifier.
Thanks So Much!
