- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- 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
Hello,
Most of the time the problem is from a shortcode that is not compatible with our theme, therefore after you set it with tagDiv Composer and save the page/cloud template, the next time when you try to edit it, you’ll get that error.
For this error, you can check our guide from here at point 5: https://forum.tagdiv.com/tagdiv-composer-not-working/
Also, try to deactivate ALL plugins except tagDiv ones, also if you are using a child theme or cache plugin, deactivate them, clear all cache and try again.
Please also check the page for special characters and remove them if they exist.
Thank you!
Hello Team,
We are trying to enable infinite scroll on our single post.
For that we have created a cloud library template and enable the infinite scroll on it – but the problem we are facing is that – our default sidebar is not loading in that template.
Below are the two links the first one is our default template the original one which we are using and we want this one to be used with infinite scroll.
ORIGINAL POST: https://edtimes.in/meet-swami-sivananda-the-oldest-living-man-on-earth-124-years-old/
WITH INFINITE TEMPLATE: https://edtimes.in/infinite-load-meet-swami-sivananda-the-oldest-living-man-on-earth-124-years-old/ (No sidebar visible like the ORIGINAL POST)
In a simple explanation – we want to enable infinite scroll on all single pages with our existing template please help us.
Hi,
I think that you are using the mobile theme plugin, you’ll gain a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders or shortcodes ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme, also the mobile theme will not display any sidebar)
-> https://i.imgur.com/9d0UWLT.png
Also you can show the responsive version on mobile theme (to get the same layout as on desktop on mobile) -> https://i.imgur.com/m0bVB5T.png you can check more details about mobile theme in our documentation -> https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/ or if you want to have the responsive version only, you can use the amp option from mobile theme -> https://i.imgur.com/oofST3D.png (to use the mobile theme template on amp) or you can disable the plugin.
These options are like this:
Mobile -> the mobile theme will apply only on mobile version.
Mobile + amp -> it will apply on both and it will have the same layout.
Amp -> the mobile theme plugin layout will be use only for amp version.
Hope this will help you!
Thank you!
Hello!
If you use also child theme, then when you install Mobile Theme plugin, your pages will be overwritten by the plugin.
The Mobile Theme is a performance optimized theme included in the Newspaper main theme and it loads only for mobile devices. It comes with it’s own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout. For more details, please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Better deactivate the plugin and see the results. Without Mobile Theme plugin, Woocomerce should work well.
Thank you for your understanding!
an easier way to do this is to simply hide them via css. Just add the following into your Live CSS
#wp-admin-bar-tdc_edit,
#wp-admin-bar-our_support_item,
#wp-admin-bar-tdc_page_mobile_template,
#wp-admin-bar-tdc_create_mobile_page,
#wp-admin-bar-tdb_template_load {
display:none!important;
}
Hello!
Unfortunately, we do not yet have templates only for pages, so you have to edit each page manually to have the same design.
Thank you for your patience!
Hello,
If you want to change the color to a hyperlink inside a post (that is made with classic editor) then you can use the classic element and set the color like this http://prntscr.com/ooijd1 if you use Gutenberg this option isn’t available => https://wordpress.org/support/topic/changing-hyperlink-colour-in-gutenberg/
If you are referring to the element from a page, then you can edit it using the tagDiv Composer, click on the element and check the style tab http://prntscr.com/ooikok -> https://forum.tagdiv.com/flex-block-settings-guide/
or if you want to have the all hyperlinks on post to be underline you can use a custom css -> http://prntscr.com/opecdr
.single .td-pb-span8 .tdb_single_content a{
text-decoration: underline!important;
}
The code needs to be set in Theme panel -> Custom code -> Custom CSS and will apply on all post that has set a single post templates form Cloud Library
Theme colors introduction -> https://forum.tagdiv.com/theme-colors-introduction/
Thank you!
Hi,
I noticed that my Newspaper (current version) code is not valid. Problem is with tag <article>
Source code in cloud template is correct, like: e>
<div class="tdc-content-wrap">
<article
id="template-id-12524"
class="post-12524 tdb_templates type-tdb_templates status-publish post" itemscope itemtype="https://schema.org/Article" >
<div id="tdi_1_7b5" class="tdc-zone">
(only badly formatted with a lot of empty spaces).
But source code of usual article page is invalid, like:
<div class="td-ss-main-content">
<article id="post-17216" class="post-17216 post type-post status-publish format-standard has-post-thumbnail . . . . itemscope itemtype="https://schema.org/Article"<strong>47</strong>>
<div class="td-post-header">
Problem is with number 47 at the end of tag. Any idea what is the problem?
Hello,
I have found at error on non ssl path images are loading. And when I checked the source code of the page into browser, I found that these are added in some custom style tag, which is even couldn’t find in the template settings.
For the more explaination, please visit my website and go to “view source” and find following – http://dlibrary.wwwnl1-ss2.a2hosted.com/me_new/
The above link should be my domain name https://movieseverywhere.net in the URL.
So can you please let me know how can I edit and change the url in template settings?
Hi, the header on my site shows differently on pages to how it shows on posts.
I’ve selected the global header from a cloud template I created.



