shalini21
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Recipe Maker] Google warning : Missing VideoI made changes to the recipe and saved. It worked!!! Thank you!!
But I have a question. I didn’t make any changes to that particular post recently. Then how the video metadata was missing ?
Forum: Themes and Templates
In reply to: [Elara] Show ExcerptI’m marking as resolved!
Forum: Themes and Templates
In reply to: [Elara] Show ExcerptHi,
1. I modified the file and it works fine.
2. Sorry. I could not recreate that issue.Thank you so much!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack CDNI see few images start with i0 and few with i1 and some with i2. Which one should I use and how to use in the following code
function wpseo_cdn_filter( $uri ) {
return str_replace( ‘https://www.yoursite.com’, ‘https://cdn.yoursite.com’, $uri );
}
add_filter( ‘wpseo_xml_sitemap_img_src’, ‘wpseo_cdn_filter’ );Forum: Plugins
In reply to: [LiteSpeed Cache] JS errorsIt works when I turn off inline JS minify and load JS Deferred. What about other optimization, can I turn on those ?
Forum: Plugins
In reply to: [LiteSpeed Cache] JS errorsReport number- HEROKTIN
Yes, I purged all the cache after turning off
Forum: Plugins
In reply to: [LiteSpeed Cache] JS errorsI followed the guide mentioned above. Even When I turn off LS optimization features, it does not look good. If turn off LS cache completely, it looks good.
Let me know how to proceed further