nasy84
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Leverage browser cachingBut where to locate, I can’t find minify screen under JS Minify?
Forum: Fixing WordPress
In reply to: How to eliminate render-blocking JavaScript and CSSThank you Jose 🙂
I just added at the bottom of functions.php this code:
// add async and defer to javascripts function wcs_defer_javascripts ( $url ) { if ( FALSE === strpos( $url, '.js' ) ) return $url; if ( strpos( $url, 'jquery.js' ) ) return $url; return "$url' async='async"; } add_filter( 'clean_url', 'wcs_defer_javascripts', 11, 1 );But, I don’t see any improvement, when I check, the message is still there, and load speed is the same,
Recommend please some of plugin…
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Forum: Fixing WordPress
In reply to: Leverage browser cachingI did, I have W3 total Cache installed, but I got this message ‘plugin could not resolve the minify auto issue automatically’
I set up CloudFlare, I have in my wordpress dashboard EWWW Image Optimizer and all my images are optimized there but, when I check, they are not…
AND THIS STEP
“add all js to <head> and use combine only) – View the source of your site (logged out of dashboard) and then copy all the js and css files manualy into minify”
I need step by step where and what to add, I don’t understand what are all js files in my source page, can you please copy them fro me, I don’t want to make a mistake..
Thank you for respond
Forum: Themes and Templates
In reply to: How to hide h1 tagI added in both of my blogs gadgetine template <h1> title</h1> isn’t it good for SEO?
I want to hide it so it doesn’t appear in front page but it still visible to search engine..
Tell me please what code should I add in CSS?
Forum: Themes and Templates
In reply to: How to hide h1 tagOf course 🙂
ermagazin.comEnglish version: en.ermagazin.com
See above on top, how it looks like, I would like to hide it…
Forum: Fixing WordPress
In reply to: How to tell googlebot to crawl just one URL with .htmlI did, thank you, although, I don’t get it what it has with 404 errors, I submmited it to google long time ago 🙂