how do you show the background image randomly? via Ajax or via PHP?
I haven’t set the background image till now in my theme settings or through ajax or PHP even.they r just coming anytime and after many refreshes they r gone.
can you disable the “combine css” option and clear all cache with minified sources please?
Yes I have done it.will it affect the speed?
-
This reply was modified 5 years, 4 months ago by
skillsify.
never mind the speed now. has the problem be solved?
i don’t know beacuse as I said it happens ocassionally.
Is your plugin compatible with Fast velocity minify. Or any changes should I do before I also enable fast velocity.
and if sir you can advice the plugin if any which could help improving this score https://gtmetrix.com/reports/skillsify.in/6EOurZIX/ .I am using woodmart theme
-
This reply was modified 5 years, 4 months ago by
skillsify.
and one more thing I added this code for defer js.can this code create any problem?Should I enable it again or not?
// Defer jQuery Parsing using the HTML5 defer property
if (!(is_admin() )) {
function defer_parsing_of_js ( $url ) {
if ( FALSE === strpos( $url, ‘.js’ ) ) return $url;
if ( strpos( $url, ‘jquery.js’ ) ) return $url;
// return “$url’ defer “;
return “$url’ defer onload='”;
}
add_filter( ‘clean_url’, ‘defer_parsing_of_js’, 11, 1 );
}
Is your plugin compatible with Fast velocity minify. Or any changes should I do before I also enable fast velocity.
wp fastest cache is not compatible with Fast velocity minify.
and one more thing I added this code for defer js.can this code create any problem?Should I enable it again or not?
// Defer jQuery Parsing using the HTML5 defer property
if (!(is_admin() )) {
function defer_parsing_of_js ( $url ) {
if ( FALSE === strpos( $url, ‘.js’ ) ) return $url;
if ( strpos( $url, ‘jquery.js’ ) ) return $url;
// return “$url’ defer “;
return “$url’ defer onload=’”;
}
add_filter( ‘clean_url’, ‘defer_parsing_of_js’, 11, 1 );
}
I have no idea.