- ApiPractical example – How to add a new Block and Module
- Apitd_api_top_bar_template::delete
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- Apitd_api_single_template::delete
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- Apitd_api_footer_template::delete
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- Apitd_api_smart_list::delete
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
- Apitd_api_thumb::delete
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
Hi nitesh9291,
In this example is use a custom search function to can filter the results after these 2 parameters. Our theme does not have this option, you can use only the live search -> https://i.imgur.com/fPVmYn6.png or the classic one -> https://i.imgur.com/XxueAaN.jpg
Maybe you can use a plugin that has this option -> https://colorlib.com/wp/search-plugins-for-wordpress/
Thank you for your understanding!
I want to make a page like the link page below. How to do it in newspaper theme.
link: https://www.24livenewspaper.com/bangla-newspaper/amp
Hi raventaz,
I think that the problem is that you do not set correctly the link, you need to set it like this -> https://i.imgur.com/qs5giCs.png not like this -> https://www.screencast.com/t/DgQIggrd
-> https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fsofyanruray.info%2F&tab=desktop
If you follow the steps which are presented in this tutorial here -> https://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
Also you can check this similar topic for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/ -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
– https://tagdiv.com/how-to-increase-page-loading-speed/
Let me know the results!
Hi,
For the header, please set a new row and see if on this the layout 9-3 is applying, if yes, then on your current header row is set maybe a width on column like this -> https://i.imgur.com/8vzz2TC.png -> https://i.imgur.com/EigrDbP.png
For main menu row, please select each column and set on theme in css tab the width you want to have in %.
Usual the problem indicate for the footer is caused by some plugins, for example when you are using WPBakery with tagDiv Cloud Library. If you have this plugin enable, please disable it and check again, if the problem persists, please disable all non theme plugins and let only tagDiv plugins.
Let me know the results!
Thank you!
Dear Tagdiv Team
Could you let me know how to change image thumbnail and image thumbnail cropped of blocks please? For example, the image thumbnail size for Module 1, by default is 324 X 160. I need to change it to 324 X 185. How can I do that?
My site is https://hispanicla.com
After updating to Newspaper 10.xx, I want to make changes to the post template I have from 9.5.
Specifically and as an example: in each of my posts there is a Likes counter below the Title and the byline and above the main image. I want to remove it.
Changing Cloud Templates -> All Templates -> Single Template–tagDiv does not change the default post. And it looks completely different from my default post.
According to this article in your site: https://forum.tagdiv.com/design-post-pages-using-default-templates/
The way to go is: Newspaper -> Theme Panel -> Post Settings -> Post and Custom Post Types
This should lead to about 10 parameters that can be changed (even though “Show likes” is not one of them).
The problem is: that corresponds to Newspaper 8.0 (just looking at the image).
In Newspaper 10.xx there are no parameters that can be changed, when I go to Theme Panel -> Post setting -> Default Post Template (site wide) there are just two images, one says Default and if hovered “Single Template” and the other is “Single Template tag_div” and “Custom”.
So here are three questions: How to change the existing post template? Where are all the 10 or so parameters from a previous Version. And, how to remove the Likes counter?
Thank you!
On #4 you have to add the server side script code to activate Google Ad Manager Ad Units.
First, on a txt editor copy the header code provided for every Ad Unit on Google Ad Manager, to do this go to:
Inventory/Ad units/
Then open every ad unit you need, one by one, by clicking on its name then:
1. go to tags.
2. choose Google Publisher Tag (GPT)
3. click continue
4. configure your ad unit (it’s fine if you leave this as is)
5. click continue again
6. third step will give you two codes. one that goes in the <head> and a second that goes in the <body> copy the head code and paste it on the txt edit document, now copy the body code and paste it in a different txt document.
7. do this for every ad unit you need to publish in you site.
8. you will end with two files, one with header codes and one with body codes. Save them, but don’t close them.
You need to edit the header to make one big code including every single ad unit instead a bunch of them.
This is my code so you can figure how…
<!-- GOOGLE AD MANAGER STARTS -->
<script type='text/javascript'>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script type='text/javascript'>
googletag.cmd.push(function() {
googletag.defineSlot('/14518XXXX/HP1_300x600', [300, 600], 'div-gpt-ad-XXXXX86917606-0').addService(googletag.pubads());
googletag.defineSlot('/14518XXXX/LB1_728x90', [728, 90], 'div-gpt-ad-XXXXX86917606-1').addService(googletag.pubads());
googletag.defineSlot('/14518XXXX/MR1_300x250', [300, 250], 'div-gpt-ad-XXXXX86917606-2').addService(googletag.pubads());
googletag.defineSlot('/14518XXXX/SB1_320x50', [320, 50], 'div-gpt-ad-XXXXX38988537-0').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
<!-- GOOGLE AD MANAGER ENDS -->
Now back to your site go to:
Newspaper/Theme Panel/Analytics JS Code/Header Script Code
and paste this code (yours of course).
This will allow your ad units to show on your site, if your Ad Manager Setting are correct.
Last thing to do.
Copy and paste the ad unit code where it should appear:
Newspaper/Theme Panel/Ads/
This is an example of my header position:
<div class="td-visible-desktop">
<!-- /14518XXXX/LB1 -->
<div id="div-gpt-ad-XXXXX86917606-1" style="height:90px; width:728px;">
<script type="text/javascript">
googletag.cmd.push(function() { googletag.display("div-gpt-ad-XXXXX86917606-1"); });
</script>
</div>
</div>
<div class="td-visible-tablet-landscape">
<!-- /145188550/LB1_728x90 -->
<div id="div-gpt-ad-1459286917606-1" style="height:90px; width:728px;">
<script type="text/javascript">
googletag.cmd.push(function() { googletag.display("div-gpt-ad-1459286917606-1"); });
</script>
</div>
</div>
<div class="td-visible-tablet-portrait">
<!-- /14518XXXX/LB1_728x90 -->
<div id="div-gpt-ad-XXXXX86917606-1" style="height:90px; width:728px;">
<script type="text/javascript">
googletag.cmd.push(function() { googletag.display("div-gpt-ad-XXXXX86917606-1"); });
</script>
</div>
</div>
<div class="td-visible-phone">
<!-- /145188550/SB1_320x50 -->
<div id='div-gpt-ad-XXXXX38988537-0' style='height:50px; width:320px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-XXXXX38988537-0'); });
</script>
</div>
</div>
One more thing. The head banner should be exactly 728×90 in desktop mode.
In the example above you can see that it displays a different version on mobile or desktop.
Hi,
I’m using tag div composer to create a series of new pages for our websites. A problem I’ve encountered – for which I need some help…
When I select an element (for example Hero or a single image, inline image, etc.) and want to replace the standard image in the template, I get an error message…. which states ‘Render failed – no image selected’.
I’ve followed the following procedure:
Open new page
Go to edit with TD composer
Add element (Does not matter which element; see above)
Remove standard picture
Click on the picture icon to upload a new picture from the gallery
Select picture from the gallery
Save page
Then an error message appears – “Render failed – no image selected”
I’ve also tried with URL; but both options failed.
I’m not sure why this process does not work anymore – until yesterday moring it worked without any problems. It stopped working on Monday afternoon.
Can someone help me?
Thanks.
Hi kvnlod, this error happens due to a lot of possible reasons. Check the useful guide from here -> https://www.hostinger.com/tutorials/fix-sorry-you-are-not-allowed-to-access-this-page-wordpress#gref
Theme activation -> https://tagdiv.com/how-to-activate-the-newspaper-theme/
You can manually activate the Newspaper theme from here: https://www.screencast.com/t/EL4k48Lq
If this is still not working go in Newspaper> System status and replace the url from: -> https://i.imgur.com/WlRnszw.png
admin.php?page=td_system_status
in
admin.php?page=td_system_status&reset_registration=1
And try after that to activate the theme.
Let me know the results!
Hi,
Please let me know the settings you’ve made for amp version, because right no I can not see any amp version on your website.
Please make sure that you clear all cache an purge the CDN after you made some changes for the amp settings.
Thank you for your understanding!
Hi brainhouse, this error happens due to a lot of possible reasons. Check the useful guide from here -> https://www.hostinger.com/tutorials/fix-sorry-you-are-not-allowed-to-access-this-page-wordpress#gref
Theme activation -> https://tagdiv.com/how-to-activate-the-newspaper-theme/
You can manually activate the Newspaper theme from here: https://www.screencast.com/t/EL4k48Lq
If this is still not working go in Newspaper> System status and replace the url from: -> https://i.imgur.com/WlRnszw.png
admin.php?page=td_system_status
in
admin.php?page=td_system_status&reset_registration=1
And try after that to activate the theme.
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login (to can login in WordPress admin zone) and the licence. We will take a look to the problem and we’ll fix it. Include a link to this topic in the email.
Let me know the results!
Hi Tonyruik, yes, the mobile theme plugin is making the mobile version faster, but if your website is well optimizes you can use the responsive version too, then you’ll have this design.
You can use the amp with mobile theme templates using this option -> https://imgur.com/4rY4Zva or you can use only the amp plugin with this option -> https://imgur.com/k1ZVWoN
Thank you!
Hello !
This error happens due to a lot of possible reasons. Check the useful guide from here -> https://www.hostinger.com/tutorials/fix-sorry-you-are-not-allowed-to-access-this-page-wordpress#gref
Theme activation -> https://tagdiv.com/how-to-activate-the-newspaper-theme/
You can manually activate the Newspaper theme from here: https://www.screencast.com/t/EL4k48Lq
If this is still not working go in Newspaper> System status and replace the url from: -> https://i.imgur.com/WlRnszw.png
admin.php?page=td_system_status
in
admin.php?page=td_system_status&reset_registration=1
And try after that to activate the theme.
Let me know the results!
Hi joaovalentemartins,
Right now you can set the category featured image in theme panel -> https://i.imgur.com/cM6Ylar.png and if you are using a cloud template, you can set a background featured category -> https://i.imgur.com/9J9gytD.png
But if you want to display the categories as the posts in blocks, then let us know one example and I will add it on our list.
Thank you!
hi, i have tryed only amp, but doesent work ( https://search.google.com/test/amp?utm_source=gws&utm_medium=onebox&utm_campaign=suit&id=pPCeMD7Ygipm–RPVOc6iw). when i open the my site http://www.flyde.it from iphone, i see the normal page, no amp.
I want all this because the site despite the plugins and cloudfare is very very slow
So, I wonder how to close this option. At desktop version of web page, when I open article for example https://www.physiobook.com/disease/rheumatology/reiter-s-syndrome-reactive-arthritis.html and scroll down to model related articles new post is loading and is showing in few seconds after load.
I would like to disable it but I don’t know how


Hi sqlz,
This error happens due to a lot of possible reasons. Check the useful guide from here -> https://www.hostinger.com/tutorials/fix-sorry-you-are-not-allowed-to-access-this-page-wordpress#gref
Theme activation -> https://tagdiv.com/how-to-activate-the-newspaper-theme/
You can manually activate the Newspaper theme from here: https://www.screencast.com/t/EL4k48Lq
If this is still not working go in Newspaper> System status and replace the url from: -> https://i.imgur.com/WlRnszw.png
admin.php?page=td_system_status
in
admin.php?page=td_system_status&reset_registration=1
And try after that to activate the theme.
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login (to can login in WordPress admin zone) and the licence. We will take a look to the problem and we’ll fix it. Include a link to this topic in the email.
Let me know the results!
Hello,
im using this theme/demo: https://demo.tagdiv.com/newspaper_style_pro/
I would like to ask you for one thing. If I want to have this design on mobile, I have to deactivate plugin mobile theme?
If I do that, I can still use AMP plugin without mobile theme plugin?
And the last thing, if is mobile theme plugin active, the site is much faster than without. So if I deactive mobile theme plugin to have the style pro design on mobile it will affect the fast of the website on mobile?
Thanks and have a nice day
TOny
Hi FLUSSO,
Yes, you can, you can use only amp plugin -> https://i.imgur.com/FGiSfJT.png -> https://i.imgur.com/k1ZVWoN.png or you can use the amp with mobile theme templates -> https://i.imgur.com/4rY4Zva.png also you can use this option if you want the mobile users to use only the amp version -> https://i.imgur.com/qqwLgwh.png
Hope this will help you!
Thank you!
Hello guys,
I noticed that the visualization coming from the search engines is different from that of the site navigation.
Let me explain.
If I go to google and organically search for a result and click on it (even in incognito mode) the result FROM DESKTOP is the mobile version of the site, as shown in figure.
https://imgur.com/a/Vg9yvdX
If I go directly to my site, this does not happen and in fact it shows the desktop version from the desktop.
The problem disappears if I deactivate the plugin “tagDiv Mobile Theme “. But if I turn it off, I suddenly have problems with Google Analitycs on counting the AMP visitors (that drop to zero, even if are thousands).
Have you ever had this problem? Do you have any advice?
The URL of one of the posts is
https://petadvisor.it/crocchette-per-cani/
Thank you, as always!
Hi financemediaromania, we recommend to use on pages only the builder that was used to create that page, for example, our demos are made using tagDiv Composer builder -> https://forum.tagdiv.com/tagdiv-composer-tutorial-2/ therefore the pages need to be edited only with this builder. If you want to use other builders we recommend to make a new page and use on it only that builder.
Also make sure that all theme plugins are activate (tagDiv plugins) -> https://i.imgur.com/4ANxgry.png
Let me know the results!
I’m currently using the Black Pro theme, and under the Single Post template, the Single Post Comments element is displaying sample comments. The sample comments are there even when viewing the site as a visitor. How do I make these go away? I’ve tried looking for a way to remove it through the composer and even the Comments database on WP, but no luck.
Also, the form agreement under comments is showing up when a user is supposedly not logged in through tagDiv composer, but then it doesn’t show up when logged in.
Hi Guys
I am having a problem i hope you can help me with please.
I have the mobile theme installed (with AMP) and all is well apart from a very odd thing that is happening with the mobile menu. I appear to have two different mobile menu’s, depending on what page i open on my site.
Here is what my original Mobile Menu looked like when i set my site up (non Mobile theme installed) – https://imgur.com/63WfVNx
I decided to remove the colours and updated the Menu and added this to my Mobile Theme. Here is what my Menu looks like now on the Mobile Theme – https://imgur.com/cpyjc0k
The problem i’ve noticed is that the old Mobile Menu is appearing only on certain pages in my site (About, Cookies Policy, Privacy policy, Join Baby Club). The other pages are fine and the White Menu displays.
I can’t edit the old blue menu because it is no longer showing in the theme panel as i have the mobile theme installed. Any ideas why i have two mobile menus showing on different pages and how i can fix this? (i want to use the new white menu everywhere).
Thanks!
TS
If I deactivate the Plug-in “tagDiv Mobile Theme”.
and only the plug-in “Official AMP for WP” Activate then the critical error is gone.
But then the “Listen Live” page doesn’t work properly anymore, like I made it for Mobile, so it shows the desktop mode. also that when I click on the menu on my mobile it doesn’t respond anymore. So I have to click on the Logo of the site again to be able to do something.
I think it’s strange, I can’t get out of this anymore.
hi,
How can we modified a Flex Blocks with custom fields?
For example: Change Author Post for and custom field called “Autor” (Sometimes, an article has 2 authors)
Best regards