Hi,
The plugin check functionality tagdiv included simply checks for that list and if a plugin is not on that list, speed booster deactivates itself.
Please use this guide for page speed optimization: https://forum.tagdiv.com/how-to-make-the-site-faster/
Hi @arpitsrivastava
Make sure you have enabled Avatar Display
Refer:

Thank you for your understanding.
Have a nice day 🙂
Hello
You can only add expiry headers in responses to requests that go to your own server. If the request goes to another server, say Google’s server, then it’s Google’s server that answers the request.
So the only solution to your problem is hosting that external resources on your own server.
You can use custom font files option in Theme Panel.
Hello guys, I am using Speed booster plugin along with 21 other plugins, and it’s working as expected.


Works fine after removing company name. Thank you @epickenyan
Hello,
To darken the prev/next, add following code to custom CSS:
.td-next-prev-wrap a{border:1px solid #000000;}
you may change #000000 to whatever color you want.
Thank you for your understanding.
Hello @jessehollar
To remove x before the date, add following code in Theme panel >> custom code >> custom CSS
.td-sound-radar .td-post-date:before {display:none;}
Thank you for your understanding.
Hello @jessehollar
To remove x before the date, add following code in Theme panel >> custom code >> custom CSS
.td-sound-radar .td-post-date:before {display:none;}
Thank you for your understanding.
Refer this: http://prntscr.com/h66wif This will remove author name and date from single articles.
If you wanna remove same from archive page then follow this: http://prntscr.com/h66x7v
This will remove author name and date from all blocks
Thank you for your understanding
No need
Make sure you are adding code at the right place and clear all cache from both plugin and CDN.
Also clear browser cache
are you using mobile theme plugin?
Hope you will find this helpful: https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
Hello
It’s working for me, make sure you’re adding video URL in Featured video field and select a video format.
Refer: http://prntscr.com/h66pdn
Result: http://prntscr.com/h66qh9
Hello
add following code in custom CSS section
#td-mobile-nav .td-menu-socials{display:none;}
This will remove social icons on menu slider.
Result: http://prntscr.com/h66o3w
Congratulations Team tagDiv
Cheers!
Using default template will auto add featured image on your single article. You don’t need to add an image in the article content. Just set a featured image.
Do not include an image in the article body. Instead, use the default template for your site.
This will solve your issue.
I am using FIA and not facing any issue. You may check my FIA on my Facebook page: Tech Explorist
Refer:

Provide the URL of an article, replicating two images in FIA
Contact me on email.
Hello, @warrentab
Considering http://www.crossicehockey.com as your website.
I have checked your site and found two same images in the source feed. And this result in two images on the Facebook Instant Article.
Why two images in the feed?
Let me try to explain in detail,
It seems you are using style 5 templates on some article. On articles using style 5, you are using feature image which will not be shown on the single article but it is being used in og:image and this can be read by FIA.
Now, to show the image on the single article, you are adding the same image to article body. FIA reading this image as the second image in the article.
That’s the reason FIA showing the same image twice.
Thank you for your understanding.
Hi @hamzahali
I have checked your feed for Facebook Instant articles, it seems fine.
Have you added any custom transformer rule?
Quick fix: http://prntscr.com/gmlpyu
Hello @sunilverma008
You can fix those errors by adding Custom transformer rules.
Put following rules and save changes.
{
"rules":
[
{
"class": "ParagraphRule",
"selector": "p"
},
{
"class": "BoldRule",
"selector": "b"
}
]
}
REFER: http://prntscr.com/gkseyn
Thanks for your understanding.
You have to configure headers correctly.
Tip: If you don’t wanna use CloudFlare expiry headers you can choose respect existing headers option from CloudFlare dashboard.
Hello Nano,
Write a simple plugin for functions.php, and add your custom codes there. The plugin will auto put your custom code to the both main and mobile theme’s functions.php. So whenever you update the theme, you don’t need to edit functions.php file.
For style.css, you can use theme panel to add custom codes. You can force write the rule by adding an important tag.
For fonts, it seems you’re using Poppins bold for headlines and the default fonts for the rest of the site. You can create own.woff file for the Poppins bolt and use it with custom fonts file option in the theme panel.
Hope this will help you.
All the best