I am using Google Adsense Ads Manager by crunchify to put In Article ads.
https://forum.tagdiv.com/topic/compatibility-for-google-adsense/
Hey Chris,
Yea, it’s possible to put ads out of the content area, But how can we add shortcodes in the content?
Hello,
This guide may help : https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Glad, you came back 🙂
Contact your host team and ask them to enable compression for your site.
You are using Litespeed server so the .htaccess part will not work.

1. The ideal way to enable compression in Litespeed is to do it through the configuration under “tuning”. Just go down to “enable compression” and check to see if it is on, if not click “edit” then choose to turn it on. While you are there, look over the several Gzip options that are nearby.
2. Use good image optimization plugin or use photoshop.
3. CloudFlare will help you to minfy CSS, JS and HTML
Hope this will help you to get better scores.
All the best!
Jetpack is compatible with Speed Booster plugin.
Here is the list of plugins that are compatible with Speed booster plugin:
Thank you!
Hello @arjun234
Enable Mega menu option in Menu
Refer: http://prntscr.com/fwb94g
After installing SSL you must change your site URL and WordPress URL to https version
Refer: https://www.infophilic.com/resolve-mixed-content-warning/
I am glad I’ve been able to help.
I am also working on it. I have created a custom template for Facebook instant articles.
Yes, you can.
Don’t need to minify your scripts if you’re using pagespeed module. Disable minification and Rocket Loader from CloudFlare end.
Rocket loader blocks the Javascript by deferring them.
I am able to see all the ads (including Google Adsense & adnow) on your site.
It seems there are some errors related to Jetpack plugin that delaying site rendering.
You can try disabling it or fix the error.
Also, increase the time for header expiry.
Changing tag will not help to get subtitle in the Facebook Instant Article.
Need to add some custom codes to get output for example:
function add_subtitle_before_content( $content ) {
ob_start();
td_subtitle( '<h2>', "</h2>\n" );
$subtitle = ob_get_clean();
$content = $subtitle . $content;
return $content;
}
Hello @eteksor
Please provide your site URL or provide some screenshots showing error.
Hello @loano1
This guide works on Nginx server.
You can skip .htaccess part.
Hello @claudiacasetti
By default, comments are disabled on the page template. You can enable it from the theme panel.
Theme panel > Template settings >> Page Template
Refer:

Hello
You can add favicon from theme panel
Refer:

Also, add icon from the Dashboard > Appearance >> Customize
Refer:

Hello @cinematographe
You can remove it by making changes in code:
Refer:

OR
Use following CSS code:
.tag .td-page-title {
visibility: hidden;
}
Hello @francedeam
You can find Mobile theme plugin in your downloaded theme package.
Located in
themeforest-newspaper\Newspaper-tf\plugins\td-mobile-plugin.zip
Hello @Perchpole,
Enabling lazy load feature in the theme adds an animation for the image load. The effect animation allows you to animate your theme images as you scroll, from top to the bottom. The animation effect is canceled if all the required images are not loaded in 2 seconds.
Try WP Rocaket’s lazy load option, this will surely reduce page load time.
Thank’s for your understanding.
Hello @ruzzolo
Add following code to Custom CSS field in theme panel.
/**Add border to top menu**/
.td-header-style-1 .td-header-top-menu-full {
border-top: 4px solid #009688;
}
/**Add border to main menu**/
.td-header-style-1 .td-header-menu-wrap-full {
border-bottom: 4px solid #009688;
}
The code will work for Header style 1
You can assign your style number if you using another header style to work with it.
Thank you for your understanding.
hello @MitchyBoy
Edit your homepage using TD Composer then choose block where you want to show latest articles and now change Sort order to Latest on Filter tab. And SAVE the changes. ?

