- NewspaperHow to Use tagDiv Cloud Library
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspapertagDiv Cloud Library Plugin
- NewspaperCloudflare (CDN)
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperHow to use the Google Maps API
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperHow to insert a block inside the content of a post
- NewspaperHow to setup the Contact Page
- NewspaperPosts Loop Element
Hello,
@fran84 you did not purge your cdn files after the update. I can tell you have a cdn server as it is not configured properly and the mobile background slides across the screen when first loading your site. That is the rocket loader option which should definitely not be used. Your site works fine now apart from (rocket loader)
Please use this guide to properly set the cdn: https://forum.tagdiv.com/cloudflare-cdn/
Other issues are solved by updating the theme plugins.
Thank you!
Hi,
Indeed, that setting was never recommended to be used with the theme
– https://forum.tagdiv.com/cloudflare-cdn/
Maybe in the future we will make some more tests and add this as theme compatible. I cannot provide a time estimate however, for the moment there are no plans to begin testing. Sorry for the inconvenience.
Thank you!
Hi Help Team,
Cloudflare’s Rocket Loader makes my site thechinexpress.com a lot faster. But, it breaks my site. Here is what happens;
- Though my site looks fine, whenever I click on the header image *blue color appears first.
This problem does not happen if I *off Cloudflare’s Rocket Loader. If possible I want to use Rocket Loader as it makes my site a lot faster.
You may follow this link to see screenshot of the problem and how to regenerate the problem to further understand what I mean.
Looking forward to your reply.
Thanks so much in advance
Hello easthulk,
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Thanks Simion, that worked, solved disabling rocket feature from Cloudfare.
Hi,
When enabled the whole website should change, not just a few pages. That means it is not working correctly. There will be one template used for all posts, category pages, etc regardless of what is used or selected on desktop.
The mobile theme and also main theme may not work properly with the Cloudflare rocket loader I see you use. Try disabling that feature and check again.
Hi,
I don’t understand why my previous ticket has been closed ¿?, the cache has purged, Cloudfare, Server an Plugins, but the issue persists.
Hi,
We will try to reply as soon as possible. Please notice the support hours displayed in the top forum banner also in the sidebar.
Also as a side note, please try to not reply in your own topic more than once, unless absolutely required. That will refresh the topic and delay our response. We always answer from oldest topics to newest.
Regarding the issue, from what I can see at the moment you do not have the mobile theme active. When activated the homepage will be the predefined mobile page
– https://forum.tagdiv.com/the-mobile-theme/
Issues with the mobile theme not working correctly are in almost all cases related to caching used and CDN maybe. We recommend the WP Super Cache
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
And CDN with this configuration if possible
– https://forum.tagdiv.com/cloudflare-cdn/
Let us know.
Thanks
Hi @Catalin,
Thanks for reply 🙂
Perfect! I do it and now all run ok 🙂 But I have two warnings. Is that normal?
https://fotos.subefotos.com/5256dcb456cb7e06d559df2d1cb4d8ebo.jpg
https://fotos.subefotos.com/53dd24b01d1cc4b60a391c043cc5d241o.jpg
If I may, one last consult:
How can I get a color line underneath my H2?
Similar to this one: https://fotos.subefotos.com/fe0c3d286f77029e27edf0c40a1887f7o.jpg
(original website https://www.onepagezen.com/free-ssl-certificate-wordpress-google-cloud-bitnami/ )
I’ve tried this code, but it doesn’t seem to work:
h2.borde {
border-style: solid;
border-width: 0px 0px 3px 0px;
border-color: #fc6;
}
I’m sorry, my programming skills are flawed.
Have a nice day!
-
This reply was modified 8 years by
Jose.
Hello leanjucas,
Most likely, you are using the Cloudflare, Rocket Loader which causes this problem with your theme. Please remove all of the untested plugins, clear all the caches, use only our tested configuration for Cloudflare like this -> https://forum.tagdiv.com/cloudflare-cdn/ and check the results.
Thanks for your understanding!
If you use nginx with php-fpm fastcgi running and have a high traffic website make sure to add
fastcgi_read_timeout 300;
to your nginx configuration despite of memory_execution_time.
That fixed the above error but now we see a lot of:
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = 'logo.svg';
and
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = '2017/10/logo-og.png';
in slow mysql queries and CPU usage against memory is very high(last night we had two 502 errors with cloudflare optimized).
Just letting you know everything was OK with another theme and 15 more plugins installed.
How to handle this?
Kind Regards
-
This reply was modified 8 years by
minamoto19.
-
This reply was modified 8 years by
minamoto19.
Hi Catalin,
Thanks for your reply. I have checked, it’s not caused by plugins that I use. It is caused by Cloudflare Rocket. Once I disabled Rocket, all problems are gone.
I know that Newspaper currently recommend Rocket to be disabled. But is there any plan/timeline when Newspaper will support Cloudflare Rocket?
Thank you
I do not use Cloudflare. There should be a problem caused by the search page?
That issue is usually caused by Cloudflare rocket loader feature. Try disabling it and the problem should be fixed. We recommend a configuration like this
– https://forum.tagdiv.com/cloudflare-cdn/
I found this similar topic in the super cache plugin forum
– https://wordpress.org/support/topic/few-questions-about-wp-super-cache-in-combination-with-cloudflare/
Seems they do not recommend using both at the same time.
If you want to try and optimize the website in general, there are many user provided tutorials that you can try, such as these
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
do you think cloudfare caching and wp super cache being on together can cause problems. does this theme work well with just cloudfare?
I’ve increased requirement in ini and htaccess…and have not seen error again.
though it may come again…so i’ll comment here if it does.
I’m using google cloud…i’m pretty much the hosting guy…lol…
thanks!
Hi, I did that but there was no change to the page. I copied the code and pasted it at CSS custom code at theme panel. Then saved settings. Then reloaded the page. There is no change to it. Here is the address to the page: https://nutropedia.com.br/?p=77
I was using a widget (cool tag cloud) to have a better designed tag. I turned it off, but still that tag is not showing
I was using a widget (cool tag cloud) to have a better designed tag. I turned it off, but still that tag is not showing
Hello trailblazer,
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Hello,
Congrats on your theme.
Great work.
I’m managing a medium to high news website (~20k users/day).
We are currently using Cloudflare’s cache everything rule.
We have an issue with the theme because if an author checks the frontpage or any category page when its not cached by Cloudflare, Cloudflare caches the admin version.
The admin version of the page shows an edit button near the top left of the image of the article (on hover).
So this is viewable to the visitors as well.
On the other hand the edit button is not visible to the author/admin if the page is “cached by the visitor first”.
We need the same functionality as “POST SETTINGS” > “Ajax view count (keep counting with cache plugins)” > “ENABLE / DISABLE AJAX POST VIEW COUNT” which works great even with Cloudflare’s cache everything rule so the edit button is loaded after page load via AJAX.
If that not possible at the moment please let me know how to disable Edit button all together(PHP).
I’ve tried to hide with CSS (display:none !important;) but that’s hackish and unsecure solution.
Kind Regards
Hello alecaus,
Check if the Speed Booster is enabled in System Status. It can be disabled if you are using some untested plugins which are not tested with it. Otherwise, please check the following topic from here -> https://forum.tagdiv.com/topic/security-and-backup-always-incompatible-with-speed-booster/
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Cache Tester
Test your cached website by clicking the test button below.
Note: if you use Cloudflare or other transparent front-end proxy service this test may fail.
If you have Cloudflare minification enabled this plugin may detect differences in the pages and report an error.
Try using the development mode of Cloudflare to perform the test. You can disable development mode afterwards if the test succeeds.
Fetching http://www.drillingoilandgas.com/ to prime cache: OK (0.html)
Fetching first copy of http://www.drillingoilandgas.com/: OK (1.html)
Fetching second copy of http://www.drillingoilandgas.com/: OK (2.html)
Page 1: 200 (OK)
Page 2: 200 (OK)
The pages do not match! Timestamps differ or were not found!
Things you can do:
Load your homepage in a logged out browser, check the timestamp at the end of the html source. Load the page again and compare the timestamp. Caching is working if the timestamps match.
Enable logging on the Debug page here. That should help you track down the problem.
You should check Page 1 and Page 2 above for errors. Your local server configuration may not allow your website to access itself.
Hi,
The featured image can be bigger, for example the live theme demos use in some cases much bigger image sizes
– https://demo.tagdiv.com/newspaper/
This will however not have an impact, these original images will not be loaded in their full size on the website. Only thumbnails created from them will be shown
– https://forum.tagdiv.com/theme-thumbs/
Of course images can be further optimized. If you do not set featured images the modules in block and grids will display a default placeholder thumb. Of course your hosting plan has be ready for increased content and traffic
– https://forum.tagdiv.com/requirements-for-newspaper/
Suggestions for website speed are many, in this forum and also online
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
can anyone help me with this page / website
justifyingfun.com/best-battle-ropes
The mobile speed in particular is very low on pagespeed insights. Any ideas how i can speed up this website? I’ve tried most of the optimisations, cloudfare, adding code to ht access etc. I’ve followed as much as i can from the speed guides here and posts on the form but i’m stuck
many thanks