lauratraveler
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Speed issue due to css and js in above-the-foldSo to have it clear, the auto mode won’t async or defer anything even if I have selected the ‘non-blocking using async’ option?
Forum: Themes and Templates
In reply to: [Pinnacle] Calling Google fonts in 1 fileThanks! ?? Here’s my link – https://www.travelersuniverse.com
What I’m trying to do is get my Google Page Speed score above 85 for mobile devices (currently it is around 73 for any blog article). I have W3 Total cache plugin installed. The main problem (red warning) seems to be ‘Eliminate render-blocking JavaScript and CSS in above-the-fold content’ as there are .js and .css files blocking the content. Any ideas would be much appreciated. I’ve been trying to sort this our for a while now.
Forum: Themes and Templates
In reply to: [Pinnacle] Calling Google fonts in 1 fileOk, I’ve sorted out the cresta fonts and the open sans.
However, I was wondering, is there a way to only load some of the Raleway fonts, like only the 200 and 400 font weight? I don’t really use the other ones and I believe having to load all those font weights is slowing down the website. Thanks!
Forum: Plugins
In reply to: [Cresta Social Share Counter] Change Noto Sans to RalewayHi,
I deleted both instances ofwp_enqueue_style( 'cresta-social-googlefonts', $protocol.'://fonts.googleapis.com/css?family=Noto+Sans:400,700');
and
`font-family: ‘Noto Sans’, sans-serif;’. Thanks!Forum: Themes and Templates
In reply to: [Pinnacle] Calling Google fonts in 1 fileThanks! Can you please give me a hint as of how I can turn the google font off? I’m new to this.
What I mean I would like to get rid of the ‘Defer parsing of JavaScript’ error above all. Thanks!
Thanks, Destac! But I’m very new to this and I would like to eliminate this error. I understand what the problem is, I just don’t know how to sort this out. Any pointers?
OK, sorted this out. In the functions.php file of the plugin search for `if ( $image ) :
$html .= ‘<img class=”‘ . esc_attr( $args[‘thumb_align’] ) . ‘ rpwe-thumb” src=”‘ . esc_url( $image ) . ‘” alt=”‘ . ‘” width=”300’ . ‘” height=”150’ . esc_attr( get_the_title() ) . ‘”>’;` and add the width and height as I did above.I’m also interested in this. Robcruiz, where did you insert the thumb_width=”” arg? In which of the plugin’s files? Thanks!