- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
I believe by default that menu setting is set to no preloading. Indeed disabling it will improve performance.
You can test your website with online tools, try gtmetrix for example or Google insights and check the results and suggestions provided there. Optimize as many as possible, results should follow.
There are many topics here on the forum in terms of speed improvements and optimization. Some of them here for example
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– 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/
– https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
Also the theme requirements guide – https://forum.tagdiv.com/requirements-for-newspaper/
Hi,
@Achim Should work, provide some examples of what are you doing, and what is actually happening.
It would be like this, choose from the categories of a post a primary one like in this example
– https://www.screencast.com/t/qHYO2ajpqou
Then all modules will display that category tag – https://www.screencast.com/t/ngLsq3a23GZ
Hi chucnguyen,
Style 5 is a templates of newspaper theme, (here is all the theme templates https://forum.tagdiv.com/footer-templates/ ,
unfortunately there is with max 3 columns ).
If you want to customize your footer you need to create a page and set it as your footer page
( Newspaper > Theme panel > Footer > Footer settings) .
In order to create a footer page I make you same examples https://www.screencast.com/t/G21yTg7MvP7 open the tagdiv composer
https://www.screencast.com/t/lQMR9Uhz , after opens the tagdiv Composer hover with mouse the empty column and
click on row https://www.screencast.com/t/lQMR9Uhz. After you add all info you want on your footer page save it and set it from
Newspaper > Theme panel > Footer > Footer settings as your footer page ( https://www.screencast.com/t/BpOS70RLTL ).
Or you can use cloud Templates were you can find in section footer new templates for your desire, or you can create/customize
new templates for footer or other section .
Thank you.
hey am using this theme for three months but unfortunately I lost my website all data now I create a new website & want to install the same theam again but its showing error “something went wrong” please help
Hi,
Check the screenshot and the code for that file:
original file: https://www.screencast.com/t/smFx2b9P
modified file: https://www.screencast.com/t/wPUoyYbHB
The code on line 19 must be added as the modified file example.
Thanks
Hello ecstaticperson,
It seems to be strange behavior, sorry! Try to make some changes to your theme panel regarding on Category (for example, change the category template to another), save it, clear all the caches and check the results. If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer to your setup page. Provide there the link to this topic so we can quickly identify you.
Thanks for your understanding!
Hi,
Don’t know if the Adrotate plugin is compatible with AMP, can’t find much about it online either. Seems the shortcode is displayed as a shortcode so it would mean it doesn’t.
Thanks
Hi,
So the AMP link appears in an attachment page source? That shouldn’t happen. I will pass this along to our developer team, they will take a look and make modification if needed in the plugin.
Thanks
Catalin,
Thank you for help, that fixed the issue #1
Any update on #3 & #4?
Thanks!
Like this for example, I pasted the google adsense code in the header ads section in the themepanel https://animalwellnessmagazine.com/product/latest-issue/ but how do I hide the header ads in woocommerce product page, cart and checkout? thanks for your time.
We have had problems activating/deactivating plugins from the administrator role. It doesn’t work. Our page receives on average a traffic of 10,000 visits and we have seen that the bug that we are evidencing may be of the template.
Do you have examples of pages that use your template and have this level of traffic?
What solutions can be given to fix this bugs that have been presented to us when modifying plugins?
We are attentive to your response,
Thank you very much
Hi, thank you for your help.
Here’s an example of duplicated posts in archive https://ibb.co/chd8Kp
Hello,
I’ve looked at the td-amp tutorial and searched the forums. I have a question that I hop you can answer about amp ads and the AdRotate plugin. I’ve not successfully been able to use the AdRotate shortcodes to call in ad groups.
Here’s an example: https://www.vbjusa.com/news/top-stories/evosus-software-celebrates-17-years-of-business/amp/
Here’s the shortcode: [adrotate group=”1″]
Should this work or am I missing something?
Thanks!
Kris
The site is temporary under construction and closed. where can I privatly send you my siteadmin details and paths to the examples?
All my style sheets now have an additional front slash in the url example: https:/// and its causing any style sheets in the wp-content folder not to load. I have this narrowed down to either the tagdiv pagespeed plugin or my cdn. Is there anyone else who has experienced this issue? And can someone point me to where all the hyperlinks to the spreadsheets are? They don’t appear to be in the header and pagespeed put some in the footer, but I also don’t see them in footer.php. Please help!! Our site is live.
Thank you
– Sean
hi, i found one error in attachment page.

is not good, because in webmaster tools 8000 error amp link :/
for fix:
open: wp-content/plugins/td-amp/includes/amp-frontend-actions.php
find:
add_action( 'wp_head', 'amp_frontend_add_canonical' );
add before:
if( is_singular( array('post','page') ) )
finish, after clean all cache.
Indeed the sub-footer will not be displayed when a page is selected to display in the footer. There is no setting to change this behaviour. It could only be enabled with a modification in the code if required
– https://www.screencast.com/t/kZKBvLg8vMy
This might change in further updates, an option could be added to be able to choose.
You could also make a sub-footer replica in the page directly, with a text element for example.
Hi,
You should add a point for example -> https://www.screencast.com/t/vrZRaOqseo The theme does not have any such an option if does not exists any username.
Thanks.
The big page size would be because of the slider mainly, the images it displays are the full original sizes by default. The theme modules display thumbnails only.
For example one of the images in the slider is of this size
– https://www.screencast.com/t/vMWgQlFW
While a module thumbnail – https://www.screencast.com/t/u2CV3tjYu
You could make the slider use a thumbnail too, in the slider settings
– https://www.screencast.com/t/pZdWjVDinGq8
This should reduce the page size significantly.
The slider is a very complex plugin with an enormous amount of settings
– https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
It is possible either with some CSS, or in the code. Easiest would be with CSS. For example a code like this should remove the play icon from all modules where it appears
Before – http://prntscr.com/kt328i
With code – http://prntscr.com/kt32g3
.td-video-play-ico {
display: none;
}
Hi,
Please provide a more detailed example with your HTML used and which did not work in your website.
Thanks for your understanding!
Hi,
Something like that is not available at the moment, I believe it will be in the future. So for example you will be able to set a post template in the category settings for all the posts in that category to use.
For the time being post templates can only be set in the post edit screen
– https://www.screencast.com/t/3zl2Z7Xn
Or in general if you choose so – https://www.screencast.com/t/MX5UdPjfxbj6
– https://www.screencast.com/t/g8ZxiJpOikE
Thanks
So is there any way I can use auto ads with tag div amp plugin ?
Hello,
Please check this article: https://searchengineland.com/google-explained-can-remove-amp-content-google-search-279737
https://support.google.com/webmasters/answer/93710
The amp header is found here: https://www.screencast.com/t/eSsRZ3cItk7u
Thanks
Hello,
Sorry but we have not tested the google auto ads with our theme or amp plugin. We only tested standard adsense codes. Sorry.