Disable cache from Siteground’s end.
Hi,
Disabling CSS and JS minification will help you.
This is new path for mobile version code
/wp-content/plugins/td-composer/mobile/
Hello @highlife
You can paste your Alexa certified code in theme panel >> Google Analytics/ JavaScripts codes
Refer: http://prntscr.com/nm21v9
I am glad I was able to help.
of course, after step 3 goto Newspaper >> Welcome and follow the instructions.
refer:http://prntscr.com/nf7r7g
I faced same issue on some sites using latest Newspaper and following steps mentioned above solved the issue.
Hello @themesic
Try this-
1. Disable Child theme
2. Enable default theme (Twenty Nineteen) or any other.
3. Now enable Newspaper theme (not a child theme).
4. AMP will work now.
If you see More article block at the end of the AMP page then you need to disable More article box option from theme panel. Refer: http://prntscr.com/nf7d64
Hope this will help you. All the best!
Hello @giacomolaw
Try this-
1. Disable Child theme
2. Enable default theme (Twenty Nineteen) or any other.
3. Now enable Newspaper theme (not a child theme).
4. AMP will work now.
If you see More article block at the end of the AMP page then you need to disable More article box option from theme panel. Refer: http://prntscr.com/nf7d64
Hope this will help you. All the best!
Hello @lifestartsathome
The ad unit appearing just above the logo is because you have Google AdSense ads enabled on your website.
Remove the following code from your theme panel >>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5375026911197019",
enable_page_level_ads: true
});
</script>
Seems, you have added this code just before the Facebook Pixel code.
Hope this will help.
This is because of the new optimization from Google’s end. Try disabling optimize option from your Google AdSense account.
Refer: http://prntscr.com/nc11h0
https://www.screencast.com/t/PgF3Q8Qdyd
Hope this will help.
Hello
Installing this plugin will solve meta tags issue on AMP: https://wordpress.org/plugins/glue-for-yoast-seo-amp/
Hope this will help you!
@whattechsays
Enabling cache for mobile device option in WP Rocket plugin will fix it.
Steps to enable Auto load feature
1. Install Cloud library plugin
2. Create or import single template.
3. Then Edit Template and follow: https://ibb.co/3FqHVwD
Hope this will help you.
Thank you for your understanding.
-
This reply was modified 7 years by
Amit. Reason: Screenshot URL updated
Replace your robots.txt file with this:
User-agent: *
Disallow: /wp-admin/
Allow: /wp-admin/admin-ajax.php
Sitemap: https://techraver.com/sitemap_index.xml
This will definitely fix the issues you are facing.
Thank you!
I am facing same problem on our websites.
PHP Fatal error: Out of memory (allocated 67108864) (tried to allocate 36864 bytes) in /wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 1385
Running on PHP 7.2 on VPS 8GB RAM
300k-400k pageviews/day.
Seems, you are using Photon by Jetpack to load images on your website.
You can try disabling Photon or just use lazy load feature by Jetpack (Disable Lazy load feature in both theme and WP Rocket settings.)
Tip: If you are using Photon with WP Rocket, don’t forget to add Jetpack CNAME to WP Rocket’s CDN settings.
Try these settings: https://www.infophilic.com/wp-rocket-settings-cloudflare/
Gutenberg will come with a prebuilt Classic editor block that can be used as classic editor to compose your post.
I am testing Gutenberg with Newspaper from last 2 months and not found any major issue so far.
yea, you can
Sharing email address in public is a bad idea 🙂
Yea, It’s way better than WP Super Cache. One can easily get better page-speed by configuring WP Rocket correctly.
Add following code to the custom CSS in theme panel
.td-fast-news .td-header-wrap .td-header-menu-wrap-full, .td-fast-news .td-header-menu-wrap.td-affix {
background: #533e95!important;
}
Hope this will help you.
Thank you for your understanding.
You can use Social icon element in the Multipurpose plugin (now, the plugin is combined with td-composer). This will show social icons without a counter.
OR
You can hide it by adding custom CSS code.
Please provide me site URL, so that I can check and give you exact code that will work for you.