Nicole Boyd
Forum Replies Created
-
I’m having the same issue. I have no experience whatsoever in coding and editing and such. This is what I’m getting on my PageSpeedInsights:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 5 blocking script resources and 4 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Remove render-blocking JavaScript:
http://flutterbyinspirations.com/…-includes/js/jquery/jquery.js?ver=1.11.0
http://flutterbyinspirations.com/…s/jquery/jquery-migrate.min.js?ver=1.2.1
http://flutterbyinspirations.com/…ns/jetpack/_inc/postmessage.js?ver=3.0.2
http://flutterbyinspirations.com/…/jetpack/_inc/jquery.inview.js?ver=3.0.2
http://flutterbyinspirations.com/…/_inc/jquery.jetpack-resize.js?ver=3.0.2
Optimize CSS Delivery of the following:
http://flutterbyinspirations.com/wp-content/plugins/pinterest/pin-it.css
http://flutterbyinspirations.com/…etpack/modules/likes/style.css?ver=3.0.2
http://flutterbyinspirations.com/…ubscriptions/subscriptions.css?ver=3.9.1
http://flutterbyinspirations.com/…/theme/pub/minileven/style.css?ver=3.9.1I got to the page where it shows how to fix the code but like I said I have no experience in editing code.I can’t find where to make the fixes inside the code for my theme, Sugar and Spice. It shows to do this to fix it:
<html>
<head>
<script type=”text/javascript” src=”small.js”></script>
</head>
<body>
<div>
Hello, world!
</div>
</body>
</html>
And the resource small.js is like this:
/* contents of a small JavaScript file */
Then you can inline the script as follows:
<html>
<head>
<script type=”text/javascript”>
/* contents of a small JavaScript file */
</script>
</head>
<body>
<div>
Hello, world!
</div>
</body>
</html>I have no idea where to even begin. Any help would be greatly appreciated. Thanks
NicoleForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled galleries not visibleHi,
I’m also having trouble getting the tiled galleries to show on my site. I have the Chocolat theme. I installed the Jetpack and I’m able to do the set options for tiled mosaics while I’m uploading photo galleries to my posts, but they just show up as squares. This is how it looks right now,
http:flutterbyinspirations.com
bit I’d like to be able to use the tiled mosaics to make it look a little better.
Any help would be appreciated.
Thanks, Nicole