Tagged: x
-
AuthorPosts
-
June 20, 2016 at 7:11 pm #1051580
AnonymousInactiveHi,
Isn’t the x theme optimized for “Eliminate render-blocking JavaScript and CSS in above-the-fold content”. I just checked on google pagespeed, and found this was marked in red.Solutions please, thanks
June 20, 2016 at 11:42 pm #1051934
Prasant RaiModeratorHello There,
Thanks for writing in!
Please walk-through following thread to resolve the issue:
Thanks.
June 21, 2016 at 1:05 am #1052005
AnonymousInactiveI actually use the wp super cache plugin currently.
Is there a workaround to this?
ThanksJune 21, 2016 at 2:06 am #1052060
Paul RModeratorHi,
You can try this third party plugin.
https://wordpress.org/plugins/above-the-fold-optimization/
Hope that helps.
June 22, 2016 at 9:46 am #1054426
AnonymousInactiveThe default setting on this plugin does not change anything either. Is there any specific change that i need to do?
June 22, 2016 at 5:46 pm #1055222
FriechModeratorHi There,
Add the code below on top of your functions.php file.
function _remove_script_version( $src ){ $parts = explode( '?', $src ); return $parts[0]; } add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );Just right underneath the line:
// Additional Functions // =============================================================================Make sure Google insight reads your changes by clearing your site cache.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1051580 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
