- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
I do not know this information for sure, but this came with WordPress and I think it will work with amp.
Unfortunately would not work if there are build with visual composer.
You can try your amp pages/post here https://validator.ampproject.org/ , but be notice that sometime take few days until google indexed your url.
Thank you for your understanding.
Hi,
The theme does not have any such an option that allows you to make these changes, sorry! You need to use a bit of CSS code for that. Use the code below and place it in Theme panel -> Custom CSS area.
@media(max-width:767px){.form-submit input[type=submit] {
background-color: red;
color: green;
}
}
If you want to use a bit of CSS code to change the AMP style page, please edit here -> https://www.screencast.com/t/vIUHFAbD6uRH There’s no option for custom CSS code for AMP version, sorry! You need to follow the above advice if you want to customize your AMP version.
Hope this helps!
Thanks for your understanding!
Hi,
You can upload a maximum of 5 custom fonts in the theme
– https://forum.tagdiv.com/font-customization/
They will appear in the font selection drop-down after you upload them (woff format).
In a previous theme update the option to completely disable Google fonts, then you can upload use your own fonts for example
– https://www.screencast.com/t/h2yWi1cU
Thanks
Hi there,
just want to know if it’s possible to insert customize ad in the header for example, instead of having google adsense choosing ad I would like to display one of my ads banner.
Regards
You can download the theme from your themeforest account. The latest theme version will always be available for download. You can update through the Envato plugin as well if you want to, the method is described in the guide.
I provided the page content from the demo so you can use it as an example, not to use it all in your page. I meant that you simply check how the top flex grid was made, so you can recreate it on your website.
As I mentioned above simply using the same grid type as the demo is not enough to get the same result. The grid has additional customization, flex grids have many options
– http://prntscr.com/llgait
This is the code for the grid itself, not the whole page – https://pastebin.com/t6BfN1pG
I have separated it from the rest of the demo page content, use it as you wish.
Hi, I’ve just published a website based on newspaper theme and I’ve noticed that all the images appears on the search engine as a page (e.g https://www.marraiafura.com/supermercato/ or https://www.marraiafura.com/35/ and so on…). I’d like to avoid to have this pages from image (instead of the regular image link, of course e.g. https://www.marraiafura.com/wp-content/uploads/2009/12/supermercato.jpg and https://www.marraiafura.com/wp-content/uploads/2009/12/35.jpg ) and/or avoid at the same time to see them indexed on search engines.
Thanks a lot
Is the new Gutenberg editor considered a classic builder?
I use Visual Composer so I assume AMP will not work on my site then?
Hello team,
Can you you tell me where I can change the color of this button and the text it contains, for mobile (td-mobile) and for amp (td-amp)?
Thanks

Hi,
Just add a class on the button and set on that class display: none
here is an example:
https://www.screencast.com/t/DyGgqTBw
https://www.screencast.com/t/Fzm0VWljkg
.button1{
display: none;
}
Results: https://www.screencast.com/t/7nnrBAkP
https://www.screencast.com/t/yi5hCzlXC
Thanks.
Hi,
1. Most header styles are designed to use a recommended logo size
– https://forum.tagdiv.com/logo-favicon/
Only header styles 9, 10 and 11 are different. These header styles will display the logo in the any size you create it
– https://forum.tagdiv.com/header-styles/
For example this theme demo uses header style 10 and a large logo
– https://demo.tagdiv.com/newspaper_cars/
When using header style 12 the total height of the header will be limited like this
– https://www.screencast.com/t/xPG0DeYjuR
If you want to use a logo with a 90px height, try to increase the line height of the menu to 90px, that will increase the overall height
– https://www.screencast.com/t/qJDQGUqJ8Kkg
Then set your desired logo, see how it looks.
2. The search can be displayed wither in the top bar or in the main menu
– https://www.screencast.com/t/cIX9JaxZItDP
When in the top bar it will appear before the socials. To place it to the right, after the socials, try this code
– https://www.screencast.com/t/Yt0fVR3RS1bz
.td-header-sp-top-widget .td-search-btns-wrap {
float: right!important;
}
Thanks
Hi,
Do you plan to add blocks for posts?
At the moment, the only “fancy” block in “Media & Text” but it doesn’t work well as soon as you try to specify a specific value for the width of the columns. It would be great to have some templates…
Hello Calin,
Thank you for your feedback.
I follow your guideline however I’m not been able to find the templates>single.php
The only one I was able to find is wp-content>plugins>td-amp>templates>td_smartlist_amp1.php
https://pipeify.com/wp-content/uploads/2018/11/Screen-Shot-2018-11-21-at-12.03.16-PM.png
https://pipeify.com/wp-content/uploads/2018/11/Screen-Shot-2018-11-21-at-12.03.02-PM.png
Please let me know where can I find this templates>single.php page to be able to proceed here and insert the sent code correction.
Hello,
I created a new site (I am having a multisite), and I got these errors/warnings on a blank white page, when I went to see the sites’ panel:
Warning: Use of undefined constant TD_THEME_VERSION - assumed 'TD_THEME_VERSION' (this will throw an Error in a future version of PHP) in /usr/www/users/kaupun/wp-content/plugins/td-amp/td_amp_version_check.php on line 20
Warning: Use of undefined constant TD_DEPLOY_MODE - assumed 'TD_DEPLOY_MODE' (this will throw an Error in a future version of PHP) in /usr/www/users/kaupun/wp-content/plugins/td-amp/td_amp_version_check.php on line 20
Warning: Use of undefined constant TD_DEPLOY_MODE - assumed 'TD_DEPLOY_MODE' (this will throw an Error in a future version of PHP) in /usr/www/users/kaupun/wp-content/plugins/td-amp/td_amp_version_check.php on line 20
Warning: Use of undefined constant TD_THEME_VERSION - assumed 'TD_THEME_VERSION' (this will throw an Error in a future version of PHP) in /usr/www/users/kaupun/wp-content/plugins/td-amp/td_amp_version_check.php on line 25
Warning: Use of undefined constant TD_THEME_NAME - assumed 'TD_THEME_NAME' (this will throw an Error in a future version of PHP) in /usr/www/users/kaupun/wp-content/plugins/td-amp/td_amp_version_check.php on line 25
Notice: Undefined index: TD_THEME_NAME in /usr/www/users/kaupun/wp-content/plugins/td-amp/td_amp_version_check.php on line 25
Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/kaupun/wp-content/plugins/td-amp/td_amp_version_check.php:20) in /usr/www/users/kaupun/wp-admin/includes/misc.php on line 1126
Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/kaupun/wp-content/plugins/td-amp/td_amp_version_check.php:20) in /usr/www/users/kaupun/wp-includes/pluggable.php on line 1219
Yes but how to display such button/link only at AMP version?
Hi,
1. That text should already be aligned to the left – http://prntscr.com/ll3xbr
So you want to align the header menu to the right, but not anything else.
Something like this would work for that – http://prntscr.com/ll40ec
#td-header-menu {
float:right;
}
2. For a proper solution I would need a link to the website, so I can test. There is a margin below the logo, but it’s not big. For me it looks like this
– https://www.screencast.com/t/ehJLveGC5xy
Setting a small line height for the main menu will affect the menu height as well. For example
– https://www.screencast.com/t/LyUcxrMLg
If possible provide a link to the website, with the header ad set so I can take a look and see what would be the best solution.
Thanks
Hi,
I checked your website, AMP seems to work properly at the moment and there are no validation errors
– https://www.howtrending.com/lg-g7-fit-lg-phones/amp/
What exactly do you want to configure, or what is the issue?
Thanks
Hello,
I have checked your website and it seems to be AMP valid, as you can see here -> https://www.screencast.com/t/532aqxvJT
Thanks for the message!
Hi,
Please put space between classes, and if there is more then a element, please separate the classes for each element with ‘,’
Here is an example:
https://www.screencast.com/t/hBxLmsbcfuP
Hope this will help you.
Thanks.
Hello
Because in AMP version we can not display sidebar which consists the important information for our clients, is it possible to make the link or the button in AMP version which offers to go to full-version of site? And how to realize this?
Thank you
Hi,
Where are those buttons coming from? If they are added by a plugin the theme has no control over them, only if the plugin has options to position them maybe.
The theme has post navigation (next/prev) at the bottom of the post content, for example
– https://demo.tagdiv.com/newspaper/wordpress-news-magazine-charts-the-most-fashionable-new-york-couples-in-2016/
This theme navigation can be moved anywhere possible while using a cloud post template
– https://www.screencast.com/t/P3pzm5AOnIEy
For default templates it could be moved in the code, by editing the post template files
– https://www.screencast.com/t/VrFv4OmAesb
Thanks
Hi,
In the theme post templates the source and via are called like this
– https://www.screencast.com/t/ujZ2AhBBjNo
Main function here – https://www.screencast.com/t/1lMkG9fdg2J
The values are stored for each post in the postmeta table, for example
– https://www.screencast.com/t/YN0gvFZFu
The source and via fields are added by the theme, I don’t think these can be used with another theme or made to appear in another theme. Maybe consider using a plugin which has this functionality, if your current theme does not have options.
Thanks
Hi,
If this is what you want to achieve https://www.screencast.com/t/IJgU1p7z , then you can do it yourself.
1. Make a page with tagDiv composer and insert the below code in text.
https://www.screencast.com/t/ttbgAwPPY9v
[vc_row][vc_column][td_block_author][/vc_column][/vc_row]
2. You need to go in theme file go in wp-content>theme>newspaper> and search for page.php open the page and set the code from here like in screenshot
https://www.screencast.com/t/8YyuuDXMUCM
Also you can add the code just in all template page ( those are the template pages ) or just in dose you want to have the author box.
In all example:
https://www.screencast.com/t/TBH7jFN17
https://www.screencast.com/t/4Q3xNwRdLyeO
https://www.screencast.com/t/BCDXIfDc0T
https://www.screencast.com/t/BCDXIfDc0T
https://www.screencast.com/t/r1b79g4G
Also if you want to do not loss this change in theme files you can make this in child theme
Hope this will help you.
Thanks.
Hi,
If you have many blocks and wish to change it for all of them at once, I could give you a code. For example something like this
– https://www.screencast.com/t/KoK2tSLvOP
.td_block_wrap.td_block_template_13 .td-block-subtitle {
color: yellow!important;
}
Thanks
Hi,
That would be unusual, the appearance is conditioned to not appear if they are disabled in the theme panel
– https://www.screencast.com/t/VOjFurgUB
So disabling the comments in the theme panel will remove them from AMP pages. Does the report mention what exactly are these content issues?
Check if there are there any actual errors in the AMP validation tool
– https://validator.ampproject.org/
I found quite an article about a similar message from Google
– https://www.polemicdigital.com/google-amp-go-to-hell/
Thanks