More info from the web console:
XHRPOSThttps://mysitenamehere/wp-json/td-cloud-library/td_cloud_proxy?uuid=ae384880-40c3-a3c0-7e68-71edc9c27213
[HTTP/2 500 Internal Server Error 3634ms]
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. edit.php
Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content. load-scripts.php:2:87536
XHRPOSThttps://mysitenamehere/wp-json/td-cloud-library/td_cloud_proxy?uuid=ae384880-40c3-a3c0-7e68-71edc9c27213
[HTTP/2 500 Internal Server Error 3634ms]
POST
https://mysitenamehere/wp-json/td-cloud-library/td_cloud_proxy?uuid=ae384880-40c3-a3c0-7e68-71edc9c27213
Status500
Internal Server Error
VersionHTTP/2
Transferred891 B (279 B size)
Referrer Policystrict-origin-when-cross-origin
access-control-allow-headers
Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type
access-control-expose-headers
X-WP-Total, X-WP-TotalPages, Link
cache-control
no-cache, must-revalidate, max-age=0
content-type
application/json; charset=UTF-8
date
Sat, 13 Feb 2021 23:34:16 GMT
expires
Wed, 11 Jan 1984 05:00:00 GMT
link
<https://mysitenamehere/wp-json/>; rel=”https://api.w.org/”
server
o2switch-PowerBoost-v3
x-content-type-options
nosniff
X-Firefox-Spdy
h2
x-powered-by
PHP/7.3.26
x-robots-tag
noindex
x-wp-nonce
d305e91586
Accept
application/json, text/javascript, */*; q=0.01
Accept-Encoding
gzip, deflate, br
Accept-Language
en-US,en;q=0.5
Connection
keep-alive
Content-Length
86
Content-Type
application/x-www-form-urlencoded; charset=UTF-8
Cookie
o2s-chl=686d339d838301c8f8d3d689fe89c9f329f2702b699dab6b3e77d5689b327043; wordpress_test_cookie=WP+Cookie+check; wordpress_logged_in_be5969216211b464b968ec0b36a666b0=Dj0%7C1613424862%7CSYkA6UYr68VLrcFdBpALwMoRB1XKfIYAhQkUAk2Q1zN%7C0f0bb3cf7cc34e69c63b735b94541e25402dc94466548929d4d4c8b0d6abe9e3; wfwaf-authcookie-cdba73169103d6a39c23555ddcfcfd52=1%7Cadministrator%7C7f2f7ce3e0635ee2962a54e19fd132512ae398869f659a646f70100a1fb667ac; wp-settings-1=libraryContent%3Dbrowse; wp-settings-time-1=1613251806
DNT
1
Host
mysitenamehere
Origin
https://mysitenamehere
Referer
https://mysitenamehere/wp-admin/edit.php?post_type=tdb_templates
Sec-GPC
1
TE
Trailers
User-Agent
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0
X-Requested-With
XMLHttpRequest
X-WP-Nonce
d305e91586
I have the following problem:
In Cloud Templates, select Add New, the black loading screen displays the message “Invalid reply from server endpoint.”
This did work and now it doesn’t.
For info, in the tagDiv Composer with the Website Manager tool it **IS** Possible to import a header from the library.
My Newspaper system status page is good, all in the green nothing in red. I’m on an https site.
I disabled and the enabled the tagDiv plugins and emptied my cache.
I Still have the problem.
Any suggestions how to fix this?
Hey guys, so I’m aware of all the ways we can customize the default post templates via theme settings:
https://forum.tagdiv.com/design-post-pages-using-default-templates/
But what I’m wondering is, can we change the templates in other ways? Like for example if I wanted to move where the author information shows up? Add additional stuff not in the templates now?
Also, I downloaded a single post template from the Cloud Library. The template looks fine in the Cloud Library file, and has two columns. When assigned to an article, only the main column shows up (stretched to cover the whole width of the post). And if I assign a Sidebar, that too doesn’t show up. This only happens when choosing the added Cloud Library template, but all default templates the Sidebar shows up correctly.
Any thoughts on these two issues? Thanks.
Hello!
If you use a cloud/PRO template, then you can edit the page with TagDiv Composer plugin, click the element and change the color.
Thank you!
Hello!
The Mobile Theme is a performance optimized theme included in the Newspaper main theme and it loads only for mobile devices. It comes with it’s own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout. For more details, please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Better deactivate the plugin and see the results if you need your mobile layout to display the same version like in desktop.
Thank you!
Hello!
The Mobile Theme is a performance optimized theme included in the Newspaper main theme and it loads only for mobile devices. It comes with it’s own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout. For more details, please take a look here: https://forum.tagdiv.com/the-mobile-theme/
If you still need mobile theme design, please make sure that you have activated the proper thumbs for the mobile theme. The mobile theme requires the “265×198” and the “741×486” thumbnail sizes in order to show the featured images properly.
This can be found in here: https://www.screencast.com/t/N18dR3qZrh
After activating the thumbnail sizes you need to regenerate your thumbnails using a plugin. Check this: https://forum.tagdiv.com/using-the-theme-with-existing-content/
Thank you !
Hello,
For the error page, I just imported it and looks fine => https://www.screencast.com/t/7R8ukTFbWe4T
You can try to import the error page from cloud templates and set it.
For Font on the widgets, you can change it in Theme Panel-> Theme Fonts => https://www.screencast.com/t/WdGXbCVvAhL -> https://www.screencast.com/t/4RQeqmX9eHjm
Yes, you can add the “Single Post Modified Date” and the “Single Post Date” => https://www.screencast.com/t/vda91FAccVyG
Hope this helps you!
Thank you!
Hell tagDiv Team
I have Newspaper theme on the two of my websites, and I’m making a third one. My question is: I make a website from scratch, I have no categories (I will create them), no pages, and no posts. New domain on blank hosting. I wish that my website template looks identical as pre-built demo template “PULSES PRO”
Do I need to install demo for “PULSES PRO” with “include content” or “just settings”.?
Another confusion, I have two accounts on Theme Forest through which I have already bought two Newspaper theme (each for every websites). On which way I can buy a third one because I’m impatient and I want to start creating a website as soon as possible?
Thank you for your time
ayrton-senna.net
ayrton-senna-dasilva.com
I guess I found a solution – I changed nginx to apache server. Templates start working, still I needed to replace home page. It’s definitely a problem and it does not appear in the help link. You should investigate this. I sure hope it won’t happen when I move site to production.
Thank you for now.
Hello!
If you use a cloud/PRO header template, then please try to add an element called “Ad box” in your header zone when you edit the page with TagDiv Composer and write your code there: https://www.screencast.com/t/JHLCTBhWp
Hope that helps you!
Thank you!
Hello!
I checked your website and it seems you use a default header template.
Only if you will use a cloud/PRO header template, then you can achieve that by editing with TagDiv Composer plugin the homepage, click on header zone and apply this setting: https://www.screencast.com/t/hnRDpKeeZahW
Thank you!
Hello!
When you install Mobile Theme plugin, your pages will be overwritten by the plugin.
The Mobile Theme is a performance optimized theme included in the Newspaper main theme and it loads only for mobile devices. It comes with it’s own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout. For more details, please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Better deactivate the plugin and see the results.
Thank you!
Hello!
Please verify if you have installed WPBakery plugin and please deactivate it.
Do not use both page builders on the same page.
For the moment, the only solution is to shift from WPBakery to Composer.
Please check our guide to know how to shift from WPBakery to Composer: https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
In our theme we have a setting when you edit the post template with TagDiv Composer. You need to disable that setting like this: https://www.screencast.com/t/JaSHpq10Y
Thank you!
Hi,
I work on new design for a bigger news site. I put together basics on my computer using Local. Now I moved site to demo production site (subdomain). I made zip for files and dump for database. After I only changed URL in option table, I tried to run. Site is working, but when I want to continue working on main page and cloud templates I get an error: Error at zones: 6(models) : 0(dom). The model does not match the content Current state has involved an issue…. and 404 not found. Any idea?
Slavko
And one more oddity, I downloaded the footer from the cloud template, but there is no possibility of changing it using the TD Composer – http://prntscr.com/z3qs4m
although other pages have it – http://prntscr.com/z3rux5
even freshly downloaded ones – http://prntscr.com/z3rqdj